diff --git a/application/.htaccess b/application/.htaccess old mode 100755 new mode 100644 diff --git a/application/cache/.htaccess b/application/cache/.htaccess old mode 100755 new mode 100644 diff --git a/application/cache/index.html b/application/cache/index.html old mode 100755 new mode 100644 diff --git a/application/config/autoload.php b/application/config/autoload.php old mode 100755 new mode 100644 diff --git a/application/config/config.php b/application/config/config.php old mode 100755 new mode 100644 diff --git a/application/config/constants.php b/application/config/constants.php old mode 100755 new mode 100644 diff --git a/application/config/database.php b/application/config/database.php old mode 100755 new mode 100644 index d8729325..995466ae --- a/application/config/database.php +++ b/application/config/database.php @@ -48,13 +48,22 @@ $active_group = 'default'; $active_record = TRUE; -$db['default']['hostname'] = 'resicoindustries.com'; -// $db['default']['username'] = 'resicoin_RIADev'; -// $db['default']['password'] = 'resico1234'; -// $db['default']['database'] = 'resicoin_RIADev'; -$db['default']['username'] = 'resicoin_PROD'; -$db['default']['password'] = 'ria!1234'; -$db['default']['database'] = 'resicoin_PROD'; +// $db['default']['hostname'] = 'localhost'; +// // $db['default']['username'] = 'resicoin_RIADev'; +// // $db['default']['password'] = 'resico1234'; +// // $db['default']['database'] = 'resicoin_RIADev'; +// $db['default']['username'] = 'resicoin_PROD'; +// $db['default']['password'] = 'ria!1234'; +// $db['default']['database'] = 'resicoin_PROD'; + +// $db['default']['hostname'] = '119.18.54.85'; +// $db['default']['username'] = 'venbaehn_ria'; +// $db['default']['password'] = 'Ghc7ja3rMPLYNsV'; +// $db['default']['database'] = 'venbaehn_ria'; +$db['default']['hostname'] = 'vprodb1.mysql.database.azure.com'; +$db['default']['username'] = 'dbroot'; +$db['default']['password'] = 'root@DB23'; +$db['default']['database'] = 'ria_prod'; $db['default']['dbdriver'] = 'mysqli'; $db['default']['dbprefix'] = ''; $db['default']['pconnect'] = TRUE; diff --git a/application/config/doctypes.php b/application/config/doctypes.php old mode 100755 new mode 100644 diff --git a/application/config/foreign_chars.php b/application/config/foreign_chars.php old mode 100755 new mode 100644 diff --git a/application/config/grocery_crud.php b/application/config/grocery_crud.php old mode 100755 new mode 100644 diff --git a/application/config/hooks.php b/application/config/hooks.php old mode 100755 new mode 100644 diff --git a/application/config/index.html b/application/config/index.html old mode 100755 new mode 100644 diff --git a/application/config/migration.php b/application/config/migration.php old mode 100755 new mode 100644 diff --git a/application/config/mimes.php b/application/config/mimes.php old mode 100755 new mode 100644 diff --git a/application/config/profiler.php b/application/config/profiler.php old mode 100755 new mode 100644 diff --git a/application/config/routes.php b/application/config/routes.php old mode 100755 new mode 100644 diff --git a/application/config/smileys.php b/application/config/smileys.php old mode 100755 new mode 100644 diff --git a/application/config/user_agents.php b/application/config/user_agents.php old mode 100755 new mode 100644 diff --git a/application/controllers/Old_user.php b/application/controllers/Old_user.php new file mode 100644 index 00000000..516664e7 --- /dev/null +++ b/application/controllers/Old_user.php @@ -0,0 +1,1589 @@ +load->model('user_model'); + $this->load->model('dahsboard_Model'); + $this->load->library('form_validation'); + $this->load->model('costcenter_model'); + + $this->isLoggedIn(); + $this->CompanyName = "RESICO"; + } + + /** + * This function used to load the first screen of the user + */ + public function index() + { + // echo 'dash'; + // print_r($this->session->userdata ( 'name' )); + log_message('ERROR','#####Dashboard session name : ' . $this->session->userdata ( 'name' )); + //print_r($this->dummy);//die(); + $this->global['pageTitle'] = $this->CompanyName.' : Dashboard'; + + $this->load->model('employeedetails_model'); + + + $this->load->model('dahsboard_Model'); + + $data['EmpCount'] = $this->employeedetails_model->getEmployeeCount(); + $data['UserCount'] = $this->dahsboard_Model->getUserCount(); + + $data['totalpurchaseorder']=$this->dahsboard_Model->totalpurchaseorder(); + + //print_r( $data['totalpurchaseorder']); + $data['totalordervalue']=$this->dahsboard_Model->totalordervalue(); + $data['pendingpo']=$this->dahsboard_Model->pendingpo(); + // $data['totalserviceamount']=$this->dahsboard_Model->totalserviceamount(); + // $data['totalcapitalamount']=$this->dahsboard_Model->totalcapitalamount(); + // $data['totalimportamount']=$this->dahsboard_Model->totalimportamount(); + // $data['totalrevenueamount']=$this->dahsboard_Model->totalrevenueamount(); + + + // $data['totalservicepo']=$this->dahsboard_Model->totalservicepo(); + // $data['totalrevenuepo']=$this->dahsboard_Model->totalrevenuepo(); + $data['totalimportpo']=$this->dahsboard_Model->totalimportpo(); + //$data['totalcapitalpo']=$this->dahsboard_Model->totalcapitalpo(); + + $data['details']=$this->dahsboard_Model->reqdetail(); + + $data['pending_details']=$this->dahsboard_Model->req_pending(); + // $data['list']=$this->dahsboard_Model->req_list(); + + $data['serviceprogress']=$this->dahsboard_Model->serviceprogress(); + $data['revenueprogress']=$this->dahsboard_Model->revenueprogress(); + $data['importprogress']=$this->dahsboard_Model->importprogress(); + $data['capitalprogress']=$this->dahsboard_Model->capitalprogress(); + //month-wise area chart + $data['getTotalServicePoCount'] = $this->dahsboard_Model->getTotalServicePoCount(); + $data['getTotalimportPoCount'] = $this->dahsboard_Model->getTotalimportPoCount(); + $data['getTotalcapitalPoCount'] = $this->dahsboard_Model->getTotalcapitalPoCount(); + $data['getTotalrevenuePoCount'] = $this->dahsboard_Model->getTotalrevenuePoCount(); + + + //dashboard pie chart + $data['importbudgt'] = $this->dahsboard_Model->importbudgt(); + $data['servicebudgt'] = $this->dahsboard_Model->servicebudgt(); + $data['revenuebudgt'] = $this->dahsboard_Model->revenuebudgt(); + $data['capitalbud'] = $this->dahsboard_Model->capitalbud(); + $data['typebal'] = $this->dahsboard_Model->typebal(); + + + /* HR DASHBOARD Controller Start*/ + + + $data['totemp'] = $this->dahsboard_Model->totemp(); + $data['totloan'] = $this->dahsboard_Model->totloan(); + $data['totpay'] = $this->dahsboard_Model->totpay(); + $data['totrec'] = $this->dahsboard_Model->totrec(); + $data['emplist'] = $this->dahsboard_Model->emplist(); + //print_r($data['totemp']);die; + + + + + + + + + + $date = $this->input->post("id"); + $dates = date('Y-m'); + $date = $dates . '-01'; + // // // echo $date; + $dat = date('d', strtotime("-1 days")); + // //echo $date; + + $WH = 'WH' . date('j', strtotime("-1 days")); + + $yesterday = $this->dahsboard_Model->attyesterday($WH, $date); + //print_r($yesterday);die; + $valuess = 0; + foreach ($yesterday as $weekda => $value) + { + + if ($value[$WH] == 0) + { + + $valuess++; + } + + + } + // echo $values; + $data['today'] = $valuess; + + + // echo $values; + //$data['today'] = sizeof($yesterday); + + + + + // $date = $this->input->post("id"); + // echo $date; + $daydate = date('Y-m',strtotime($date)); + //echo $date; die; + $daydate = $daydate . '-01'; + + + $yesterday = $this->dahsboard_Model->attyesterday($WH, $daydate); + // print_r($yesterday); + + + //$absEmp =array($absEmp); + $values = 0; + $absEmp = array(); + + //echo $value; die; + foreach ($yesterday as $weekda => $value) + { + // echo $value[$WH]; + + if ($value[$WH] == 0) + { + + $values++; + $absendId = $value['EmpID']; + $absendName = $value['FirstName']; + $absEmp [] = $absendId . "-" . $absendName; //absend empid and name list + } + } + + //print_r($absentName);die; + $data['today'] = sizeof($absEmp); + + $data['abs_name'] = $absEmp; + + $OT = 'OT' . date('j',strtotime($date)); + + $CUR_month = date('t'); + //echo $CUR_month; + //echo $daydate; + $toDayEmployee = $this->dahsboard_Model->yesterdayAllPersentEmpSalary($WH, $OT, $daydate); + //$EmpID = $toDayEmployee[0]->EmpID; + + //print_r($toDayEmployee); die; + + $EmpID = 0; + + $employeeSalary = 0; + + foreach ($toDayEmployee as $value) + { + $values = 0; + $totalothour = 0; + + if ($value[$WH] != 0) + { + + $totalothour = $value[$OT]; + //echo $totalothour;die; + $values = 1; + + //print_r($values); die; + $Empid = $value['EmpID']; + //print_r($value['EmpID']); + + $totalEmployeePersent = $this->dahsboard_Model->persentEmployeeDetails($Empid); + + // echo $Empid; + // print_r($totalEmployeePersent); + + if(!empty($totalEmployeePersent)) + { + + $HRA_Amount = $totalEmployeePersent[0]->HRA_Amount; + $Basic_Pay = $totalEmployeePersent[0]->Basic_Pay; + $totalsalary = $totalEmployeePersent[0]->TotalSalary; + $dayFoodAmt = $totalEmployeePersent[0]->Food_Allowances; + //$allowances =$totalEmployeePersent[0]->Allowances; + //echo "hra amount";print_r(array($HRA_Amount,$Basic_Pay,$totalsalary)); + //$Allowances = $allowances * $values; + $Food_Allowances = $dayFoodAmt * $values; + + $daySalary = $Basic_Pay / $CUR_month; + /**per day salary working hour**/ + //echo $daySalary.'
'; + + $dayHra = $HRA_Amount / $CUR_month; + /** per day hra amount **/ + //echo $dayHra.'
'; + + $onehoursSalary = ($daySalary + $dayHra) / 8; + /**one hour salay ot calculation**/ + if ($totalothour != 0) /** if ot not equal zero **/ + { + $totSalayOT = $totalothour * $onehoursSalary; + } + else + { + $totSalayOT = 0; + } + $currentDaySalary = $daySalary * $values; + /** current day salary working days calculation**/ + + + $currentDayHra = $dayHra * $values; + /** total working days hra calculations**/ + // echo $currentDayHra.'
'; + $currentDatePF = $currentDaySalary + $currentDayHra + $totSalayOT; + /** current date pf calculation**/ + if ($totalsalary <= 20000) + { + + $esiAmount = $currentDatePF * 1.75 / 100; + /** esiamount not elgiable for 20000 **/ + } + else + { + $esiAmount = 0; + } + $pfAmount = $currentDaySalary * 12 / 100; + /** pf amount per day**/ + + //echo $totalothour;die; + $salaryInCurrentdays = $currentDaySalary + $totSalayOT + $currentDayHra + $Food_Allowances; + $salaryInCurrentday = $salaryInCurrentdays - ($esiAmount + $pfAmount); + $employeeSalary += round($salaryInCurrentday); + + } + // echo $employeeSalary; + } + + } + + + //$salaryInCurrentday++; + + + $data['employeeSalary'] = $employeeSalary; + + + + $working = array(); + $overtime = array(); + //$holid = array(); + for ($i = 1; $i <= $dat; $i++) //echo $dat; die; + { + + + $Working [] = 'WH' . $i; + $overtime [] = 'OT' . $i; + + $CUR_month = date('t'); + // echo $CUR_month; die; + // foreach ($holiday as $value) + // { + // //$holid []= 'WH'.$value; + // if($i==$value) { + // $holid []=$value; + // } + // } + + } + //print_r($WH);die; + $WH = implode(",", $Working); + + + $OT = implode(",", $overtime); + $salarycurrentdate = array(); + + + + $toDayEmployee = $this->dahsboard_Model->dayAllPersentEmpSalary($WH, $OT, $date); + + + $totalSalary = 0; + $working = explode(",", $WH); + $overtime = explode(",", $OT); + foreach ($toDayEmployee as $value) + { + $values = 0; + foreach ($working as $work) + { +// foreach ($overtime as $extra) { + + if ($value[$work] != 0 || $value['OT' . substr($work, 2)] != 0) + { + $totalothour = $value['OT' . substr($work, 2)]; + //echo $totalothour; + $values = 1; + + //print_r($values); die; + $Empid = $value['EmpID']; + //echo $Empid; + + $totalEmployeePersent = $this->dahsboard_Model->persentEmployeeDetails($Empid); + if(!empty($totalEmployeePersent)) + { + + $HRA_Amount = $totalEmployeePersent[0]->HRA_Amount; + $Basic_Pay = $totalEmployeePersent[0]->Basic_Pay; + $totalsalary = $totalEmployeePersent[0]->TotalSalary; + $dayFoodAmt = $totalEmployeePersent[0]->Food_Allowances; + //$allowances =$totalEmployeePersent[0]->Allowances; + + // $Allowances = $allowances * $values; + + + $Food_Allowances = $dayFoodAmt * $values; + + $daySalary = $Basic_Pay / $CUR_month; + /**per day salary working hour**/ + //echo $daySalary.'
'; + + $dayHra = $HRA_Amount / $CUR_month; + /** per day hra amount **/ + //echo $dayHra.'
'; + $onehoursSalary = ($daySalary + $dayHra) / 8; + /**one hour salay ot calculation**/ + if ($totalothour != 0) /** if ot not equal zero **/ + { + $totSalayOT = $totalothour * $onehoursSalary; + } + else + { + $totSalayOT = 0; + } + $currentDaySalary = $daySalary * $values; + /** current day salary working days calculation**/ + + + $currentDayHra = $dayHra * $values; + /** total working days hra calculations**/ + // echo $currentDayHra.'
'; + $currentDatePF = $currentDaySalary + $currentDayHra + $totSalayOT; + /** current date pf calculation**/ + if ($totalsalary <= 20000) + { + + $esiAmount = $currentDatePF * 1.75 / 100; + /** esiamount not elgiable for 20000 **/ + } else { + $esiAmount = 0; + } + $pfAmount = $currentDaySalary * 12 / 100; + /** pf amount per day**/ + + //echo $totalothour;die; + $salaryInCurrentdays = $currentDaySalary + $totSalayOT + $currentDayHra + $Food_Allowances ; + + $salaryInCurrentday = $salaryInCurrentdays -($esiAmount+$pfAmount); + $totalSalarys = $totalSalary + $salaryInCurrentday; + + $totalSalary = round($totalSalarys); +// $salarycurrentdate[] = $salaryInCurrentday;; + // echo 'totalSalary'; + } + + } + + } + } + $data['totalSalary'] = $totalSalary; + // print_r( 'totalSalary');die; + + + $this->loadViews("dashboard", $this->global, $data, NULL); + } + +/*date click on day salary,absent name, total absent display*/ + +function dateFunctionChangeVales() +{ + + + + $date = $this->input->post("id"); + $dates = date('Y-m'); + $date = $dates . '-01'; + // // echo $date; + // $dat = date('d', strtotime("-1 days")); + //echo $date; + + $WH = 'WH' . date('j', strtotime("-1 days")); + + //echo($WH); + $yesterday = $this->dahsboard_Model->attyesterday($WH, $date); + //print_r($yesterday);die; + $values = 0; + foreach ($yesterday as $weekda => $value) + { + + if ($value[$WH] == 0) + { + + $values++; + } + + + } + // echo $values; + $data['values'] = $values; + + + + + $date = $this->input->post("id"); + // echo $date; + $daydate = date('Y-m',strtotime($date)); + //echo $date; die; + $daydate = $daydate . '-01'; + //$dat = date('d'); + // echo $daydate; echo ""; + $WH = 'WH' . date('j',strtotime($date)); + // echo $WH; + + $yesterday = $this->dahsboard_Model->attyesterday($WH, $daydate); + // print_r($yesterday); + + + //$absEmp =array($absEmp); + $values = 0; + $absEmp = array(); + //echo $value; die; + foreach ($yesterday as $weekda => $value) + { + // echo $value[$WH]; + + if ($value[$WH] == 0) + { + + $values++; + $absendId = $value['EmpID']; + $absendName = $value['FirstName']; + $absEmp [] = $absendId . "-" . $absendName; //absend empid and name list + } + } + + //print_r($absentName);die; + $data['today'] = $values; + $data['absname'] = $absEmp; + + $OT = 'OT' . date('j',strtotime($date)); + + $CUR_month = date('t'); + //echo $CUR_month; + //echo $daydate; + $toDayEmployee = $this->dahsboard_Model->dayAllPersentEmpSalary($WH, $OT, $daydate); + //$EmpID = $toDayEmployee[0]->EmpID; + + //print_r($toDayEmployee); die; + + $EmpID = 0; + + $employeeSalary = 0; + + foreach ($toDayEmployee as $value) + { + $values = 0; + $totalothour = 0; + + if ($value[$WH] != 0) + { + + $totalothour = $value[$OT]; + //echo $totalothour;die; + $values = 1; + + //print_r($values); die; + $Empid = $value['EmpID']; + //print_r($value['EmpID']); + + $totalEmployeePersent = $this->dahsboard_Model->persentEmployeeDetails($Empid); + + // echo $Empid; + // print_r($totalEmployeePersent); + + if(!empty($totalEmployeePersent)) + { + + $HRA_Amount = $totalEmployeePersent[0]->HRA_Amount; + $Basic_Pay = $totalEmployeePersent[0]->Basic_Pay; + $totalsalary = $totalEmployeePersent[0]->TotalSalary; + $dayFoodAmt = $totalEmployeePersent[0]->Food_Allowances; + //$allowances =$totalEmployeePersent[0]->Allowances; + //echo "hra amount";print_r(array($HRA_Amount,$Basic_Pay,$totalsalary)); + //$Allowances = $allowances * $values; + $Food_Allowances = $dayFoodAmt * $values; + + $daySalary = $Basic_Pay / $CUR_month; + /**per day salary working hour**/ + //echo $daySalary.'
'; + + $dayHra = $HRA_Amount / $CUR_month; + /** per day hra amount **/ + //echo $dayHra.'
'; + + $onehoursSalary = ($daySalary + $dayHra) / 8; + /**one hour salay ot calculation**/ + if ($totalothour != 0) /** if ot not equal zero **/ + { + $totSalayOT = $totalothour * $onehoursSalary; + } else { + $totSalayOT = 0; + } + $currentDaySalary = $daySalary * $values; + /** current day salary working days calculation**/ + + + $currentDayHra = $dayHra * $values; + /** total working days hra calculations**/ + // echo $currentDayHra.'
'; + $currentDatePF = $currentDaySalary + $currentDayHra + $totSalayOT; + /** current date pf calculation**/ + if ($totalsalary <= 20000) + { + + $esiAmount = $currentDatePF * 1.75 / 100; + /** esiamount not elgiable for 20000 **/ + } else { + $esiAmount = 0; + } + $pfAmount = $currentDaySalary * 12 / 100; + /** pf amount per day**/ + + //echo $totalothour;die; + $salaryInCurrentdays = $currentDaySalary + $totSalayOT + $currentDayHra + $Food_Allowances; + $salaryInCurrentday = $salaryInCurrentdays - ($esiAmount + $pfAmount); + $employeeSalary += round($salaryInCurrentday); + + } + // echo $employeeSalary; + } + + } + + + //$salaryInCurrentday++; + + + $data['employeeSalary'] = $employeeSalary; + + $working = array(); + $overtime = array(); + //$holid = array(); + $len = date('d',strtotime($date)); + for ($i = 1; $i <= $len; $i++) //echo $dat; die; + { + + + $Working [] = 'WH' . $i; + $overtime [] = 'OT' . $i; + + $CUR_month = date('t'); + // echo $CUR_month; die; + // foreach ($holiday as $value) + // { + // //$holid []= 'WH'.$value; + // if($i==$value) { + // $holid []=$value; + // } + // } + + } + //print_r($Working);die; + $WH = implode(",", $Working); + + + $OT = implode(",", $overtime); + $salarycurrentdate = array(); + + + + $toDayEmployee = $this->dahsboard_Model->dayAllPersentEmpSalary($WH, $OT, $daydate); + + + $totalSalary = 0; + $working = explode(",", $WH); + $overtime = explode(",", $OT); + foreach ($toDayEmployee as $value) + { + $values = 0; + foreach ($working as $work) + { +// foreach ($overtime as $extra) { + + if ($value[$work] != 0 || $value['OT' . substr($work, 2)] != 0) + { + $totalothour = $value['OT' . substr($work, 2)]; + //echo $totalothour; + $values = 1; + + //print_r($values); die; + $Empid = $value['EmpID']; + //echo $Empid; + + $totalEmployeePersent = $this->dahsboard_Model->persentEmployeeDetails($Empid); + if(!empty($totalEmployeePersent)) + { + + $HRA_Amount = $totalEmployeePersent[0]->HRA_Amount; + $Basic_Pay = $totalEmployeePersent[0]->Basic_Pay; + $totalsalary = $totalEmployeePersent[0]->TotalSalary; + $dayFoodAmt = $totalEmployeePersent[0]->Food_Allowances; + //$allowances =$totalEmployeePersent[0]->Allowances; + + // $Allowances = $allowances * $values; + + + $Food_Allowances = $dayFoodAmt * $values; + + $daySalary = $Basic_Pay / $CUR_month; + /**per day salary working hour**/ + //echo $daySalary.'
'; + + $dayHra = $HRA_Amount / $CUR_month; + /** per day hra amount **/ + //echo $dayHra.'
'; + $onehoursSalary = ($daySalary + $dayHra) / 8; + /**one hour salay ot calculation**/ + if ($totalothour != 0) /** if ot not equal zero **/ + { + $totSalayOT = $totalothour * $onehoursSalary; + } + else + { + $totSalayOT = 0; + } + $currentDaySalary = $daySalary * $values; + /** current day salary working days calculation**/ + + + $currentDayHra = $dayHra * $values; + /** total working days hra calculations**/ + // echo $currentDayHra.'
'; + $currentDatePF = $currentDaySalary + $currentDayHra + $totSalayOT; + /** current date pf calculation**/ + if ($totalsalary <= 20000) + { + + $esiAmount = $currentDatePF * 1.75 / 100; + /** esiamount not elgiable for 20000 **/ + } else { + $esiAmount = 0; + } + $pfAmount = $currentDaySalary * 12 / 100; + /** pf amount per day**/ + + //echo $totalothour;die; + $salaryInCurrentdays = $currentDaySalary + $totSalayOT + $currentDayHra + $Food_Allowances ; + + $salaryInCurrentday = $salaryInCurrentdays -($esiAmount+$pfAmount); + $totalSalarys = $totalSalary + $salaryInCurrentday; + + $totalSalary = round($totalSalarys); +// $salarycurrentdate[] = $salaryInCurrentday;; + // echo 'totalSalary'; + } + + } + + } + } + $data['totalSalary'] = $totalSalary; + + //print_r($data['totalSalary']);die; + // } + echo json_encode($data); +} + + +/*this function uesd to finance startdate */ + + public function getFinancialStartDate() + { + + + + $CURMONTH = date('n'); + $CURYEAR = date('Y'); + $FINYEAR = 0; + if ($CURMONTH >= 4) + { + $FINYEAR = $CURYEAR; + } else + { + $FINYEAR = $CURYEAR - 1; + } + + $dateInString = $FINYEAR . '-4-1'; + $result = date_create($dateInString); + // print_r($result); + + return $result; + +} + + +/*this function uesd to finance EndDate */ + public function getFinancialEndDate() + { + $CURMONTH = date('n'); + $CURYEAR = date('Y'); + $FINYEAR = 0; + if ($CURMONTH < 4) + { + $FINYEAR = $CURYEAR; + } else + { + $FINYEAR = $CURYEAR + 1; + } + + $dateInString = $FINYEAR . '-3-31'; + $result = date_create($dateInString); + + + // print_r($result); + return $result; + + + } + + + + /*this function used to speedometer month emp performances display*/ + + function monthattendance($empID ='') +{ + + $date = date('Y-m'); + //echo $date; + $dates = $date . '-01'; + $EmpID = ''; + if(empty($empID)){ + $EmpID = $this->input->post('id'); + } + else + { + $EmpID = $empID; + } + // echo $EmpID;die; + $monthabs = $this->dahsboard_Model->attendance($EmpID, $dates); + $persent_month = date('t');//current month of days 31 + $values = array(); + $otvalues = array(); + + $weekdays = array(); + $otHours = array(); + $date = date('j');//current month current date + + + $CURDATE =date('d');//current month current date + + $CUR_month = date('t'); //current month of days 31 + + + $CURYEAR = date('Y'); + $CURMONTH = date('m'); + + $datejoin = $this->dahsboard_Model->joindate($EmpID); + $DateofJoiningInString = $datejoin[0]->DateofJoining; + $DateofJoining = date_create($DateofJoiningInString); + $doj_month = date_format($DateofJoining, "n"); + $doj_year = date_format($DateofJoining, "Y"); + $doj_day = date_format($DateofJoining, "j"); + //echo $doj_day; + for ($i = 1; $i <= $persent_month; $i++) + { + $weekdays[] = 'WH' . $i; + $otHours[] = 'OT' . $i; + } + $totalwhhours=0; + foreach ($monthabs as $weekda) + { + //print_r($weekda); + foreach ($weekda as $key => $value) + { + //print_r($key); + foreach ($weekdays as $weeks) + { + if ($weeks == $key) + { + //print_r($key); + if ($value != 0) + { + //echo $value; + $values[] = $value; + + } + //echo $values; + } + + } + foreach ($otHours as $ot) + { + if ($ot == $key) + { + if ($value != 0) + { + $otvalues [] = $value; + + } + + } + } + + } + } + + + $totalothour = array_sum($otvalues); + //$totalwhhour = sizeof($values); + $totalwhhours = array_sum($values); + + $totalwhhour = $totalwhhours/8; + //echo $totalwhhour; + if ($CURMONTH == $doj_month && $CURYEAR == $doj_year) + { + //echo $doj_day; + $data['CUR_month'] = $CURDATE - $doj_day + 1; + //print_r($month); + } + else + { + $data['CUR_month'] = $date; + } + + if ($totalwhhour != 0) + { + $year = date('Y'); + $current_month = date('m'); + + $data['values'] = $totalwhhour; + //$data['salaryInCurrentday'] = round($salaryInCurrentday); + $data['present_percentage'] = round(($totalwhhour / $data['CUR_month']) * 100); + + } + + else { + + $data['values'] = 0; + //$data['salaryInCurrentday'] = 0; + $data['present_percentage'] = 0; + + } + if(empty($empID)){ + echo json_encode( $data); + } + else{ + return $data; + } + } + + + + + + + + /*this function used to speedometer year emp performances display*/ + +function attendanceyear($empID ='') +{ + + $CURMONTH = date('m'); + $CURDATE = date('d'); + $CURYEAR = date('Y'); + $EmpID = ''; + if(empty($empID)) + { + $EmpID = $this->input->post('id'); + } + else + { + $EmpID = $empID; + } + + $day = array(); + $datejoin = $this->dahsboard_Model->joindate($EmpID); + + $DateofJoiningInString = $datejoin[0]->DateofJoining; + $DateofJoining = date_create($DateofJoiningInString); + // print_r($DateofJoining); + $doj_month = date_format($DateofJoining, "n"); + $doj_year = date_format($DateofJoining, "Y"); + $doj_day = date_format($DateofJoining, "j"); + + $finStart = $this->getFinancialStartDate(); + $finEnd = $this->getFinancialEndDate(); + + $JoinedMonth = date_format($DateofJoining, "n"); + + // print_r($finStart);print_r($finEnd); + //print $JoinedMonth; + + if ($DateofJoining >= $finStart && $DateofJoining <= $finEnd) + { + $JoinedMonthAttendance = $this->dahsboard_Model->getAllAttendances($EmpID,$JoinedMonth); + $joinedMonthDaysCount = cal_days_in_month(CAL_GREGORIAN, $doj_month, $doj_year); + + if ($CURMONTH == $doj_month && $CURYEAR == $doj_year) + { + $joinedMonthWorkingDayCount = $CURDATE - $doj_day +1 ; + } + else + { + $joinedMonthWorkingDayCount = $joinedMonthDaysCount - $doj_day +1; + } + + $joinedMonthDays = 0; + for ($j = $doj_day; $j <= $joinedMonthDaysCount; $j++) + { + $weekdays[] = 'WH' . $j; + } + foreach ($JoinedMonthAttendance as $day) + { + foreach ($day as $key => $value) + { + foreach ($weekdays as $weeks) + { + if ($weeks == $key) + { + if ($value != 0) + { + // echo $value; + $joinedMonthDays++; + } + } + + } + } + + } + + //echo $joinedMonthDays;die; + + $result = $this->dahsboard_Model->attendanceyear($EmpID, $JoinedMonth + 1); + + //print_r($result); + $yearabs = $this->dahsboard_Model->getAllAttendance($EmpID, $CURMONTH); + $TotalNoofDays = $result[0]->TotalWorkingDays; + $DaysWorked = $result[0]->DaysWorked; + + // echo $TotalNoofDays; + // echo $DaysWorked;die; + $values = 0; + $values = array(); + $weekdays = array(); + $date = date('d'); + + $Work = array_sum($weekdays); + + for ($j = 1; $j <= $date; $j++) + { + $weekdays[] = 'WH' . $j; + } + $totalhours =0; + foreach ($yearabs as $day) + { + foreach ($day as $key => $value) + { + foreach ($weekdays as $weeks) + { + if ($weeks == $key) + { + if ($value != 0) + { + //$values++; + //$totalhours = array_sum($value); + $values[] = $value; + + } + } + + } + } + } + + $DaysWorked = 0; + + $totalhours = array_sum($values); + + $values = $totalhours/8; + //print_r($totalhours); + + if ($CURMONTH == $doj_month && $CURYEAR == $doj_year) + { + $TotalNoofDays = $TotalNoofDays + $joinedMonthWorkingDayCount; + $DaysWorked = $joinedMonthDays; + } + else + { + $TotalNoofDays = $TotalNoofDays + $CURDATE + $joinedMonthWorkingDayCount; + $DaysWorked = $DaysWorked + $joinedMonthDays + $values; + } + + + + + $final_res = round(($DaysWorked / $TotalNoofDays) * 100); + // echo "------"; + //echo $final_res;exit(); + $data['workeds'] = $DaysWorked; + $data['yeardata'] = $final_res; + $data['totaldays'] = $TotalNoofDays; + + } + + else + { + $result = $this->dahsboard_Model->attendanceyear($EmpID, 4); + $yearabs = $this->dahsboard_Model->getAllAttendance($EmpID, $CURMONTH); + $TotalNoofDays = $result[0]->TotalWorkingDays; + $DaysWorked = $result[0]->DaysWorked; + + + $values = 0; + $values = array(); + $weekdays = array(); + $date = date('d'); + + $Work = array_sum($weekdays); + + for ($j = 1; $j <= $date; $j++) + { + $weekdays[] = 'WH' . $j; + } + foreach ($yearabs as $day) + { + foreach ($day as $key => $value) + { + foreach ($weekdays as $weeks) + { + if ($weeks == $key) + { + if ($value != 0) + { + + $values[]=$value; + } + } + + } + } + } + + $totalhours = array_sum($values); + + $values = $totalhours/8; + + $TotalNoofDays = $TotalNoofDays + $CURDATE; + $DaysWorked = $DaysWorked + $values; + $final_res = round(($DaysWorked / $TotalNoofDays) * 100); + // echo "------"; + //echo $final_res;exit(); + $data['workeds'] = $DaysWorked; + $data['yeardata'] = $final_res; + $data['totaldays'] = $TotalNoofDays; + + + } + + if(empty($empID)) + { + + echo json_encode($data); + } + else + { + return $data; + } +} + + + + + + + + + + + +/****************HR DASHBOART Controller END **************************************/ + + /** + * This function is used to load the user list + */ + function userListing() + { + // if($this->isAdmin() == TRUE) + // { + // $this->loadThis(); + // } + // else + // { + + $data['userRecords'] = $this->user_model->userListing(); + + $this->global['pageTitle'] = $this->CompanyName.' : User Listing'; + + $this->loadViews("users", $this->global, $data, NULL); + //} + } + + + /** + * This function is used to load the add new form + */ + function addNew() + { + // if($this->isAdmin() == TRUE) + // { + // $this->loadThis(); + // } + // else + // { + $data['EmpList'] = $this->user_model->getAllEmployees(); + + $data['roles'] = $this->user_model->getUserRoles(); + + $data['Department'] = $this->costcenter_model->getDepartment(); + + $this->global['pageTitle'] = $this->CompanyName.' : Add New User'; + + $this->loadViews("addNew", $this->global, $data, NULL); + // } + } + + /** + * This function is used to check whether email already exist or not + */ + function checkEmailExists() + { + $userId = $this->input->post("userId"); + $email = $this->input->post("email"); + + if(empty($userId)){ + $result = $this->user_model->checkEmailExists($email); + } else { + $result = $this->user_model->checkEmailExists($email, $userId); + } + + if(empty($result)){ echo("true"); } + else { echo("false"); } + } + /* Validation for Employee Dropdown + */ + function Employee_validate($selectValue) +{ + //echo 'select_validate method called'; + // 'none' is the first option and the text says something like "-Choose one-" + if($selectValue == '0') + { + $this->form_validation->set_message('Employee_validate', 'Please Select Employee.'); + return false; + } + else // user picked something + { + return true; + } +} + /* Validation for Employee Dropdown + */ + function Role_validate($selectValue) +{ + //echo 'select_validate method called'; + // 'none' is the first option and the text says something like "-Choose one-" + if($selectValue == '0') + { + $this->form_validation->set_message('Role_validate', 'Please Select Role.'); + return false; + } + else // user picked something + { + return true; + } +} + /** + * This function is used to add new user to the system + */ + function addNewUser() + { + // if($this->isAdmin() == TRUE) + // { + // $this->loadThis(); + // } + // else + // { + + $this->form_validation->set_rules('EmpList','EmpList','trim|callback_Employee_validateS'); + // $this->form_validation->set_rules('role','role','trim|callback_Role_validate'); + $this->form_validation->set_rules('password','Password','required|max_length[20]'); + $this->form_validation->set_rules('cpassword','Confirm Password','trim|required|matches[password]|max_length[20]'); + + + if($this->form_validation->run() == FALSE) + { + $this->addNew(); + } + else + { + $EmpID = $this->input->post('EmpList'); + $roleId = '2'; + $password = $this->input->post('password'); + $dt = new DateTime('now', new DateTimeZone('Asia/Kolkata')); + $Createddt = $dt->format('Y-m-d H:i:s'); + + $email = $this->input->post('MailID'); + + $SelectedDepartment = $this->input->post('txtSelectedDepartment'); + + $comma_separated = explode(':', $SelectedDepartment); + + + + + + + $userInfo = array('email'=>$email,'EmpID'=>$EmpID,'password'=>getHashedPassword($password),'roleId'=>$roleId,'createdBy'=>$this->vendorId,'createdDtm'=>$Createddt); + + + + //die(); + + $result = $this->user_model->addNewUser($userInfo); + + if($SelectedDepartment != '') + { + + for ($j = 0; $j < count($comma_separated); $j++) + { + $DeptCode = $comma_separated[$j]; + + //echo $DeptCode; + + $userdept=array('EmpID'=>$EmpID,'Departmentcode'=>$DeptCode); + + //print_r($userdept); + + $access= $this->user_model->addAccess($userdept); + + //echo $access; + } + } + + + if($result > 0) + { + + + echo ""; + redirect('userListing','refresh'); + + } + + else + { + + redirect('userListing','refresh'); + echo ""; + } + + } + //} + } + + + + + +function Adduserdepartment() + { + $empid= $this->input->post('Eid'); + $Depcode= $this->input->post('Department'); + $userdept=array('EmpID'=>$empid,'Departmentcode'=>$Depcode); + + $access= $this->user_model->addAccess($userdept); + if($access>0) + { + echo "Successfully Added"; + } + } + + + function Deleteuserdepartment() + { + $empid= $this->input->post('Eid'); + $Depcode= $this->input->post('Department'); + $userdept=array('EmpID'=>$empid,'Departmentcode'=>$Depcode); + + $access= $this->user_model->DeleteAccess($empid,$Depcode); + + if($access>0) + { + echo "Successfully Deleted"; + } + + } + + + /** + * This function is used load user edit information + * @param number $userId : Optional : This is user id + */ + function editOld($UserId = '') + { + // if($this->isAdmin() == TRUE ) + // { + // $this->loadThis(); + // } + // else + // { + if($UserId == '') + { + // redirect('userListing'); + } + + $Uid = $_GET['UID']; + $Empid = $_GET['EMPID']; + + + $data['roles'] = $this->user_model->getUserRoles(); + + //print_r($data); + + $data['EmpList'] = $this->user_model->GetEmployeeDetails($Uid); + //print_r($data); + $data['Departmentlist'] = $this->costcenter_model->getDepartmentnotadded($Empid); + $data['EmpRole'] = $this->user_model->GetRoleNameByUserID($Uid); + $data['AccessDept'] = $this->costcenter_model ->getaccessDept($Empid); + + // $data['userInfo'] = $this->user_model->getUserInfo($userId); + + $this->global['pageTitle'] = $this->CompanyName.' : Edit User'; + + $this->loadViews("editOld", $this->global, $data, NULL); + //} + } + + + /** + * This function is used to edit the user information + */ + function editUser() + { + // if($this->isAdmin() == TRUE) + // { + // $this->loadThis(); + // } + // else + // { + $userId = $this->input->post('EmpList'); + $this->form_validation->set_rules('EmpList','EmpList','trim|callback_Employee_validateS'); + $this->form_validation->set_rules('role','role','trim|callback_Role_validate'); + $this->form_validation->set_rules('password','Password','required|max_length[20]'); + $this->form_validation->set_rules('cpassword','Confirm Password','trim|required|matches[password]|max_length[20]'); + + if($this->form_validation->run() == FALSE) + { + $this->editOld($userId); + } + else + { + $EmpID = $this->input->post('EmpList'); + $role = $this->input->post('role'); + $password = $this->input->post('password'); + $dt = new DateTime('now', new DateTimeZone('Asia/Kolkata')); + $updatedDate = $dt->format('Y-m-d H:i:s'); + + // echo $EmpID; + + $userInfo = array(); + + + $userInfo = array('password'=>getHashedPassword($password),'roleId'=>$role,'EmpId'=>$EmpID,'updatedDtm'=>$updatedDate); + + + + + $result = $this->user_model->editUser($userInfo, $EmpID); + + if($result == true) + { + $this->session->set_flashdata('success', 'User updated successfully'); + } + else + { + $this->session->set_flashdata('error', 'User updation failed'); + } + + redirect('userListing'); + } + //} + } + + + /** + * This function is used to delete the user using userId + * @return boolean $result : TRUE / FALSE + */ + function deleteUser() + { + echo 'Delete'; + $Uid = $this->input->post('id'); + + $dt = new DateTime('now', new DateTimeZone('Asia/Kolkata')); + $updatedDate = $dt->format('Y-m-d H:i:s'); + + $userInfo = array('isDeleted'=>1,'updatedBy'=>$this->vendorId, 'updatedDtm'=>$updatedDate); + + $result = $this->user_model->deleteUser($Uid, $userInfo); + + echo 'Succssfully change the user status to InAcive'; + + } + + /** + * This function is used to load the change password screen + */ + function loadChangePass() + { + $this->global['pageTitle'] = $this->CompanyName.' : Change Password'; + + $this->loadViews("changePassword", $this->global, NULL, NULL); + } + + + /** + * This function is used to change the password of the user + */ + function changePassword() + { + $this->load->library('form_validation'); + + $this->form_validation->set_rules('oldPassword','Old password','required|max_length[20]'); + $this->form_validation->set_rules('newPassword','New password','required|max_length[20]'); + $this->form_validation->set_rules('cNewPassword','Confirm new password','required|matches[newPassword]|max_length[20]'); + + if($this->form_validation->run() == FALSE) + { + $this->loadChangePass(); + } + else + { + $oldPassword = $this->input->post('oldPassword'); + $newPassword = $this->input->post('newPassword'); + + $resultPas = $this->user_model->matchOldPassword($this->vendorId, $oldPassword); + + if(empty($resultPas)) + { + $this->session->set_flashdata('nomatch', 'Your old password not correct'); + redirect('loadChangePass'); + } + else + { + $usersData = array('password'=>getHashedPassword($newPassword), 'updatedBy'=>$this->vendorId, + 'updatedDtm'=>date('Y-m-d H:i:sa')); + + $result = $this->user_model->changePassword($this->vendorId, $usersData); + + if($result > 0) { $this->session->set_flashdata('success', 'Password updation successful'); } + else { $this->session->set_flashdata('error', 'Password updation failed'); } + + redirect('loadChangePass'); + } + } + } + + function pageNotFound() + { + $this->global['pageTitle'] = $this->CompanyName.' : 404 - Page Not Found'; + + $this->loadViews("404", $this->global, NULL, NULL); + } + //this function used to delivery performances + +function deliver_perform() +{ + + + $this->global['pageTitle'] = 'Resico : Delivery Performance'; + if ($this->input->post('btn_submit')) { + + $ab=$this->input->post('financialyear'); + + $fa=substr($ab,0,-5); + $aa=substr($ab,5,5); + $m=$this->input->post('month'); + + //print_r($prod); + //die; + + $data['fy']=$this->user_model->fincalYear(); + $data['per']=$this->user_model->deliver_perform($fa,$aa,$m); + + // // print_r( $data['spurchse']); + } + + $data['fy']=$this->user_model->fincalYear(); + + $this->loadviews("deliver_perform",$this->global,$data,NULL); + + +} + /* + *favourite add function and load view + */ + + function favourite() + { + $this->global['pageTitle'] = $this->CompanyName.' : Add Favourite'; + + + // $data['ponoreset']=$this->purchaseorder_model->ponoresetfinyear(); + + + $this->loadViews("Favourite", $this->global,Null); + + } + function favouriteadd() + { + $name = $this->input->post('name'); + $url = $this->input->post('url'); + $status = $this->input->post('status'); + $CreateBy = $this->session->userdata ( 'userId' ); + + $dt = new DateTime('now', new DateTimeZone('Asia/Kolkata')); + $createddt = $dt->format('Y-m-d H:i:s'); + $menu = $this->input->post('menu'); + // $RowCount = $this->input->post('txtRowCount'); + // $DeletedRow = $this->input->post('txtDeletedRow'); + // $comma_separated = explode(':', $DeletedRow); + $favourite = array('Menu_Name'=>$name,'Menu_URL'=>$url,'Status'=>$status,'Created_BY'=>$CreateBy,'Created_ON'=>$createddt,'Menu_ID'=>$menu); + $getdata= $this->user_model->favouriteadd($favourite); + // print_r($favourite); + // die(); + if($getdata==1) + + { + echo"success"; + + } + else{ + echo"failed"; + } + + } +} + +?> \ No newline at end of file diff --git a/application/controllers/cashbook.php b/application/controllers/cashbook.php old mode 100755 new mode 100644 diff --git a/application/controllers/error.php b/application/controllers/error.php old mode 100755 new mode 100644 diff --git a/application/controllers/index.html b/application/controllers/index.html old mode 100755 new mode 100644 diff --git a/application/controllers/pages.php b/application/controllers/pages.php old mode 100755 new mode 100644 diff --git a/application/controllers/purchaseorder.php b/application/controllers/purchaseorder.php old mode 100755 new mode 100644 diff --git a/application/controllers/storerequisitioncontroller.php b/application/controllers/storerequisitioncontroller.php old mode 100755 new mode 100644 diff --git a/application/controllers/user.php b/application/controllers/user.php index 516664e7..2d388429 100644 --- a/application/controllers/user.php +++ b/application/controllers/user.php @@ -411,7 +411,7 @@ function dateFunctionChangeVales() - $date = $this->input->post("id"); + $date = $this->input->post("id"); $dates = date('Y-m'); $date = $dates . '-01'; // // echo $date; @@ -1584,6 +1584,348 @@ function deliver_perform() } } -} -?> \ No newline at end of file + + +// start zoho API + function zohobooks_api_fetch_all(){ + + //echo 'scuess';//die(); + if (isset($_POST['sync'])) + { + $con = new mysqli($this->db->hostname,$this->db->username,$this->db->password,$this->db->database); + + $ch=curl_init(); + + $organization_id = '776847408'; + $client_id = '1000.0WMDLCXAZV5DR60IKE9P49YTYGVL6C'; + $refresh_token = '1000.0fcf314cc7b7b598df6e519461bbe9b8.f77688a2254137532ae33ad5e152a064'; + $client_secret = '99da3a05cfa13cf91eb6476a3c44cfa3e21b6106a8'; + $redirect_uri = 'https://resicoindustries.com/RIA'; + + $date_today = date('Y-m-d'); + // $date_yesterday = date('Y-m-d',strtotime('-1 day',strtotime($date_today))); + //$date_today = '2022-08-23'; + $date_yesterday = date('Y-m-d',strtotime('-7 day',strtotime($date_today))); + // echo $date_yesterday;die(); + + + $url_org ="https://books.zoho.com/api/v3/invoices?"; + + $fields=array( + + "usestate" => "true", + "organization_id" =>"776847408", + "date_start" => $date_yesterday, + "date_end" => $date_today + + ); + + $data_all = http_build_query($fields); + + $accesstoken = '1000.095b66fc95fc81874c1cfc7d15b0904e.10bc9956d9b9ec14cce1350ee0cf8254'; + + //code => 57 -->expired + //code => 0 -->not expired + $headers=array( + 'Authorization:Zoho-oauthtoken '.$accesstoken, + 'Content-Type:application/json' + ); + + $data_access = $url_org.$data_all; + + curl_setopt($ch, CURLOPT_URL, $data_access); + curl_setopt($ch, CURLOPT_HTTPHEADER, $headers); + curl_setopt($ch, CURLOPT_HEADER, 0); + + $body = '{}'; + curl_setopt($ch, CURLOPT_CUSTOMREQUEST, "GET"); + curl_setopt($ch, CURLOPT_POSTFIELDS,$body); + curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); + + $result=curl_exec($ch); + + $res = json_decode($result); + + + + if($res->code=="57") + { + + //echo 'new token';//die(); + $url_getauthtoken = 'https://accounts.zoho.com/oauth/v2/token?refresh_token='.$refresh_token.'&client_id='.$client_id.'&client_secret='.$client_secret.'&redirect_uri='.$redirect_uri.'&grant_type=refresh_token'; + curl_setopt($ch, CURLOPT_URL, $url_getauthtoken); + curl_setopt($ch, CURLOPT_HTTPHEADER, $headers); + curl_setopt($ch, CURLOPT_HEADER, 0); + + $body = '{}'; + curl_setopt($ch, CURLOPT_CUSTOMREQUEST, "POST"); + curl_setopt($ch, CURLOPT_POSTFIELDS,$body); + curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); + + $res_token=curl_exec($ch); + + $ress = json_decode($res_token); + + $newaccesstoken = $ress->access_token; + + + $headers_new=array( + 'Authorization:Zoho-oauthtoken '.$newaccesstoken, + 'Content-Type:application/json' + ); + + + + curl_setopt($ch, CURLOPT_URL, $url_org.$data_access); + curl_setopt($ch, CURLOPT_HTTPHEADER, $headers_new); + curl_setopt($ch, CURLOPT_HEADER, 0); + + $body = '{}'; + curl_setopt($ch, CURLOPT_CUSTOMREQUEST, "GET"); + curl_setopt($ch, CURLOPT_POSTFIELDS,$body); + curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); + + $result=curl_exec($ch); + + $res = json_decode($result,true); + + + // print_r($res['invoices']); + //print_r(count($res['invoices']));//die(); + $inv_array = $res['invoices']; + + foreach($inv_array as $inv){ + + $invoice_id = $inv['invoice_id']; + + + if($invoice_id!==""){ + + $url2 = 'https://books.zoho.com/api/v3/invoices/'.$invoice_id.'?organization_id='.$organization_id; + + curl_setopt($ch, CURLOPT_URL, $url2); + curl_setopt($ch, CURLOPT_HTTPHEADER, $headers_new); + curl_setopt($ch, CURLOPT_HEADER, 0); + + $body2 = '{}'; + curl_setopt($ch, CURLOPT_CUSTOMREQUEST, "GET"); + curl_setopt($ch, CURLOPT_POSTFIELDS,$body2); + curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); + + $result2=curl_exec($ch); + + $resall = json_decode($result2,true); + $res2[] = $resall['invoice']; + + } + + } + + //echo count($res2); + + + $insert_count = 0; + $update_count = 0; + foreach($res2 as $rs) + { + + + $gst_no = $rs['gst_no']; + $sku = $rs['line_items'][0]['sku']; + $invoice_number = $rs['invoice_number']; + $invoice_date = $rs['date']; + $due_date = $rs['due_date']; + $item_price = $rs['line_items'][0]['rate']; + $item_order = $rs['line_items'][0]['item_order']; + $item_product_unit = $rs['line_items'][0]['unit']; + $item_name = $rs['line_items'][0]['name']; + $item_description = $rs['line_items'][0]['description']; + $item_quantity = $rs['line_items'][0]['quantity']; + // $batch_no = $rs['custom_fields'][5]['value']; + $batch_no = ""; + $invoice_time=$rs['created_time']; + $time_array = explode("T", $invoice_time); + $time_array = explode("+",$time_array[1]); + $invoice_time = $time_array[0]; + $status = $rs['status']; + + //$vehicle_number = $rs['custom_field_hash']['cf_vehicle_number']; + //$transport_mode =$rs['custom_field_hash']['cf_transport_mode']; + //$purchase_order_date = $rs['custom_field_hash']['cf_purchase_order_date']; + $driver = $rs['custom_field_hash']['cf_driver']; + $place_of_supply = $rs['custom_field_hash']['cf_place_of_supply']; + + + $cgst = $rs['taxes'][0]['tax_name']; + $sgst = $rs['taxes'][1]['tax_name']; + $cgst = $cgst[4]; + $sgst = $sgst[4]; + $cgst = $cgst.'.000'; + $getcgsttax = "SELECT * FROM ip_tax_rates WHERE tax_rate_percent='$cgst'"; + $res_cgsttax = $con->query($getcgsttax); + $rw_cgsttax = $res_cgsttax->fetch_assoc(); + $cgsttaxid = $rw_cgsttax['tax_rate_id']; + + $sgst = $sgst.'.000'; + $getsgsttax = "SELECT * FROM ip_tax_rates WHERE tax_rate_percent='$sgst'"; + $res_sgsttax = $con->query($getsgsttax); + $rw_sgsttax = $res_sgsttax->fetch_assoc(); + $sgsttaxid = $rw_sgsttax['tax_rate_id']; + + + + $item_subtotal = $rs['line_items'][0]['item_total']; + $item_tax_total = $rs['tax_total']; + $item_total = $rs['total']; + $item_sgst_amt = $rs['taxes'][1]['tax_amount']; + $item_cgst_amt = $rs['taxes'][0]['tax_amount']; + + $item_discount = 0.00; + $item_igst_amt = 0.00; + + + if($batch_no=="") + { + + $batch_no = ""; + } + + $gst_sql = "SELECT * FROM ip_clients WHERE client_tax_code='$gst_no'"; + $res_gst = $con->query($gst_sql); + // $r_gst[] = $res_gst->fetch_assoc()['client_id']; + $client_id = $res_gst->fetch_assoc()['client_id']; + + + $sku_sql = "SELECT * FROM ip_products WHERE sku='$sku'"; + $res_sku = $con->query($sku_sql); + // $r_sku[] = $res_sku->fetch_assoc()['product_id']; + $product_id = $res_sku->fetch_assoc()['product_id']; + + $sql_invoice_chk = "SELECT * FROM ip_invoices WHERE invoice_number='$invoice_number' AND invoice_date_created='$invoice_date'"; + $res_invoice = $con->query($sql_invoice_chk); + + + if($res_invoice->num_rows<=0) + { + + + $characters = '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ'; + $charactersLength = strlen($characters); + $randomString = ''; + for ($i = 0; $i < 16; $i++) + { + $randomString .= $characters[rand(0, $charactersLength - 1)]; + } + + + + $url_key = $randomString; + + $sql_invoice_insert = "INSERT INTO ip_invoices(user_id,client_id,invoice_group_id,invoice_status_id,invoice_date_created,invoice_time_created,invoice_date_due,invoice_number,invoice_url_key,receivedstatus,credit_status)VALUES(1,'$client_id',6,2,'$invoice_date','$invoice_time','$due_date','$invoice_number','$url_key','ST066',0)"; + $result_invoice_insert = $con->query($sql_invoice_insert); + + $invoice_insert_id=$con->insert_id; + + $sql_invoiceitem_insert = "INSERT INTO ip_invoice_items(invoice_id,item_product_id,item_date_added,item_name,item_description,item_quantity,item_price,item_order,item_product_unit,Sgst_item_tax_rate_id,Cgst_item_tax_rate_id) + VALUES('$invoice_insert_id','$product_id','$invoice_date','$item_name','$item_description','$item_quantity','$item_price','$item_order','$item_product_unit','$sgsttaxid','$cgsttaxid')"; + $result_invoiceitem_insert = $con->query($sql_invoiceitem_insert); + + $item_insert_id = $con->insert_id; + + + //tax amount -- ip_invoice_item_amounts - table + + + $sql_tax_amount_insert = "INSERT INTO ip_invoice_item_amounts(item_id,item_subtotal,item_tax_total,item_total,item_sgst_amt,item_cgst_amt,item_discount,item_igst_amt)VALUES('$item_insert_id','$item_subtotal','$item_tax_total','$item_total','$item_sgst_amt','$item_cgst_amt','$item_discount','$item_igst_amt')"; + $result_tax_amount_insert = $con->query($sql_tax_amount_insert); + + + + + + + //custom fields insert + $sql_invoice_custom_insert = "INSERT INTO ip_invoice_custom(invoice_id,invoice_custom_fieldid,invoice_custom_fieldvalue)VALUES('$invoice_insert_id',62,'$batch_no')"; + $result_invoice_custom_insert = $con->query($sql_invoice_custom_insert); + + // $custom_vehicle = "INSERT INTO ip_invoice_custom(invoice_id,invoice_custom_fieldid,invoice_custom_fieldvalue)VALUES('$invoice_insert_id',8,'$vehicle_number')"; + // $res_vehicle = $con->query($custom_vehicle); + + // $custom_transport_mode = "INSERT INTO ip_invoice_custom(invoice_id,invoice_custom_fieldid,invoice_custom_fieldvalue)VALUES('$invoice_insert_id',7,'$transport_mode')"; + // $res_transport_mode= $con->query($custom_transport_mode); + + // $custom_purchase_order_date= "INSERT INTO ip_invoice_custom(invoice_id,invoice_custom_fieldid,invoice_custom_fieldvalue)VALUES('$invoice_insert_id',15,'$purchase_order_date')"; + // $res_purchase_order_date = $con->query($custom_purchase_order_date); + + $custom_driver = "INSERT INTO ip_invoice_custom(invoice_id,invoice_custom_fieldid,invoice_custom_fieldvalue)VALUES('$invoice_insert_id',58,'$driver')"; + $res_driver = $con->query($custom_driver); + + $custom_place = "INSERT INTO ip_invoice_custom(invoice_id,invoice_custom_fieldid,invoice_custom_fieldvalue)VALUES('$invoice_insert_id',10,'$place_of_supply')"; + $res_place = $con->query($custom_place); + $insert_count = $insert_count + 1; + echo "success"; + + } + else// update invoice status, especially for cancelled invoices + { + + if($status == "void") + { + $sql_invoice_update = "UPDATE ip_invoices SET invoice_status_id = 5 WHERE invoice_number='$invoice_number' AND invoice_date_created='$invoice_date'"; + $sql_invoice_update = $con->query($sql_invoice_update); + echo "update-".$sql_invoice_update; + $update_count = $update_count + 1; + } + } + + + } + echo 'new invoice inserted count- '. $insert_count . '/'.'cancelled status updated count - ' . $update_count; + + + } + + else{ + + +// print_r($res); + + $invoice_id = $res->invoices[0]->invoice_id; + + if($invoice_id!==""){ + + $url2 = 'https://books.zoho.com/api/v3/invoices/'.$invoice_id.'?organization_id='.$organization_id; + + curl_setopt($ch, CURLOPT_URL, $url2); + curl_setopt($ch, CURLOPT_HTTPHEADER, $headers); + curl_setopt($ch, CURLOPT_HEADER, 0); + + $body2 = '{}'; + curl_setopt($ch, CURLOPT_CUSTOMREQUEST, "GET"); + curl_setopt($ch, CURLOPT_POSTFIELDS,$body2); + curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); + + $result2=curl_exec($ch); + + $res2 = json_decode($result2); + + //print_r($res2->invoice); + } + + + + } + curl_close($ch); + + + + } + } + //end + // END zoho API + + + + +}?> \ No newline at end of file diff --git a/application/core/index.html b/application/core/index.html old mode 100755 new mode 100644 diff --git a/application/errors/error_404.php b/application/errors/error_404.php old mode 100755 new mode 100644 diff --git a/application/errors/error_db.php b/application/errors/error_db.php old mode 100755 new mode 100644 diff --git a/application/errors/error_general.php b/application/errors/error_general.php old mode 100755 new mode 100644 diff --git a/application/errors/error_php.php b/application/errors/error_php.php old mode 100755 new mode 100644 diff --git a/application/errors/index.html b/application/errors/index.html old mode 100755 new mode 100644 diff --git a/application/helpers/cias_helper.php b/application/helpers/cias_helper.php old mode 100755 new mode 100644 diff --git a/application/helpers/index.html b/application/helpers/index.html old mode 100755 new mode 100644 diff --git a/application/hooks/index.html b/application/hooks/index.html old mode 100755 new mode 100644 diff --git a/application/index.html b/application/index.html old mode 100755 new mode 100644 diff --git a/application/language/english/index.html b/application/language/english/index.html old mode 100755 new mode 100644 diff --git a/application/language/index.html b/application/language/index.html old mode 100755 new mode 100644 diff --git a/application/libraries/BaseController.php b/application/libraries/BaseController.php old mode 100755 new mode 100644 diff --git a/application/libraries/Excel.php b/application/libraries/Excel.php old mode 100755 new mode 100644 diff --git a/application/libraries/Excel2.php b/application/libraries/Excel2.php old mode 100755 new mode 100644 diff --git a/application/libraries/dompdf_gen.php b/application/libraries/dompdf_gen.php old mode 100755 new mode 100644 diff --git a/application/libraries/index.html b/application/libraries/index.html old mode 100755 new mode 100644 diff --git a/application/libraries/pdf.php b/application/libraries/pdf.php old mode 100755 new mode 100644 diff --git a/application/logs/index.html b/application/logs/index.html old mode 100755 new mode 100644 diff --git a/application/logs/log-2018-07-20.php b/application/logs/log-2018-07-20.php deleted file mode 100644 index 99c9c16a..00000000 --- a/application/logs/log-2018-07-20.php +++ /dev/null @@ -1,25 +0,0 @@ - - -ERROR - 2018-07-20 10:42:48 --> Severity: Notice --> Undefined variable: pageTitle /opt/lampp/htdocs/ria/application/views/includes/header.php 4 -ERROR - 2018-07-20 10:42:48 --> Severity: Notice --> Undefined variable: creditdebit /opt/lampp/htdocs/ria/application/views/bankingfile.php 132 -ERROR - 2018-07-20 10:42:48 --> Severity: Notice --> Undefined variable: credit /opt/lampp/htdocs/ria/application/views/bankingfile.php 134 -ERROR - 2018-07-20 10:42:48 --> Severity: Notice --> Undefined variable: debit /opt/lampp/htdocs/ria/application/views/bankingfile.php 136 -ERROR - 2018-07-20 10:51:14 --> Query error: Table 'resicoin_RIADev.T_bankbalance' doesn't exist -ERROR - 2018-07-20 11:11:31 --> Query error: Table 'resicoin_RIADev.T_bankbalance' doesn't exist -ERROR - 2018-07-20 11:51:09 --> Query error: Table 'resicoin_RIADev.T_bankbalance' doesn't exist -ERROR - 2018-07-20 12:04:53 --> Query error: Table 'resicoin_RIADev.T_bankreport' doesn't exist -ERROR - 2018-07-20 12:05:28 --> Query error: Table 'resicoin_RIADev.T_Bankmappingpo' doesn't exist -ERROR - 2018-07-20 12:20:25 --> Query error: Table 'resicoin_RIADev.T_bankbalance' doesn't exist -ERROR - 2018-07-20 13:30:41 --> Query error: Table 'resicoin_RIADev.T_bankbalance' doesn't exist -ERROR - 2018-07-20 13:53:50 --> Query error: Table 'resicoin_RIADev.T_bankbalance' doesn't exist -ERROR - 2018-07-20 13:53:55 --> Query error: Table 'resicoin_RIADev.T_bankbalance' doesn't exist -ERROR - 2018-07-20 14:04:39 --> Severity: Warning --> Missing argument 3 for cashbook_model::getIncomeExpense(), called in /opt/lampp/htdocs/ria/application/controllers/cashbook.php on line 102 and defined /opt/lampp/htdocs/ria/application/models/cashbook_model.php 76 -ERROR - 2018-07-20 14:04:39 --> Severity: Warning --> Missing argument 4 for cashbook_model::getIncomeExpense(), called in /opt/lampp/htdocs/ria/application/controllers/cashbook.php on line 102 and defined /opt/lampp/htdocs/ria/application/models/cashbook_model.php 76 -ERROR - 2018-07-20 14:04:39 --> Severity: Notice --> Undefined variable: frmdt /opt/lampp/htdocs/ria/application/models/cashbook_model.php 90 -ERROR - 2018-07-20 14:04:39 --> Query error: Unknown column 'cashtype' in 'field list' -ERROR - 2018-07-20 14:05:01 --> Session: The session cookie was not signed. -ERROR - 2018-07-20 14:06:04 --> Severity: Warning --> Missing argument 3 for cashbook_model::getIncomeExpense(), called in /opt/lampp/htdocs/ria/application/controllers/cashbook.php on line 102 and defined /opt/lampp/htdocs/ria/application/models/cashbook_model.php 76 -ERROR - 2018-07-20 14:06:04 --> Severity: Warning --> Missing argument 4 for cashbook_model::getIncomeExpense(), called in /opt/lampp/htdocs/ria/application/controllers/cashbook.php on line 102 and defined /opt/lampp/htdocs/ria/application/models/cashbook_model.php 76 -ERROR - 2018-07-20 14:06:04 --> Severity: Notice --> Undefined variable: frmdt /opt/lampp/htdocs/ria/application/models/cashbook_model.php 90 -ERROR - 2018-07-20 14:06:05 --> Query error: Unknown column 'cashtype' in 'field list' -ERROR - 2018-07-20 14:19:06 --> Query error: Table 'resicoin_RIADev.T_bankbalance' doesn't exist diff --git a/application/logs/log-2018-07-23.php b/application/logs/log-2018-07-23.php deleted file mode 100644 index c01d78d6..00000000 --- a/application/logs/log-2018-07-23.php +++ /dev/null @@ -1,3366 +0,0 @@ - - -ERROR - 2018-07-23 06:34:23 --> Severity: Notice --> Undefined variable: user /opt/lampp/htdocs/ria/application/views/dashboard.php 627 -ERROR - 2018-07-23 06:35:56 --> Severity: Notice --> Undefined variable: creditdebit /opt/lampp/htdocs/ria/application/views/bankingfile.php 132 -ERROR - 2018-07-23 06:41:14 --> Severity: Notice --> Undefined variable: filename /opt/lampp/htdocs/ria/application/controllers/cashbook.php 235 -ERROR - 2018-07-23 06:41:14 --> The upload path does not appear to be valid. -ERROR - 2018-07-23 06:41:15 --> Severity: Notice --> Undefined variable: IsActive /opt/lampp/htdocs/ria/application/controllers/cashbook.php 315 -ERROR - 2018-07-23 06:41:16 --> Query error: Unknown column 'IsActive' in 'field list' -ERROR - 2018-07-23 06:46:17 --> Severity: Notice --> Undefined variable: creditdebit /opt/lampp/htdocs/ria/application/views/bankingfile.php 132 -ERROR - 2018-07-23 06:47:07 --> Severity: Notice --> Undefined variable: filename /opt/lampp/htdocs/ria/application/controllers/cashbook.php 235 -ERROR - 2018-07-23 06:47:07 --> The upload path does not appear to be valid. -ERROR - 2018-07-23 06:47:59 --> Severity: Notice --> Undefined variable: fdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1310 -ERROR - 2018-07-23 06:47:59 --> Severity: Notice --> Undefined variable: tdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1310 -ERROR - 2018-07-23 06:47:59 --> Severity: Notice --> Undefined variable: fa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1310 -ERROR - 2018-07-23 06:47:59 --> Severity: Notice --> Undefined variable: aa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1310 -ERROR - 2018-07-23 06:47:59 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 06:47:59 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 06:47:59 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 85 -ERROR - 2018-07-23 06:47:59 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 85 -ERROR - 2018-07-23 06:47:59 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 86 -ERROR - 2018-07-23 06:47:59 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 86 -ERROR - 2018-07-23 06:47:59 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 06:47:59 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 06:47:59 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 137 -ERROR - 2018-07-23 06:47:59 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 137 -ERROR - 2018-07-23 06:47:59 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 138 -ERROR - 2018-07-23 06:47:59 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 138 -ERROR - 2018-07-23 06:47:59 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 06:47:59 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 06:52:15 --> Severity: Notice --> Undefined variable: fdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1310 -ERROR - 2018-07-23 06:52:15 --> Severity: Notice --> Undefined variable: tdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1310 -ERROR - 2018-07-23 06:52:15 --> Severity: Notice --> Undefined variable: fa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1310 -ERROR - 2018-07-23 06:52:15 --> Severity: Notice --> Undefined variable: aa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1310 -ERROR - 2018-07-23 06:52:16 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 06:52:16 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 06:52:16 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 85 -ERROR - 2018-07-23 06:52:16 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 85 -ERROR - 2018-07-23 06:52:16 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 86 -ERROR - 2018-07-23 06:52:16 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 86 -ERROR - 2018-07-23 06:52:16 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 06:52:16 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 06:52:16 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 137 -ERROR - 2018-07-23 06:52:16 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 137 -ERROR - 2018-07-23 06:52:16 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 138 -ERROR - 2018-07-23 06:52:16 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 138 -ERROR - 2018-07-23 06:52:16 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 06:52:16 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 06:53:53 --> Severity: Notice --> Undefined variable: fdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1310 -ERROR - 2018-07-23 06:53:53 --> Severity: Notice --> Undefined variable: tdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1310 -ERROR - 2018-07-23 06:53:53 --> Severity: Notice --> Undefined variable: fa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1310 -ERROR - 2018-07-23 06:53:53 --> Severity: Notice --> Undefined variable: aa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1310 -ERROR - 2018-07-23 06:53:53 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 06:53:53 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 06:53:53 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 06:53:53 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 06:53:53 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 06:53:53 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 06:53:53 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 06:53:53 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 06:53:53 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 06:53:53 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 06:53:53 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 06:53:53 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 06:53:53 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 06:53:53 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 06:54:40 --> Severity: Notice --> Undefined variable: fdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1310 -ERROR - 2018-07-23 06:54:40 --> Severity: Notice --> Undefined variable: tdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1310 -ERROR - 2018-07-23 06:54:40 --> Severity: Notice --> Undefined variable: fa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1310 -ERROR - 2018-07-23 06:54:40 --> Severity: Notice --> Undefined variable: aa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1310 -ERROR - 2018-07-23 06:54:40 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 06:54:40 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 06:54:40 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 06:54:40 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 06:54:40 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 06:54:40 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 06:54:40 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 06:54:40 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 06:54:40 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 06:54:40 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 06:54:40 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 06:54:40 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 06:54:40 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 06:54:40 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 06:55:30 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankinvoice.php 2 -ERROR - 2018-07-23 06:55:30 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankinvoice.php 2 -ERROR - 2018-07-23 06:55:30 --> Severity: Notice --> Undefined variable: cash /opt/lampp/htdocs/ria/application/views/bankinvoice.php 80 -ERROR - 2018-07-23 06:55:30 --> Severity: Notice --> Undefined variable: bankid /opt/lampp/htdocs/ria/application/views/bankinvoice.php 82 -ERROR - 2018-07-23 06:56:09 --> Severity: Notice --> Undefined variable: fdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1310 -ERROR - 2018-07-23 06:56:09 --> Severity: Notice --> Undefined variable: tdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1310 -ERROR - 2018-07-23 06:56:09 --> Severity: Notice --> Undefined variable: fa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1310 -ERROR - 2018-07-23 06:56:09 --> Severity: Notice --> Undefined variable: aa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1310 -ERROR - 2018-07-23 06:56:09 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 06:56:09 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 06:56:09 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 06:56:09 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 06:56:09 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 06:56:09 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 06:56:09 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 06:56:09 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 06:56:09 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 06:56:09 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 06:56:09 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 06:56:09 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 06:56:09 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 06:56:09 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 06:56:21 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankdebit.php 2 -ERROR - 2018-07-23 06:56:21 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankdebit.php 2 -ERROR - 2018-07-23 06:59:55 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankdebit.php 2 -ERROR - 2018-07-23 06:59:55 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankdebit.php 2 -ERROR - 2018-07-23 07:00:48 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankdebit.php 2 -ERROR - 2018-07-23 07:00:48 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankdebit.php 2 -ERROR - 2018-07-23 07:01:24 --> Query error: Unknown column 'igrli.BankStatus' in 'where clause' -ERROR - 2018-07-23 07:55:50 --> Query error: Unknown column 'BR.IGRLineItemNo' in 'on clause' -ERROR - 2018-07-23 08:03:38 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankdebit.php 2 -ERROR - 2018-07-23 08:03:38 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankdebit.php 2 -ERROR - 2018-07-23 08:10:39 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /opt/lampp/htdocs/ria/system/database/drivers/mysqli/mysqli_result.php 38 -ERROR - 2018-07-23 08:14:46 --> Severity: Notice --> Undefined variable: fdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1310 -ERROR - 2018-07-23 08:14:46 --> Severity: Notice --> Undefined variable: tdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1310 -ERROR - 2018-07-23 08:14:46 --> Severity: Notice --> Undefined variable: fa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1310 -ERROR - 2018-07-23 08:14:46 --> Severity: Notice --> Undefined variable: aa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1310 -ERROR - 2018-07-23 08:14:47 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 08:14:47 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 08:14:47 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 08:14:47 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 08:14:47 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 08:14:47 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 08:14:47 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 08:14:47 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 08:14:47 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 08:14:47 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 08:14:47 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 08:14:47 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 08:14:47 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 08:14:47 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 08:15:08 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankdebit.php 2 -ERROR - 2018-07-23 08:15:08 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankdebit.php 2 -ERROR - 2018-07-23 08:15:30 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankdebit.php 2 -ERROR - 2018-07-23 08:15:30 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankdebit.php 2 -ERROR - 2018-07-23 08:16:02 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankdebit.php 2 -ERROR - 2018-07-23 08:16:02 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankdebit.php 2 -ERROR - 2018-07-23 08:22:03 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankdebit.php 2 -ERROR - 2018-07-23 08:22:03 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankdebit.php 2 -ERROR - 2018-07-23 08:22:18 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankdebit.php 2 -ERROR - 2018-07-23 08:22:18 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankdebit.php 2 -ERROR - 2018-07-23 08:22:54 --> Query error: Table 'resicoin_RIADev.T_eOrder_LineItem' doesn't exist -ERROR - 2018-07-23 08:35:30 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankdebit.php 2 -ERROR - 2018-07-23 08:35:30 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankdebit.php 2 -ERROR - 2018-07-23 08:35:50 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankdebit.php 2 -ERROR - 2018-07-23 08:35:50 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankdebit.php 2 -ERROR - 2018-07-23 08:38:06 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankdebit.php 2 -ERROR - 2018-07-23 08:38:06 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankdebit.php 2 -ERROR - 2018-07-23 08:38:17 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankdebit.php 2 -ERROR - 2018-07-23 08:38:17 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankdebit.php 2 -ERROR - 2018-07-23 08:38:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus /opt/lampp/htdocs/ria/application/views/bankdebit.php 177 -ERROR - 2018-07-23 08:38:17 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity /opt/lampp/htdocs/ria/application/views/bankdebit.php 179 -ERROR - 2018-07-23 08:38:40 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankposettlement.php 13 -ERROR - 2018-07-23 08:38:40 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankposettlement.php 13 -ERROR - 2018-07-23 08:39:39 --> Query error: Unknown column 'IsActive' in 'field list' -ERROR - 2018-07-23 08:44:17 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankdebit.php 2 -ERROR - 2018-07-23 08:44:17 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankdebit.php 2 -ERROR - 2018-07-23 08:44:30 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankdebit.php 2 -ERROR - 2018-07-23 08:44:30 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankdebit.php 2 -ERROR - 2018-07-23 08:44:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus /opt/lampp/htdocs/ria/application/views/bankdebit.php 177 -ERROR - 2018-07-23 08:44:30 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity /opt/lampp/htdocs/ria/application/views/bankdebit.php 179 -ERROR - 2018-07-23 08:45:03 --> Query error: Unknown column 'IsActive' in 'field list' -ERROR - 2018-07-23 08:48:41 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankdebit.php 2 -ERROR - 2018-07-23 08:48:41 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankdebit.php 2 -ERROR - 2018-07-23 08:49:04 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankdebit.php 2 -ERROR - 2018-07-23 08:49:04 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankdebit.php 2 -ERROR - 2018-07-23 08:49:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus /opt/lampp/htdocs/ria/application/views/bankdebit.php 177 -ERROR - 2018-07-23 08:49:04 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity /opt/lampp/htdocs/ria/application/views/bankdebit.php 179 -ERROR - 2018-07-23 08:49:25 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankposettlement.php 1 -ERROR - 2018-07-23 08:49:25 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankposettlement.php 1 -ERROR - 2018-07-23 08:49:49 --> Severity: Notice --> Undefined variable: balancetocleared /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1481 -ERROR - 2018-07-23 08:49:49 --> Severity: Notice --> Undefined variable: clearedblnce /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1490 -ERROR - 2018-07-23 08:49:49 --> Severity: Notice --> Undefined variable: balancetocleared /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1490 -ERROR - 2018-07-23 08:49:50 --> Severity: Notice --> Undefined variable: data /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1556 -ERROR - 2018-07-23 08:49:50 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 08:49:50 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 08:49:50 --> Severity: Notice --> Undefined variable: bankreport /opt/lampp/htdocs/ria/application/views/bankstatement.php 8 -ERROR - 2018-07-23 08:49:50 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 8 -ERROR - 2018-07-23 08:49:50 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 08:49:50 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 08:49:50 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 08:49:50 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 08:49:50 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 08:49:50 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 08:49:50 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 08:49:50 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 08:49:50 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 08:49:50 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 08:49:50 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 08:49:50 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 08:49:50 --> Severity: Notice --> Undefined variable: finyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 199 -ERROR - 2018-07-23 08:49:50 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 199 -ERROR - 2018-07-23 08:49:50 --> Severity: Notice --> Undefined variable: Bankname /opt/lampp/htdocs/ria/application/views/bankstatement.php 237 -ERROR - 2018-07-23 08:49:51 --> Severity: Notice --> Undefined variable: data /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1556 -ERROR - 2018-07-23 08:49:51 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 08:49:51 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 08:49:51 --> Severity: Notice --> Undefined variable: bankreport /opt/lampp/htdocs/ria/application/views/bankstatement.php 8 -ERROR - 2018-07-23 08:49:51 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 8 -ERROR - 2018-07-23 08:49:51 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 08:49:51 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 08:49:51 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 08:49:51 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 08:49:51 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 08:49:51 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 08:49:51 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 08:49:51 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 08:49:51 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 08:49:51 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 08:49:51 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 08:49:51 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 08:49:51 --> Severity: Notice --> Undefined variable: finyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 199 -ERROR - 2018-07-23 08:49:51 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 199 -ERROR - 2018-07-23 08:49:51 --> Severity: Notice --> Undefined variable: Bankname /opt/lampp/htdocs/ria/application/views/bankstatement.php 237 -ERROR - 2018-07-23 08:49:52 --> Severity: Notice --> Undefined variable: fdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1310 -ERROR - 2018-07-23 08:49:52 --> Severity: Notice --> Undefined variable: tdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1310 -ERROR - 2018-07-23 08:49:52 --> Severity: Notice --> Undefined variable: fa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1310 -ERROR - 2018-07-23 08:49:52 --> Severity: Notice --> Undefined variable: aa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1310 -ERROR - 2018-07-23 08:49:52 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 08:49:52 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 08:49:52 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 08:49:52 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 08:49:52 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 08:49:52 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 08:49:52 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 08:49:52 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 08:49:52 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 08:49:52 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 08:49:52 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 08:49:52 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 08:49:52 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 08:49:52 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 08:51:36 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/banksettlement.php 11 -ERROR - 2018-07-23 08:51:36 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/banksettlement.php 11 -ERROR - 2018-07-23 08:51:36 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 285 -ERROR - 2018-07-23 08:51:36 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 285 -ERROR - 2018-07-23 08:51:36 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 285 -ERROR - 2018-07-23 08:51:36 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 285 -ERROR - 2018-07-23 08:51:36 --> Severity: Notice --> Undefined variable: rel /opt/lampp/htdocs/ria/application/views/banksettlement.php 286 -ERROR - 2018-07-23 08:51:36 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 286 -ERROR - 2018-07-23 08:51:36 --> Severity: Notice --> Undefined variable: record /opt/lampp/htdocs/ria/application/views/banksettlement.php 337 -ERROR - 2018-07-23 08:51:36 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 337 -ERROR - 2018-07-23 08:51:36 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 285 -ERROR - 2018-07-23 08:51:36 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 285 -ERROR - 2018-07-23 08:51:36 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 285 -ERROR - 2018-07-23 08:51:36 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 285 -ERROR - 2018-07-23 08:51:36 --> Severity: Notice --> Undefined variable: rel /opt/lampp/htdocs/ria/application/views/banksettlement.php 286 -ERROR - 2018-07-23 08:51:36 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 286 -ERROR - 2018-07-23 08:51:36 --> Severity: Notice --> Undefined variable: record /opt/lampp/htdocs/ria/application/views/banksettlement.php 337 -ERROR - 2018-07-23 08:51:36 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 337 -ERROR - 2018-07-23 08:59:12 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankposettlement.php 1 -ERROR - 2018-07-23 08:59:12 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankposettlement.php 1 -ERROR - 2018-07-23 08:59:28 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankposettlement.php 1 -ERROR - 2018-07-23 08:59:28 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankposettlement.php 1 -ERROR - 2018-07-23 09:17:27 --> Query error: Column 'PONO' cannot be null -ERROR - 2018-07-23 09:30:25 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /opt/lampp/htdocs/ria/system/database/drivers/mysqli/mysqli_result.php 38 -ERROR - 2018-07-23 09:34:34 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /opt/lampp/htdocs/ria/system/database/drivers/mysqli/mysqli_result.php 38 -ERROR - 2018-07-23 09:34:51 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given /opt/lampp/htdocs/ria/system/database/drivers/mysqli/mysqli_result.php 38 -ERROR - 2018-07-23 09:35:44 --> Severity: Notice --> Undefined variable: fdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1310 -ERROR - 2018-07-23 09:35:44 --> Severity: Notice --> Undefined variable: tdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1310 -ERROR - 2018-07-23 09:35:44 --> Severity: Notice --> Undefined variable: fa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1310 -ERROR - 2018-07-23 09:35:44 --> Severity: Notice --> Undefined variable: aa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1310 -ERROR - 2018-07-23 09:35:45 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 09:35:45 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 09:35:45 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 09:35:45 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 09:35:45 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 09:35:45 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 09:35:45 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 09:35:45 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 09:35:45 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 09:35:45 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 09:35:45 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 09:35:45 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 09:35:45 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 09:35:45 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 09:35:45 --> Severity: Notice --> Undefined variable: Bankname /opt/lampp/htdocs/ria/application/views/bankstatement.php 237 -ERROR - 2018-07-23 09:36:10 --> Severity: Notice --> Undefined variable: creditdebit /opt/lampp/htdocs/ria/application/views/bankingfile.php 132 -ERROR - 2018-07-23 09:36:36 --> Severity: Notice --> Undefined variable: filename /opt/lampp/htdocs/ria/application/controllers/cashbook.php 235 -ERROR - 2018-07-23 09:36:36 --> The upload path does not appear to be valid. -ERROR - 2018-07-23 09:37:09 --> Severity: Notice --> Undefined variable: fdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1310 -ERROR - 2018-07-23 09:37:09 --> Severity: Notice --> Undefined variable: tdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1310 -ERROR - 2018-07-23 09:37:09 --> Severity: Notice --> Undefined variable: fa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1310 -ERROR - 2018-07-23 09:37:09 --> Severity: Notice --> Undefined variable: aa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1310 -ERROR - 2018-07-23 09:37:09 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 09:37:09 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 09:37:09 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 09:37:09 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 09:37:09 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 09:37:09 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 09:37:09 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 09:37:09 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 09:37:09 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 09:37:09 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 09:37:09 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 09:37:09 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 09:37:09 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 09:37:09 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 09:40:38 --> Severity: Warning --> Missing argument 3 for cashbook_model::getIncomeExpense(), called in /opt/lampp/htdocs/ria/application/controllers/cashbook.php on line 102 and defined /opt/lampp/htdocs/ria/application/models/cashbook_model.php 76 -ERROR - 2018-07-23 09:40:38 --> Severity: Warning --> Missing argument 4 for cashbook_model::getIncomeExpense(), called in /opt/lampp/htdocs/ria/application/controllers/cashbook.php on line 102 and defined /opt/lampp/htdocs/ria/application/models/cashbook_model.php 76 -ERROR - 2018-07-23 09:40:38 --> Severity: Notice --> Undefined variable: frmdt /opt/lampp/htdocs/ria/application/models/cashbook_model.php 90 -ERROR - 2018-07-23 09:40:39 --> Severity: Notice --> Use of undefined constant php - assumed 'php' /opt/lampp/htdocs/ria/application/views/income_expense_list.php 1 -ERROR - 2018-07-23 09:40:50 --> Severity: Notice --> Undefined variable: getsupplier /opt/lampp/htdocs/ria/application/views/addnewIncomeExpense.php 414 -ERROR - 2018-07-23 09:42:45 --> Severity: Notice --> Undefined property: stdClass::$code /opt/lampp/htdocs/ria/application/views/viewIndIncomeExpense.php 15 -ERROR - 2018-07-23 09:42:56 --> Severity: Warning --> Missing argument 1 for cashbook::editcashbook() /opt/lampp/htdocs/ria/application/controllers/cashbook.php 954 -ERROR - 2018-07-23 09:42:56 --> Severity: Notice --> Undefined variable: sid /opt/lampp/htdocs/ria/application/controllers/cashbook.php 957 -ERROR - 2018-07-23 09:42:58 --> Severity: Notice --> Undefined offset: 2 /opt/lampp/htdocs/ria/application/views/editincomeexpenses.php 218 -ERROR - 2018-07-23 09:42:58 --> Severity: Notice --> Undefined offset: 2 /opt/lampp/htdocs/ria/application/views/editincomeexpenses.php 828 -ERROR - 2018-07-23 09:44:30 --> Severity: Notice --> Undefined variable: fdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1310 -ERROR - 2018-07-23 09:44:30 --> Severity: Notice --> Undefined variable: tdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1310 -ERROR - 2018-07-23 09:44:30 --> Severity: Notice --> Undefined variable: fa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1310 -ERROR - 2018-07-23 09:44:30 --> Severity: Notice --> Undefined variable: aa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1310 -ERROR - 2018-07-23 09:44:30 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 09:44:30 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 09:44:30 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 09:44:30 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 09:44:30 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 09:44:30 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 09:44:30 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 09:44:30 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 09:44:30 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 09:44:30 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 09:44:30 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 09:44:30 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 09:44:30 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 09:44:30 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 09:46:43 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankdebit.php 2 -ERROR - 2018-07-23 09:46:43 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankdebit.php 2 -ERROR - 2018-07-23 09:47:04 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankdebit.php 2 -ERROR - 2018-07-23 09:47:04 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankdebit.php 2 -ERROR - 2018-07-23 09:47:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus /opt/lampp/htdocs/ria/application/views/bankdebit.php 177 -ERROR - 2018-07-23 09:47:04 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity /opt/lampp/htdocs/ria/application/views/bankdebit.php 179 -ERROR - 2018-07-23 09:47:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus /opt/lampp/htdocs/ria/application/views/bankdebit.php 177 -ERROR - 2018-07-23 09:47:04 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity /opt/lampp/htdocs/ria/application/views/bankdebit.php 179 -ERROR - 2018-07-23 09:47:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus /opt/lampp/htdocs/ria/application/views/bankdebit.php 177 -ERROR - 2018-07-23 09:47:04 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity /opt/lampp/htdocs/ria/application/views/bankdebit.php 179 -ERROR - 2018-07-23 09:47:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus /opt/lampp/htdocs/ria/application/views/bankdebit.php 177 -ERROR - 2018-07-23 09:47:04 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity /opt/lampp/htdocs/ria/application/views/bankdebit.php 179 -ERROR - 2018-07-23 09:47:44 --> Severity: Notice --> Undefined variable: balancetocleared /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1481 -ERROR - 2018-07-23 09:47:44 --> Severity: Notice --> Undefined variable: clearedblnce /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1490 -ERROR - 2018-07-23 09:47:44 --> Severity: Notice --> Undefined variable: balancetocleared /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1490 -ERROR - 2018-07-23 09:47:44 --> Severity: Notice --> Undefined variable: balancetocleared /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1481 -ERROR - 2018-07-23 09:47:44 --> Severity: Notice --> Undefined variable: clearedblnce /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1490 -ERROR - 2018-07-23 09:47:44 --> Severity: Notice --> Undefined variable: balancetocleared /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1490 -ERROR - 2018-07-23 09:47:44 --> Severity: Notice --> Undefined variable: balancetocleared /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1481 -ERROR - 2018-07-23 09:47:44 --> Severity: Notice --> Undefined variable: clearedblnce /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1490 -ERROR - 2018-07-23 09:47:44 --> Severity: Notice --> Undefined variable: balancetocleared /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1490 -ERROR - 2018-07-23 09:47:45 --> Severity: Notice --> Undefined variable: data /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1556 -ERROR - 2018-07-23 09:47:45 --> Severity: Notice --> Undefined variable: data /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1556 -ERROR - 2018-07-23 09:47:45 --> Severity: Notice --> Undefined variable: data /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1556 -ERROR - 2018-07-23 09:47:45 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 09:47:45 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 09:47:45 --> Severity: Notice --> Undefined variable: bankreport /opt/lampp/htdocs/ria/application/views/bankstatement.php 8 -ERROR - 2018-07-23 09:47:45 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 8 -ERROR - 2018-07-23 09:47:45 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 09:47:45 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 09:47:45 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 09:47:45 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 09:47:45 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 09:47:45 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 09:47:45 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 09:47:45 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 09:47:45 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 09:47:45 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 09:47:45 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 09:47:45 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 09:47:45 --> Severity: Notice --> Undefined variable: finyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 199 -ERROR - 2018-07-23 09:47:45 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 199 -ERROR - 2018-07-23 09:47:45 --> Severity: Notice --> Undefined variable: Bankname /opt/lampp/htdocs/ria/application/views/bankstatement.php 237 -ERROR - 2018-07-23 09:47:45 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 09:47:45 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 09:47:45 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 09:47:45 --> Severity: Notice --> Undefined variable: bankreport /opt/lampp/htdocs/ria/application/views/bankstatement.php 8 -ERROR - 2018-07-23 09:47:45 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 09:47:45 --> Severity: Notice --> Undefined variable: bankreport /opt/lampp/htdocs/ria/application/views/bankstatement.php 8 -ERROR - 2018-07-23 09:47:45 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 8 -ERROR - 2018-07-23 09:47:45 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 8 -ERROR - 2018-07-23 09:47:45 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 09:47:45 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 09:47:45 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 09:47:45 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 09:47:45 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 09:47:45 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 09:47:45 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 09:47:45 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 09:47:45 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 09:47:45 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 09:47:45 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 09:47:45 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 09:47:45 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 09:47:45 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 09:47:45 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 09:47:45 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 09:47:45 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 09:47:45 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 09:47:45 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 09:47:45 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 09:47:45 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 09:47:45 --> Severity: Notice --> Undefined variable: finyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 199 -ERROR - 2018-07-23 09:47:45 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 09:47:45 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 199 -ERROR - 2018-07-23 09:47:45 --> Severity: Notice --> Undefined variable: Bankname /opt/lampp/htdocs/ria/application/views/bankstatement.php 237 -ERROR - 2018-07-23 09:47:45 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 09:47:45 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 09:47:45 --> Severity: Notice --> Undefined variable: finyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 199 -ERROR - 2018-07-23 09:47:45 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 199 -ERROR - 2018-07-23 09:47:45 --> Severity: Notice --> Undefined variable: Bankname /opt/lampp/htdocs/ria/application/views/bankstatement.php 237 -ERROR - 2018-07-23 09:47:45 --> Severity: Notice --> Undefined variable: data /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1556 -ERROR - 2018-07-23 09:47:45 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 09:47:45 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 09:47:45 --> Severity: Notice --> Undefined variable: bankreport /opt/lampp/htdocs/ria/application/views/bankstatement.php 8 -ERROR - 2018-07-23 09:47:45 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 8 -ERROR - 2018-07-23 09:47:45 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 09:47:45 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 09:47:45 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 09:47:45 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 09:47:45 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 09:47:45 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 09:47:45 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 09:47:45 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 09:47:45 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 09:47:45 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 09:47:45 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 09:47:45 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 09:47:45 --> Severity: Notice --> Undefined variable: finyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 199 -ERROR - 2018-07-23 09:47:45 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 199 -ERROR - 2018-07-23 09:47:45 --> Severity: Notice --> Undefined variable: Bankname /opt/lampp/htdocs/ria/application/views/bankstatement.php 237 -ERROR - 2018-07-23 09:47:47 --> Severity: Notice --> Undefined variable: fdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1310 -ERROR - 2018-07-23 09:47:47 --> Severity: Notice --> Undefined variable: tdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1310 -ERROR - 2018-07-23 09:47:47 --> Severity: Notice --> Undefined variable: fa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1310 -ERROR - 2018-07-23 09:47:47 --> Severity: Notice --> Undefined variable: aa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1310 -ERROR - 2018-07-23 09:47:47 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 09:47:47 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 09:47:47 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 09:47:47 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 09:47:47 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 09:47:47 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 09:47:47 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 09:47:47 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 09:47:47 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 09:47:47 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 09:47:47 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 09:47:47 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 09:47:47 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 09:47:47 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 09:48:03 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/banksettlement.php 11 -ERROR - 2018-07-23 09:48:03 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/banksettlement.php 11 -ERROR - 2018-07-23 09:48:03 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 285 -ERROR - 2018-07-23 09:48:03 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 285 -ERROR - 2018-07-23 09:48:03 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 285 -ERROR - 2018-07-23 09:48:03 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 285 -ERROR - 2018-07-23 09:48:03 --> Severity: Notice --> Undefined variable: rel /opt/lampp/htdocs/ria/application/views/banksettlement.php 286 -ERROR - 2018-07-23 09:48:03 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 286 -ERROR - 2018-07-23 09:48:03 --> Severity: Notice --> Undefined variable: record /opt/lampp/htdocs/ria/application/views/banksettlement.php 337 -ERROR - 2018-07-23 09:48:03 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 337 -ERROR - 2018-07-23 09:48:03 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 285 -ERROR - 2018-07-23 09:48:03 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 285 -ERROR - 2018-07-23 09:48:03 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 285 -ERROR - 2018-07-23 09:48:03 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 285 -ERROR - 2018-07-23 09:48:03 --> Severity: Notice --> Undefined variable: rel /opt/lampp/htdocs/ria/application/views/banksettlement.php 286 -ERROR - 2018-07-23 09:48:03 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 286 -ERROR - 2018-07-23 09:48:03 --> Severity: Notice --> Undefined variable: record /opt/lampp/htdocs/ria/application/views/banksettlement.php 337 -ERROR - 2018-07-23 09:48:03 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 337 -ERROR - 2018-07-23 09:48:03 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 285 -ERROR - 2018-07-23 09:48:03 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 285 -ERROR - 2018-07-23 09:48:03 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 285 -ERROR - 2018-07-23 09:48:03 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 285 -ERROR - 2018-07-23 09:48:03 --> Severity: Notice --> Undefined variable: rel /opt/lampp/htdocs/ria/application/views/banksettlement.php 286 -ERROR - 2018-07-23 09:48:03 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 286 -ERROR - 2018-07-23 09:48:03 --> Severity: Notice --> Undefined variable: record /opt/lampp/htdocs/ria/application/views/banksettlement.php 337 -ERROR - 2018-07-23 09:48:03 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 337 -ERROR - 2018-07-23 09:48:03 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 285 -ERROR - 2018-07-23 09:48:03 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 285 -ERROR - 2018-07-23 09:48:03 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 285 -ERROR - 2018-07-23 09:48:03 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 285 -ERROR - 2018-07-23 09:48:03 --> Severity: Notice --> Undefined variable: rel /opt/lampp/htdocs/ria/application/views/banksettlement.php 286 -ERROR - 2018-07-23 09:48:03 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 286 -ERROR - 2018-07-23 09:48:03 --> Severity: Notice --> Undefined variable: record /opt/lampp/htdocs/ria/application/views/banksettlement.php 337 -ERROR - 2018-07-23 09:48:03 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 337 -ERROR - 2018-07-23 09:51:23 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/banksettlement.php 4 -ERROR - 2018-07-23 09:51:23 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/banksettlement.php 4 -ERROR - 2018-07-23 09:51:23 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 277 -ERROR - 2018-07-23 09:51:23 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 277 -ERROR - 2018-07-23 09:51:23 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 277 -ERROR - 2018-07-23 09:51:23 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 277 -ERROR - 2018-07-23 09:51:23 --> Severity: Notice --> Undefined variable: rel /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 09:51:23 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 09:51:23 --> Severity: Notice --> Undefined variable: record /opt/lampp/htdocs/ria/application/views/banksettlement.php 329 -ERROR - 2018-07-23 09:51:23 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 329 -ERROR - 2018-07-23 09:51:23 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 277 -ERROR - 2018-07-23 09:51:23 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 277 -ERROR - 2018-07-23 09:51:23 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 277 -ERROR - 2018-07-23 09:51:23 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 277 -ERROR - 2018-07-23 09:51:23 --> Severity: Notice --> Undefined variable: rel /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 09:51:23 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 09:51:23 --> Severity: Notice --> Undefined variable: record /opt/lampp/htdocs/ria/application/views/banksettlement.php 329 -ERROR - 2018-07-23 09:51:23 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 329 -ERROR - 2018-07-23 09:51:23 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 277 -ERROR - 2018-07-23 09:51:23 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 277 -ERROR - 2018-07-23 09:51:23 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 277 -ERROR - 2018-07-23 09:51:23 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 277 -ERROR - 2018-07-23 09:51:23 --> Severity: Notice --> Undefined variable: rel /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 09:51:23 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 09:51:23 --> Severity: Notice --> Undefined variable: record /opt/lampp/htdocs/ria/application/views/banksettlement.php 329 -ERROR - 2018-07-23 09:51:23 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 329 -ERROR - 2018-07-23 09:51:23 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 277 -ERROR - 2018-07-23 09:51:23 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 277 -ERROR - 2018-07-23 09:51:23 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 277 -ERROR - 2018-07-23 09:51:23 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 277 -ERROR - 2018-07-23 09:51:23 --> Severity: Notice --> Undefined variable: rel /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 09:51:23 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 09:51:23 --> Severity: Notice --> Undefined variable: record /opt/lampp/htdocs/ria/application/views/banksettlement.php 329 -ERROR - 2018-07-23 09:51:23 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 329 -ERROR - 2018-07-23 09:53:27 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/banksettlement.php 4 -ERROR - 2018-07-23 09:53:27 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/banksettlement.php 4 -ERROR - 2018-07-23 09:53:27 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 09:53:27 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 09:53:27 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 09:53:27 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 09:53:27 --> Severity: Notice --> Undefined variable: rel /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 09:53:27 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 09:53:27 --> Severity: Notice --> Undefined variable: record /opt/lampp/htdocs/ria/application/views/banksettlement.php 330 -ERROR - 2018-07-23 09:53:27 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 330 -ERROR - 2018-07-23 09:53:27 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 09:53:27 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 09:53:27 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 09:53:27 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 09:53:27 --> Severity: Notice --> Undefined variable: rel /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 09:53:27 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 09:53:27 --> Severity: Notice --> Undefined variable: record /opt/lampp/htdocs/ria/application/views/banksettlement.php 330 -ERROR - 2018-07-23 09:53:27 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 330 -ERROR - 2018-07-23 09:53:27 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 09:53:27 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 09:53:27 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 09:53:27 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 09:53:27 --> Severity: Notice --> Undefined variable: rel /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 09:53:27 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 09:53:27 --> Severity: Notice --> Undefined variable: record /opt/lampp/htdocs/ria/application/views/banksettlement.php 330 -ERROR - 2018-07-23 09:53:27 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 330 -ERROR - 2018-07-23 09:53:27 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 09:53:27 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 09:53:27 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 09:53:27 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 09:53:27 --> Severity: Notice --> Undefined variable: rel /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 09:53:27 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 09:53:27 --> Severity: Notice --> Undefined variable: record /opt/lampp/htdocs/ria/application/views/banksettlement.php 330 -ERROR - 2018-07-23 09:53:27 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 330 -ERROR - 2018-07-23 09:53:43 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankposettlement.php 1 -ERROR - 2018-07-23 09:53:43 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankposettlement.php 1 -ERROR - 2018-07-23 09:54:56 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankposettlement.php 1 -ERROR - 2018-07-23 09:54:56 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankposettlement.php 1 -ERROR - 2018-07-23 09:55:19 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankposettlement.php 1 -ERROR - 2018-07-23 09:55:19 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankposettlement.php 1 -ERROR - 2018-07-23 09:55:57 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankposettlement.php 1 -ERROR - 2018-07-23 09:55:57 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankposettlement.php 1 -ERROR - 2018-07-23 10:01:18 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankposettlement.php 1 -ERROR - 2018-07-23 10:01:18 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankposettlement.php 1 -ERROR - 2018-07-23 10:01:48 --> Query error: Table 'resicoin_RIADev.T_Bankngpo' doesn't exist -ERROR - 2018-07-23 10:07:01 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/banksettlement.php 4 -ERROR - 2018-07-23 10:07:01 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/banksettlement.php 4 -ERROR - 2018-07-23 10:07:01 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:07:01 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:07:01 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:07:01 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:07:01 --> Severity: Notice --> Undefined variable: rel /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 10:07:01 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 10:07:01 --> Severity: Notice --> Undefined variable: record /opt/lampp/htdocs/ria/application/views/banksettlement.php 330 -ERROR - 2018-07-23 10:07:01 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 330 -ERROR - 2018-07-23 10:07:01 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:07:01 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:07:01 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:07:01 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:07:01 --> Severity: Notice --> Undefined variable: rel /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 10:07:01 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 10:07:01 --> Severity: Notice --> Undefined variable: record /opt/lampp/htdocs/ria/application/views/banksettlement.php 330 -ERROR - 2018-07-23 10:07:01 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 330 -ERROR - 2018-07-23 10:07:01 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:07:01 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:07:01 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:07:01 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:07:01 --> Severity: Notice --> Undefined variable: rel /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 10:07:01 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 10:07:01 --> Severity: Notice --> Undefined variable: record /opt/lampp/htdocs/ria/application/views/banksettlement.php 330 -ERROR - 2018-07-23 10:07:01 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 330 -ERROR - 2018-07-23 10:07:01 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:07:01 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:07:01 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:07:01 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:07:01 --> Severity: Notice --> Undefined variable: rel /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 10:07:01 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 10:07:01 --> Severity: Notice --> Undefined variable: record /opt/lampp/htdocs/ria/application/views/banksettlement.php 330 -ERROR - 2018-07-23 10:07:01 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 330 -ERROR - 2018-07-23 10:07:18 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankposettlement.php 1 -ERROR - 2018-07-23 10:07:18 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankposettlement.php 1 -ERROR - 2018-07-23 10:16:38 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/banksettlement.php 4 -ERROR - 2018-07-23 10:16:38 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/banksettlement.php 4 -ERROR - 2018-07-23 10:16:38 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:16:38 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:16:38 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:16:38 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:16:38 --> Severity: Notice --> Undefined variable: rel /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 10:16:38 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 10:16:38 --> Severity: Notice --> Undefined variable: record /opt/lampp/htdocs/ria/application/views/banksettlement.php 330 -ERROR - 2018-07-23 10:16:38 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 330 -ERROR - 2018-07-23 10:16:38 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:16:38 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:16:38 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:16:38 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:16:38 --> Severity: Notice --> Undefined variable: rel /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 10:16:38 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 10:16:38 --> Severity: Notice --> Undefined variable: record /opt/lampp/htdocs/ria/application/views/banksettlement.php 330 -ERROR - 2018-07-23 10:16:38 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 330 -ERROR - 2018-07-23 10:16:38 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:16:38 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:16:38 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:16:38 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:16:38 --> Severity: Notice --> Undefined variable: rel /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 10:16:38 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 10:16:38 --> Severity: Notice --> Undefined variable: record /opt/lampp/htdocs/ria/application/views/banksettlement.php 330 -ERROR - 2018-07-23 10:16:38 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 330 -ERROR - 2018-07-23 10:16:38 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:16:38 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:16:38 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:16:38 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:16:38 --> Severity: Notice --> Undefined variable: rel /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 10:16:38 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 10:16:38 --> Severity: Notice --> Undefined variable: record /opt/lampp/htdocs/ria/application/views/banksettlement.php 330 -ERROR - 2018-07-23 10:16:38 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 330 -ERROR - 2018-07-23 10:16:47 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankposettlement.php 1 -ERROR - 2018-07-23 10:16:47 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankposettlement.php 1 -ERROR - 2018-07-23 10:20:12 --> Severity: Notice --> Undefined variable: fdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1310 -ERROR - 2018-07-23 10:20:12 --> Severity: Notice --> Undefined variable: tdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1310 -ERROR - 2018-07-23 10:20:12 --> Severity: Notice --> Undefined variable: fa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1310 -ERROR - 2018-07-23 10:20:12 --> Severity: Notice --> Undefined variable: aa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1310 -ERROR - 2018-07-23 10:20:12 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 10:20:12 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 10:20:12 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 10:20:12 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 10:20:12 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 10:20:12 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 10:20:12 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 10:20:12 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 10:20:12 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 10:20:12 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 10:20:12 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 10:20:12 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 10:20:12 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 10:20:12 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 10:20:24 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/banksettlement.php 4 -ERROR - 2018-07-23 10:20:24 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/banksettlement.php 4 -ERROR - 2018-07-23 10:20:24 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:20:24 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:20:24 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:20:24 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:20:24 --> Severity: Notice --> Undefined variable: rel /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 10:20:24 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 10:20:24 --> Severity: Notice --> Undefined variable: record /opt/lampp/htdocs/ria/application/views/banksettlement.php 330 -ERROR - 2018-07-23 10:20:24 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 330 -ERROR - 2018-07-23 10:20:24 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:20:24 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:20:24 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:20:24 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:20:24 --> Severity: Notice --> Undefined variable: rel /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 10:20:24 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 10:20:24 --> Severity: Notice --> Undefined variable: record /opt/lampp/htdocs/ria/application/views/banksettlement.php 330 -ERROR - 2018-07-23 10:20:24 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 330 -ERROR - 2018-07-23 10:20:24 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:20:24 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:20:24 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:20:24 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:20:24 --> Severity: Notice --> Undefined variable: rel /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 10:20:24 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 10:20:24 --> Severity: Notice --> Undefined variable: record /opt/lampp/htdocs/ria/application/views/banksettlement.php 330 -ERROR - 2018-07-23 10:20:24 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 330 -ERROR - 2018-07-23 10:20:24 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:20:24 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:20:24 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:20:24 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:20:24 --> Severity: Notice --> Undefined variable: rel /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 10:20:24 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 10:20:24 --> Severity: Notice --> Undefined variable: record /opt/lampp/htdocs/ria/application/views/banksettlement.php 330 -ERROR - 2018-07-23 10:20:24 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 330 -ERROR - 2018-07-23 10:20:35 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankposettlement.php 1 -ERROR - 2018-07-23 10:20:35 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankposettlement.php 1 -ERROR - 2018-07-23 10:22:51 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankposettlement.php 1 -ERROR - 2018-07-23 10:22:51 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankposettlement.php 1 -ERROR - 2018-07-23 10:25:06 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankposettlement.php 1 -ERROR - 2018-07-23 10:25:06 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankposettlement.php 1 -ERROR - 2018-07-23 10:26:27 --> Query error: Unknown column 'IsActive' in 'field list' -ERROR - 2018-07-23 10:30:29 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/banksettlement.php 4 -ERROR - 2018-07-23 10:30:29 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/banksettlement.php 4 -ERROR - 2018-07-23 10:30:29 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:30:29 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:30:29 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:30:29 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:30:29 --> Severity: Notice --> Undefined variable: rel /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 10:30:29 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 10:30:29 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:30:29 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:30:29 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:30:29 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:30:29 --> Severity: Notice --> Undefined variable: rel /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 10:30:29 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 10:30:29 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:30:29 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:30:29 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:30:29 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:30:29 --> Severity: Notice --> Undefined variable: rel /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 10:30:29 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 10:30:29 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:30:29 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:30:29 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:30:29 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:30:29 --> Severity: Notice --> Undefined variable: rel /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 10:30:29 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 10:31:33 --> Query error: Unknown column 'IsActive' in 'field list' -ERROR - 2018-07-23 10:33:53 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/banksettlement.php 4 -ERROR - 2018-07-23 10:33:53 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/banksettlement.php 4 -ERROR - 2018-07-23 10:33:53 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:33:53 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:33:53 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:33:53 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:33:53 --> Severity: Notice --> Undefined variable: rel /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 10:33:53 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 10:33:53 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:33:53 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:33:53 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:33:53 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:33:53 --> Severity: Notice --> Undefined variable: rel /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 10:33:53 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 10:33:53 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:33:53 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:33:53 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:33:53 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:33:53 --> Severity: Notice --> Undefined variable: rel /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 10:33:53 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 10:33:53 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:33:53 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:33:53 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:33:53 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:33:53 --> Severity: Notice --> Undefined variable: rel /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 10:33:53 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 10:34:03 --> Query error: Unknown column 'IsActive' in 'field list' -ERROR - 2018-07-23 10:38:39 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/banksettlement.php 4 -ERROR - 2018-07-23 10:38:39 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/banksettlement.php 4 -ERROR - 2018-07-23 10:38:39 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:38:39 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:38:39 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:38:39 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:38:39 --> Severity: Notice --> Undefined variable: rel /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 10:38:39 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 10:38:39 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:38:39 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:38:39 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:38:39 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:38:39 --> Severity: Notice --> Undefined variable: rel /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 10:38:39 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 10:38:39 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:38:39 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:38:39 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:38:39 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:38:39 --> Severity: Notice --> Undefined variable: rel /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 10:38:39 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 10:38:39 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:38:39 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:38:39 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:38:39 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:38:39 --> Severity: Notice --> Undefined variable: rel /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 10:38:39 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 10:40:28 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/banksettlement.php 4 -ERROR - 2018-07-23 10:40:28 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/banksettlement.php 4 -ERROR - 2018-07-23 10:40:28 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:40:28 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:40:28 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:40:28 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:40:28 --> Severity: Notice --> Undefined variable: rel /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 10:40:28 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 10:40:28 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:40:28 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:40:28 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:40:28 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:40:28 --> Severity: Notice --> Undefined variable: rel /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 10:40:28 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 10:40:28 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:40:28 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:40:28 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:40:28 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:40:28 --> Severity: Notice --> Undefined variable: rel /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 10:40:28 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 10:40:28 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:40:28 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:40:28 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:40:28 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:40:28 --> Severity: Notice --> Undefined variable: rel /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 10:40:28 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 10:41:00 --> Severity: Notice --> Undefined variable: fdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 10:41:00 --> Severity: Notice --> Undefined variable: tdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 10:41:00 --> Severity: Notice --> Undefined variable: fa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 10:41:00 --> Severity: Notice --> Undefined variable: aa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 10:41:00 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 10:41:00 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 10:41:00 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 10:41:00 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 10:41:00 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 10:41:00 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 10:41:00 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 10:41:00 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 10:41:00 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 10:41:00 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 10:41:00 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 10:41:00 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 10:41:00 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 10:41:00 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 10:41:13 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/banksettlement.php 4 -ERROR - 2018-07-23 10:41:13 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/banksettlement.php 4 -ERROR - 2018-07-23 10:41:13 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:41:13 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:41:13 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:41:13 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:41:13 --> Severity: Notice --> Undefined variable: rel /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 10:41:13 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 10:41:13 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:41:13 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:41:13 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:41:13 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:41:13 --> Severity: Notice --> Undefined variable: rel /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 10:41:13 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 10:41:13 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:41:13 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:41:13 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:41:13 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:41:13 --> Severity: Notice --> Undefined variable: rel /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 10:41:13 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 10:41:42 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankdebit.php 2 -ERROR - 2018-07-23 10:41:42 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankdebit.php 2 -ERROR - 2018-07-23 10:42:02 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankdebit.php 2 -ERROR - 2018-07-23 10:42:02 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankdebit.php 2 -ERROR - 2018-07-23 10:42:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus /opt/lampp/htdocs/ria/application/views/bankdebit.php 177 -ERROR - 2018-07-23 10:42:02 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity /opt/lampp/htdocs/ria/application/views/bankdebit.php 179 -ERROR - 2018-07-23 10:42:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus /opt/lampp/htdocs/ria/application/views/bankdebit.php 177 -ERROR - 2018-07-23 10:42:02 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity /opt/lampp/htdocs/ria/application/views/bankdebit.php 179 -ERROR - 2018-07-23 10:42:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus /opt/lampp/htdocs/ria/application/views/bankdebit.php 177 -ERROR - 2018-07-23 10:42:02 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity /opt/lampp/htdocs/ria/application/views/bankdebit.php 179 -ERROR - 2018-07-23 10:42:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus /opt/lampp/htdocs/ria/application/views/bankdebit.php 177 -ERROR - 2018-07-23 10:42:02 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity /opt/lampp/htdocs/ria/application/views/bankdebit.php 179 -ERROR - 2018-07-23 10:45:30 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankdebit.php 2 -ERROR - 2018-07-23 10:45:30 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankdebit.php 2 -ERROR - 2018-07-23 10:45:39 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankdebit.php 2 -ERROR - 2018-07-23 10:45:39 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankdebit.php 2 -ERROR - 2018-07-23 10:45:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus /opt/lampp/htdocs/ria/application/views/bankdebit.php 177 -ERROR - 2018-07-23 10:45:39 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity /opt/lampp/htdocs/ria/application/views/bankdebit.php 179 -ERROR - 2018-07-23 10:45:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus /opt/lampp/htdocs/ria/application/views/bankdebit.php 177 -ERROR - 2018-07-23 10:45:39 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity /opt/lampp/htdocs/ria/application/views/bankdebit.php 179 -ERROR - 2018-07-23 10:45:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus /opt/lampp/htdocs/ria/application/views/bankdebit.php 177 -ERROR - 2018-07-23 10:45:39 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity /opt/lampp/htdocs/ria/application/views/bankdebit.php 179 -ERROR - 2018-07-23 10:45:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus /opt/lampp/htdocs/ria/application/views/bankdebit.php 177 -ERROR - 2018-07-23 10:45:39 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity /opt/lampp/htdocs/ria/application/views/bankdebit.php 179 -ERROR - 2018-07-23 10:50:57 --> Severity: Notice --> Undefined variable: balancetocleared /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1481 -ERROR - 2018-07-23 10:50:57 --> Severity: Notice --> Undefined variable: clearedblnce /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1490 -ERROR - 2018-07-23 10:50:57 --> Severity: Notice --> Undefined variable: balancetocleared /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1490 -ERROR - 2018-07-23 10:50:58 --> Severity: Notice --> Undefined variable: data /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1556 -ERROR - 2018-07-23 10:50:58 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 10:50:58 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 10:50:58 --> Severity: Notice --> Undefined variable: bankreport /opt/lampp/htdocs/ria/application/views/bankstatement.php 8 -ERROR - 2018-07-23 10:50:58 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 8 -ERROR - 2018-07-23 10:50:58 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 10:50:58 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 10:50:58 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 10:50:58 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 10:50:58 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 10:50:58 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 10:50:58 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 10:50:58 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 10:50:58 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 10:50:58 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 10:50:58 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 10:50:58 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 10:50:58 --> Severity: Notice --> Undefined variable: finyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 199 -ERROR - 2018-07-23 10:50:58 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 199 -ERROR - 2018-07-23 10:50:58 --> Severity: Notice --> Undefined variable: Bankname /opt/lampp/htdocs/ria/application/views/bankstatement.php 237 -ERROR - 2018-07-23 10:50:58 --> Severity: Notice --> Undefined variable: data /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1556 -ERROR - 2018-07-23 10:50:58 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 10:50:58 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 10:50:58 --> Severity: Notice --> Undefined variable: bankreport /opt/lampp/htdocs/ria/application/views/bankstatement.php 8 -ERROR - 2018-07-23 10:50:58 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 8 -ERROR - 2018-07-23 10:50:58 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 10:50:58 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 10:50:58 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 10:50:58 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 10:50:58 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 10:50:58 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 10:50:58 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 10:50:58 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 10:50:58 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 10:50:58 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 10:50:58 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 10:50:58 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 10:50:58 --> Severity: Notice --> Undefined variable: finyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 199 -ERROR - 2018-07-23 10:50:58 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 199 -ERROR - 2018-07-23 10:50:58 --> Severity: Notice --> Undefined variable: Bankname /opt/lampp/htdocs/ria/application/views/bankstatement.php 237 -ERROR - 2018-07-23 10:51:00 --> Severity: Notice --> Undefined variable: fdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 10:51:00 --> Severity: Notice --> Undefined variable: tdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 10:51:00 --> Severity: Notice --> Undefined variable: fa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 10:51:00 --> Severity: Notice --> Undefined variable: aa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 10:51:00 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 10:51:00 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 10:51:00 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 10:51:00 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 10:51:00 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 10:51:00 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 10:51:00 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 10:51:00 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 10:51:00 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 10:51:00 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 10:51:00 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 10:51:00 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 10:51:00 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 10:51:00 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 10:51:13 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/banksettlement.php 4 -ERROR - 2018-07-23 10:51:13 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/banksettlement.php 4 -ERROR - 2018-07-23 10:51:13 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:51:13 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:51:13 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:51:13 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:51:13 --> Severity: Notice --> Undefined variable: rel /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 10:51:13 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 10:51:13 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:51:13 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:51:13 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:51:13 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:51:13 --> Severity: Notice --> Undefined variable: rel /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 10:51:13 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 10:51:13 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:51:13 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:51:13 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:51:13 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:51:13 --> Severity: Notice --> Undefined variable: rel /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 10:51:13 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 10:51:13 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:51:13 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:51:13 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:51:13 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:51:13 --> Severity: Notice --> Undefined variable: rel /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 10:51:13 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 10:51:13 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:51:13 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:51:13 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:51:13 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 10:51:13 --> Severity: Notice --> Undefined variable: rel /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 10:51:13 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 10:58:27 --> Severity: Notice --> Undefined variable: fdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 10:58:27 --> Severity: Notice --> Undefined variable: tdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 10:58:27 --> Severity: Notice --> Undefined variable: fa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 10:58:27 --> Severity: Notice --> Undefined variable: aa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 10:58:28 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 10:58:28 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 10:58:28 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 10:58:28 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 10:58:28 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 10:58:28 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 10:58:28 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 10:58:28 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 10:58:28 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 10:58:28 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 10:58:28 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 10:58:28 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 10:58:28 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 10:58:28 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 10:58:50 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/banksettlement.php 4 -ERROR - 2018-07-23 10:58:50 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/banksettlement.php 4 -ERROR - 2018-07-23 10:58:50 --> Severity: Notice --> Undefined variable: bankid /opt/lampp/htdocs/ria/application/views/banksettlement.php 170 -ERROR - 2018-07-23 10:58:50 --> Severity: Notice --> Undefined variable: bankid /opt/lampp/htdocs/ria/application/views/banksettlement.php 182 -ERROR - 2018-07-23 10:59:50 --> Severity: Notice --> Undefined variable: creditdebit /opt/lampp/htdocs/ria/application/views/bankingfile.php 132 -ERROR - 2018-07-23 11:00:02 --> Severity: Notice --> Undefined variable: fdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 11:00:02 --> Severity: Notice --> Undefined variable: tdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 11:00:02 --> Severity: Notice --> Undefined variable: fa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 11:00:02 --> Severity: Notice --> Undefined variable: aa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 11:00:02 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 11:00:02 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 11:00:02 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 11:00:02 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 11:00:02 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 11:00:02 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 11:00:02 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 11:00:02 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 11:00:02 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 11:00:02 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 11:00:02 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 11:00:02 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 11:00:02 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 11:00:02 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 11:00:02 --> Severity: Notice --> Undefined variable: Bankname /opt/lampp/htdocs/ria/application/views/bankstatement.php 237 -ERROR - 2018-07-23 11:00:20 --> Severity: Notice --> Undefined variable: filename /opt/lampp/htdocs/ria/application/controllers/cashbook.php 235 -ERROR - 2018-07-23 11:00:20 --> The upload path does not appear to be valid. -ERROR - 2018-07-23 11:00:48 --> Severity: Notice --> Undefined variable: fdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 11:00:48 --> Severity: Notice --> Undefined variable: tdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 11:00:48 --> Severity: Notice --> Undefined variable: fa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 11:00:48 --> Severity: Notice --> Undefined variable: aa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 11:00:48 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 11:00:48 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 11:00:48 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 11:00:48 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 11:00:48 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 11:00:48 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 11:00:48 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 11:00:48 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 11:00:48 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 11:00:48 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 11:00:48 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 11:00:48 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 11:00:48 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 11:00:48 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 11:01:16 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankdebit.php 2 -ERROR - 2018-07-23 11:01:16 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankdebit.php 2 -ERROR - 2018-07-23 11:01:26 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankdebit.php 2 -ERROR - 2018-07-23 11:01:26 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankdebit.php 2 -ERROR - 2018-07-23 11:01:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus /opt/lampp/htdocs/ria/application/views/bankdebit.php 177 -ERROR - 2018-07-23 11:01:26 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity /opt/lampp/htdocs/ria/application/views/bankdebit.php 179 -ERROR - 2018-07-23 11:01:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus /opt/lampp/htdocs/ria/application/views/bankdebit.php 177 -ERROR - 2018-07-23 11:01:26 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity /opt/lampp/htdocs/ria/application/views/bankdebit.php 179 -ERROR - 2018-07-23 11:01:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus /opt/lampp/htdocs/ria/application/views/bankdebit.php 177 -ERROR - 2018-07-23 11:01:26 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity /opt/lampp/htdocs/ria/application/views/bankdebit.php 179 -ERROR - 2018-07-23 11:01:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus /opt/lampp/htdocs/ria/application/views/bankdebit.php 177 -ERROR - 2018-07-23 11:01:26 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity /opt/lampp/htdocs/ria/application/views/bankdebit.php 179 -ERROR - 2018-07-23 11:03:48 --> Severity: Notice --> Undefined variable: balancetocleared /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1481 -ERROR - 2018-07-23 11:03:48 --> Severity: Notice --> Undefined variable: balancetocleared /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1481 -ERROR - 2018-07-23 11:03:48 --> Severity: Notice --> Undefined variable: clearedblnce /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1490 -ERROR - 2018-07-23 11:03:48 --> Severity: Notice --> Undefined variable: balancetocleared /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1490 -ERROR - 2018-07-23 11:03:48 --> Severity: Notice --> Undefined variable: clearedblnce /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1490 -ERROR - 2018-07-23 11:03:48 --> Severity: Notice --> Undefined variable: balancetocleared /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1490 -ERROR - 2018-07-23 11:03:48 --> Severity: Notice --> Undefined variable: balancetocleared /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1481 -ERROR - 2018-07-23 11:03:48 --> Severity: Notice --> Undefined variable: clearedblnce /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1490 -ERROR - 2018-07-23 11:03:48 --> Severity: Notice --> Undefined variable: balancetocleared /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1490 -ERROR - 2018-07-23 11:03:49 --> Severity: Notice --> Undefined variable: data /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1556 -ERROR - 2018-07-23 11:03:49 --> Severity: Notice --> Undefined variable: data /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1556 -ERROR - 2018-07-23 11:03:49 --> Severity: Notice --> Undefined variable: data /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1556 -ERROR - 2018-07-23 11:03:49 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 11:03:49 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 11:03:49 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 11:03:49 --> Severity: Notice --> Undefined variable: bankreport /opt/lampp/htdocs/ria/application/views/bankstatement.php 8 -ERROR - 2018-07-23 11:03:49 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 8 -ERROR - 2018-07-23 11:03:49 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 11:03:49 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 11:03:49 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 11:03:49 --> Severity: Notice --> Undefined variable: bankreport /opt/lampp/htdocs/ria/application/views/bankstatement.php 8 -ERROR - 2018-07-23 11:03:49 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 11:03:49 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 8 -ERROR - 2018-07-23 11:03:49 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 11:03:49 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 11:03:49 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 11:03:49 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 11:03:49 --> Severity: Notice --> Undefined variable: bankreport /opt/lampp/htdocs/ria/application/views/bankstatement.php 8 -ERROR - 2018-07-23 11:03:49 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 11:03:49 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 11:03:49 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 8 -ERROR - 2018-07-23 11:03:49 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 11:03:49 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 11:03:49 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 11:03:49 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 11:03:49 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 11:03:49 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 11:03:49 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 11:03:49 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 11:03:49 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 11:03:49 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 11:03:49 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 11:03:49 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 11:03:49 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 11:03:49 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 11:03:49 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 11:03:49 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 11:03:49 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 11:03:49 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 11:03:49 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 11:03:49 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 11:03:49 --> Severity: Notice --> Undefined variable: finyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 199 -ERROR - 2018-07-23 11:03:49 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 11:03:49 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 11:03:49 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 199 -ERROR - 2018-07-23 11:03:49 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 11:03:49 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 11:03:49 --> Severity: Notice --> Undefined variable: Bankname /opt/lampp/htdocs/ria/application/views/bankstatement.php 237 -ERROR - 2018-07-23 11:03:49 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 11:03:49 --> Severity: Notice --> Undefined variable: finyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 199 -ERROR - 2018-07-23 11:03:49 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 11:03:49 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 199 -ERROR - 2018-07-23 11:03:49 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 11:03:49 --> Severity: Notice --> Undefined variable: Bankname /opt/lampp/htdocs/ria/application/views/bankstatement.php 237 -ERROR - 2018-07-23 11:03:49 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 11:03:49 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 11:03:49 --> Severity: Notice --> Undefined variable: finyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 199 -ERROR - 2018-07-23 11:03:49 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 199 -ERROR - 2018-07-23 11:03:49 --> Severity: Notice --> Undefined variable: Bankname /opt/lampp/htdocs/ria/application/views/bankstatement.php 237 -ERROR - 2018-07-23 11:03:49 --> Severity: Notice --> Undefined variable: data /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1556 -ERROR - 2018-07-23 11:03:49 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 11:03:49 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 11:03:49 --> Severity: Notice --> Undefined variable: bankreport /opt/lampp/htdocs/ria/application/views/bankstatement.php 8 -ERROR - 2018-07-23 11:03:49 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 8 -ERROR - 2018-07-23 11:03:49 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 11:03:49 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 11:03:49 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 11:03:49 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 11:03:49 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 11:03:49 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 11:03:49 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 11:03:49 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 11:03:49 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 11:03:49 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 11:03:49 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 11:03:49 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 11:03:49 --> Severity: Notice --> Undefined variable: finyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 199 -ERROR - 2018-07-23 11:03:49 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 199 -ERROR - 2018-07-23 11:03:49 --> Severity: Notice --> Undefined variable: Bankname /opt/lampp/htdocs/ria/application/views/bankstatement.php 237 -ERROR - 2018-07-23 11:03:51 --> Severity: Notice --> Undefined variable: fdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 11:03:51 --> Severity: Notice --> Undefined variable: tdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 11:03:51 --> Severity: Notice --> Undefined variable: fa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 11:03:51 --> Severity: Notice --> Undefined variable: aa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 11:03:51 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 11:03:51 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 11:03:51 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 11:03:51 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 11:03:51 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 11:03:51 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 11:03:51 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 11:03:51 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 11:03:51 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 11:03:51 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 11:03:51 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 11:03:51 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 11:03:51 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 11:03:51 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 11:04:24 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/banksettlement.php 4 -ERROR - 2018-07-23 11:04:24 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/banksettlement.php 4 -ERROR - 2018-07-23 11:04:24 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:04:24 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:04:24 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:04:24 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:04:24 --> Severity: Notice --> Undefined variable: rel /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 11:04:24 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 11:04:24 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:04:24 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:04:24 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:04:24 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:04:24 --> Severity: Notice --> Undefined variable: rel /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 11:04:24 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 11:04:24 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:04:24 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:04:24 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:04:24 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:04:24 --> Severity: Notice --> Undefined variable: rel /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 11:04:24 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 11:04:24 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:04:24 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:04:24 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:04:24 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:04:24 --> Severity: Notice --> Undefined variable: rel /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 11:04:24 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 11:04:48 --> Severity: Notice --> Undefined variable: fdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 11:04:48 --> Severity: Notice --> Undefined variable: tdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 11:04:48 --> Severity: Notice --> Undefined variable: fa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 11:04:48 --> Severity: Notice --> Undefined variable: aa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 11:04:49 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 11:04:49 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 11:04:49 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 11:04:49 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 11:04:49 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 11:04:49 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 11:04:49 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 11:04:49 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 11:04:49 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 11:04:49 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 11:04:49 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 11:04:49 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 11:04:49 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 11:04:49 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 11:05:17 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/banksettlement.php 4 -ERROR - 2018-07-23 11:05:17 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/banksettlement.php 4 -ERROR - 2018-07-23 11:05:17 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:05:17 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:05:17 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:05:17 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:05:17 --> Severity: Notice --> Undefined variable: rel /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 11:05:17 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 11:05:17 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:05:17 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:05:17 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:05:17 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:05:17 --> Severity: Notice --> Undefined variable: rel /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 11:05:17 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 11:05:17 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:05:17 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:05:17 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:05:17 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:05:17 --> Severity: Notice --> Undefined variable: rel /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 11:05:17 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 11:05:54 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankdebit.php 2 -ERROR - 2018-07-23 11:05:54 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankdebit.php 2 -ERROR - 2018-07-23 11:06:02 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankdebit.php 2 -ERROR - 2018-07-23 11:06:02 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankdebit.php 2 -ERROR - 2018-07-23 11:06:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus /opt/lampp/htdocs/ria/application/views/bankdebit.php 177 -ERROR - 2018-07-23 11:06:02 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity /opt/lampp/htdocs/ria/application/views/bankdebit.php 179 -ERROR - 2018-07-23 11:06:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus /opt/lampp/htdocs/ria/application/views/bankdebit.php 177 -ERROR - 2018-07-23 11:06:02 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity /opt/lampp/htdocs/ria/application/views/bankdebit.php 179 -ERROR - 2018-07-23 11:06:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus /opt/lampp/htdocs/ria/application/views/bankdebit.php 177 -ERROR - 2018-07-23 11:06:02 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity /opt/lampp/htdocs/ria/application/views/bankdebit.php 179 -ERROR - 2018-07-23 11:06:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus /opt/lampp/htdocs/ria/application/views/bankdebit.php 177 -ERROR - 2018-07-23 11:06:02 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity /opt/lampp/htdocs/ria/application/views/bankdebit.php 179 -ERROR - 2018-07-23 11:07:34 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankdebit.php 2 -ERROR - 2018-07-23 11:07:34 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankdebit.php 2 -ERROR - 2018-07-23 11:07:47 --> Severity: Notice --> Undefined variable: fdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 11:07:47 --> Severity: Notice --> Undefined variable: tdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 11:07:47 --> Severity: Notice --> Undefined variable: fa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 11:07:47 --> Severity: Notice --> Undefined variable: aa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 11:07:47 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 11:07:47 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 11:07:47 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 11:07:47 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 11:07:47 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 11:07:47 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 11:07:47 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 11:07:47 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 11:07:47 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 11:07:47 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 11:07:47 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 11:07:47 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 11:07:47 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 11:07:47 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 11:08:02 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankdebit.php 2 -ERROR - 2018-07-23 11:08:02 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankdebit.php 2 -ERROR - 2018-07-23 11:08:11 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankdebit.php 2 -ERROR - 2018-07-23 11:08:11 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankdebit.php 2 -ERROR - 2018-07-23 11:08:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus /opt/lampp/htdocs/ria/application/views/bankdebit.php 177 -ERROR - 2018-07-23 11:08:11 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity /opt/lampp/htdocs/ria/application/views/bankdebit.php 179 -ERROR - 2018-07-23 11:08:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus /opt/lampp/htdocs/ria/application/views/bankdebit.php 177 -ERROR - 2018-07-23 11:08:11 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity /opt/lampp/htdocs/ria/application/views/bankdebit.php 179 -ERROR - 2018-07-23 11:08:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus /opt/lampp/htdocs/ria/application/views/bankdebit.php 177 -ERROR - 2018-07-23 11:08:11 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity /opt/lampp/htdocs/ria/application/views/bankdebit.php 179 -ERROR - 2018-07-23 11:08:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus /opt/lampp/htdocs/ria/application/views/bankdebit.php 177 -ERROR - 2018-07-23 11:08:11 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity /opt/lampp/htdocs/ria/application/views/bankdebit.php 179 -ERROR - 2018-07-23 11:08:53 --> Severity: Notice --> Undefined variable: balancetocleared /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1481 -ERROR - 2018-07-23 11:08:53 --> Severity: Notice --> Undefined variable: balancetocleared /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1481 -ERROR - 2018-07-23 11:08:53 --> Severity: Notice --> Undefined variable: clearedblnce /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1490 -ERROR - 2018-07-23 11:08:53 --> Severity: Notice --> Undefined variable: clearedblnce /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1490 -ERROR - 2018-07-23 11:08:53 --> Severity: Notice --> Undefined variable: balancetocleared /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1481 -ERROR - 2018-07-23 11:08:53 --> Severity: Notice --> Undefined variable: balancetocleared /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1490 -ERROR - 2018-07-23 11:08:53 --> Severity: Notice --> Undefined variable: balancetocleared /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1490 -ERROR - 2018-07-23 11:08:53 --> Severity: Notice --> Undefined variable: clearedblnce /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1490 -ERROR - 2018-07-23 11:08:53 --> Severity: Notice --> Undefined variable: balancetocleared /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1490 -ERROR - 2018-07-23 11:08:54 --> Severity: Notice --> Undefined variable: data /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1556 -ERROR - 2018-07-23 11:08:54 --> Severity: Notice --> Undefined variable: data /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1556 -ERROR - 2018-07-23 11:08:54 --> Severity: Notice --> Undefined variable: data /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1556 -ERROR - 2018-07-23 11:08:54 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 11:08:54 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 11:08:54 --> Severity: Notice --> Undefined variable: bankreport /opt/lampp/htdocs/ria/application/views/bankstatement.php 8 -ERROR - 2018-07-23 11:08:54 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 8 -ERROR - 2018-07-23 11:08:54 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 11:08:54 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 11:08:54 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 11:08:54 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 11:08:54 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 11:08:54 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 11:08:54 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 11:08:54 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 11:08:54 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 11:08:54 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 11:08:54 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 11:08:54 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 11:08:54 --> Severity: Notice --> Undefined variable: finyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 199 -ERROR - 2018-07-23 11:08:54 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 199 -ERROR - 2018-07-23 11:08:54 --> Severity: Notice --> Undefined variable: Bankname /opt/lampp/htdocs/ria/application/views/bankstatement.php 237 -ERROR - 2018-07-23 11:08:54 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 11:08:54 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 11:08:54 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 11:08:54 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 11:08:54 --> Severity: Notice --> Undefined variable: bankreport /opt/lampp/htdocs/ria/application/views/bankstatement.php 8 -ERROR - 2018-07-23 11:08:54 --> Severity: Notice --> Undefined variable: bankreport /opt/lampp/htdocs/ria/application/views/bankstatement.php 8 -ERROR - 2018-07-23 11:08:54 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 8 -ERROR - 2018-07-23 11:08:54 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 8 -ERROR - 2018-07-23 11:08:54 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 11:08:54 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 11:08:54 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 11:08:54 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 11:08:54 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 11:08:54 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 11:08:54 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 11:08:54 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 11:08:54 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 11:08:54 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 11:08:54 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 11:08:54 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 11:08:54 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 11:08:54 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 11:08:54 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 11:08:54 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 11:08:54 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 11:08:54 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 11:08:54 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 11:08:54 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 11:08:54 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 11:08:54 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 11:08:54 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 11:08:54 --> Severity: Notice --> Undefined variable: finyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 199 -ERROR - 2018-07-23 11:08:54 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 11:08:54 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 199 -ERROR - 2018-07-23 11:08:54 --> Severity: Notice --> Undefined variable: finyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 199 -ERROR - 2018-07-23 11:08:54 --> Severity: Notice --> Undefined variable: Bankname /opt/lampp/htdocs/ria/application/views/bankstatement.php 237 -ERROR - 2018-07-23 11:08:54 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 199 -ERROR - 2018-07-23 11:08:54 --> Severity: Notice --> Undefined variable: Bankname /opt/lampp/htdocs/ria/application/views/bankstatement.php 237 -ERROR - 2018-07-23 11:08:54 --> Severity: Notice --> Undefined variable: data /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1556 -ERROR - 2018-07-23 11:08:54 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 11:08:54 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 11:08:54 --> Severity: Notice --> Undefined variable: bankreport /opt/lampp/htdocs/ria/application/views/bankstatement.php 8 -ERROR - 2018-07-23 11:08:54 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 8 -ERROR - 2018-07-23 11:08:54 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 11:08:54 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 11:08:54 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 11:08:54 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 11:08:54 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 11:08:54 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 11:08:54 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 11:08:54 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 11:08:54 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 11:08:54 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 11:08:54 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 11:08:54 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 11:08:54 --> Severity: Notice --> Undefined variable: finyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 199 -ERROR - 2018-07-23 11:08:54 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 199 -ERROR - 2018-07-23 11:08:54 --> Severity: Notice --> Undefined variable: Bankname /opt/lampp/htdocs/ria/application/views/bankstatement.php 237 -ERROR - 2018-07-23 11:08:56 --> Severity: Notice --> Undefined variable: fdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 11:08:56 --> Severity: Notice --> Undefined variable: tdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 11:08:56 --> Severity: Notice --> Undefined variable: fa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 11:08:56 --> Severity: Notice --> Undefined variable: aa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 11:08:56 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 11:08:56 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 11:08:56 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 11:08:56 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 11:08:56 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 11:08:56 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 11:08:56 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 11:08:56 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 11:08:56 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 11:08:56 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 11:08:56 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 11:08:56 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 11:08:56 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 11:08:56 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 11:09:50 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/banksettlement.php 4 -ERROR - 2018-07-23 11:09:50 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/banksettlement.php 4 -ERROR - 2018-07-23 11:09:50 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:09:50 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:09:50 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:09:50 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:09:50 --> Severity: Notice --> Undefined variable: rel /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 11:09:50 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 11:09:50 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:09:50 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:09:50 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:09:50 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:09:50 --> Severity: Notice --> Undefined variable: rel /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 11:09:50 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 11:09:50 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:09:50 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:09:50 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:09:50 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:09:50 --> Severity: Notice --> Undefined variable: rel /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 11:09:50 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 11:09:50 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:09:50 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:09:50 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:09:50 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:09:50 --> Severity: Notice --> Undefined variable: rel /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 11:09:50 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 11:09:50 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:09:50 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:09:50 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:09:50 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:09:50 --> Severity: Notice --> Undefined variable: rel /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 11:09:50 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 11:09:50 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:09:50 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:09:50 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:09:50 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:09:50 --> Severity: Notice --> Undefined variable: rel /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 11:09:50 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 11:09:50 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:09:50 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:09:50 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:09:50 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:09:50 --> Severity: Notice --> Undefined variable: rel /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 11:09:50 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 11:11:32 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankdebit.php 2 -ERROR - 2018-07-23 11:11:32 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankdebit.php 2 -ERROR - 2018-07-23 11:11:41 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankdebit.php 2 -ERROR - 2018-07-23 11:11:41 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankdebit.php 2 -ERROR - 2018-07-23 11:11:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus /opt/lampp/htdocs/ria/application/views/bankdebit.php 177 -ERROR - 2018-07-23 11:11:41 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity /opt/lampp/htdocs/ria/application/views/bankdebit.php 179 -ERROR - 2018-07-23 11:11:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus /opt/lampp/htdocs/ria/application/views/bankdebit.php 177 -ERROR - 2018-07-23 11:11:41 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity /opt/lampp/htdocs/ria/application/views/bankdebit.php 179 -ERROR - 2018-07-23 11:11:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus /opt/lampp/htdocs/ria/application/views/bankdebit.php 177 -ERROR - 2018-07-23 11:11:41 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity /opt/lampp/htdocs/ria/application/views/bankdebit.php 179 -ERROR - 2018-07-23 11:11:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus /opt/lampp/htdocs/ria/application/views/bankdebit.php 177 -ERROR - 2018-07-23 11:11:41 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity /opt/lampp/htdocs/ria/application/views/bankdebit.php 179 -ERROR - 2018-07-23 11:12:08 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankdebit.php 2 -ERROR - 2018-07-23 11:12:08 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankdebit.php 2 -ERROR - 2018-07-23 11:12:18 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankdebit.php 2 -ERROR - 2018-07-23 11:12:18 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankdebit.php 2 -ERROR - 2018-07-23 11:12:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus /opt/lampp/htdocs/ria/application/views/bankdebit.php 177 -ERROR - 2018-07-23 11:12:18 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity /opt/lampp/htdocs/ria/application/views/bankdebit.php 179 -ERROR - 2018-07-23 11:12:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus /opt/lampp/htdocs/ria/application/views/bankdebit.php 177 -ERROR - 2018-07-23 11:12:18 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity /opt/lampp/htdocs/ria/application/views/bankdebit.php 179 -ERROR - 2018-07-23 11:12:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus /opt/lampp/htdocs/ria/application/views/bankdebit.php 177 -ERROR - 2018-07-23 11:12:18 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity /opt/lampp/htdocs/ria/application/views/bankdebit.php 179 -ERROR - 2018-07-23 11:12:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus /opt/lampp/htdocs/ria/application/views/bankdebit.php 177 -ERROR - 2018-07-23 11:12:18 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity /opt/lampp/htdocs/ria/application/views/bankdebit.php 179 -ERROR - 2018-07-23 11:42:55 --> Severity: Notice --> Undefined variable: fdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 11:42:55 --> Severity: Notice --> Undefined variable: tdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 11:42:55 --> Severity: Notice --> Undefined variable: fa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 11:42:55 --> Severity: Notice --> Undefined variable: aa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 11:42:56 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 11:42:56 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 11:42:56 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 11:42:56 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 11:42:56 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 11:42:56 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 11:42:56 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 11:42:56 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 11:42:56 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 11:42:56 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 11:42:56 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 11:42:56 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 11:42:56 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 11:42:56 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 11:43:19 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/banksettlement.php 4 -ERROR - 2018-07-23 11:43:19 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/banksettlement.php 4 -ERROR - 2018-07-23 11:43:19 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:43:19 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:43:19 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:43:19 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:43:19 --> Severity: Notice --> Undefined variable: rel /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 11:43:19 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 11:43:19 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:43:19 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:43:19 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:43:19 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:43:19 --> Severity: Notice --> Undefined variable: rel /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 11:43:19 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 11:43:19 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:43:19 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:43:19 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:43:19 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:43:19 --> Severity: Notice --> Undefined variable: rel /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 11:43:19 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 11:43:19 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:43:19 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:43:19 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:43:19 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:43:19 --> Severity: Notice --> Undefined variable: rel /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 11:43:19 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 11:43:19 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:43:19 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:43:19 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:43:19 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:43:19 --> Severity: Notice --> Undefined variable: rel /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 11:43:19 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 11:43:19 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:43:19 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:43:19 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:43:19 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:43:19 --> Severity: Notice --> Undefined variable: rel /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 11:43:19 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 11:43:19 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:43:19 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:43:19 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:43:19 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:43:19 --> Severity: Notice --> Undefined variable: rel /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 11:43:19 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 11:44:06 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankdebit.php 2 -ERROR - 2018-07-23 11:44:06 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankdebit.php 2 -ERROR - 2018-07-23 11:44:33 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankdebit.php 2 -ERROR - 2018-07-23 11:44:33 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankdebit.php 2 -ERROR - 2018-07-23 11:44:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus /opt/lampp/htdocs/ria/application/views/bankdebit.php 177 -ERROR - 2018-07-23 11:44:33 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity /opt/lampp/htdocs/ria/application/views/bankdebit.php 179 -ERROR - 2018-07-23 11:44:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus /opt/lampp/htdocs/ria/application/views/bankdebit.php 177 -ERROR - 2018-07-23 11:44:33 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity /opt/lampp/htdocs/ria/application/views/bankdebit.php 179 -ERROR - 2018-07-23 11:44:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus /opt/lampp/htdocs/ria/application/views/bankdebit.php 177 -ERROR - 2018-07-23 11:44:33 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity /opt/lampp/htdocs/ria/application/views/bankdebit.php 179 -ERROR - 2018-07-23 11:44:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus /opt/lampp/htdocs/ria/application/views/bankdebit.php 177 -ERROR - 2018-07-23 11:44:33 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity /opt/lampp/htdocs/ria/application/views/bankdebit.php 179 -ERROR - 2018-07-23 11:56:57 --> Severity: Warning --> mysqli_connect(): php_network_getaddresses: getaddrinfo failed: Name or service not known /opt/lampp/htdocs/ria/system/database/drivers/mysqli/mysqli_driver.php 77 -ERROR - 2018-07-23 11:56:57 --> Severity: Warning --> mysqli_connect(): (HY000/2002): php_network_getaddresses: getaddrinfo failed: Name or service not known /opt/lampp/htdocs/ria/system/database/drivers/mysqli/mysqli_driver.php 77 -ERROR - 2018-07-23 11:56:57 --> Unable to connect to the database -ERROR - 2018-07-23 11:58:26 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankdebit.php 2 -ERROR - 2018-07-23 11:58:26 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankdebit.php 2 -ERROR - 2018-07-23 11:58:43 --> Severity: Notice --> Undefined variable: fdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 11:58:43 --> Severity: Notice --> Undefined variable: tdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 11:58:43 --> Severity: Notice --> Undefined variable: fa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 11:58:43 --> Severity: Notice --> Undefined variable: aa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 11:58:43 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 11:58:43 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 11:58:43 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 11:58:43 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 11:58:43 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 11:58:43 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 11:58:43 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 11:58:43 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 11:58:43 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 11:58:43 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 11:58:43 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 11:58:43 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 11:58:43 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 11:58:43 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 11:59:09 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/banksettlement.php 4 -ERROR - 2018-07-23 11:59:09 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/banksettlement.php 4 -ERROR - 2018-07-23 11:59:09 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:59:09 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:59:09 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:59:09 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:59:09 --> Severity: Notice --> Undefined variable: rel /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 11:59:09 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 11:59:09 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:59:09 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:59:09 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:59:09 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:59:09 --> Severity: Notice --> Undefined variable: rel /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 11:59:09 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 11:59:09 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:59:09 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:59:09 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:59:09 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:59:09 --> Severity: Notice --> Undefined variable: rel /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 11:59:09 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 11:59:09 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:59:09 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:59:09 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:59:09 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:59:09 --> Severity: Notice --> Undefined variable: rel /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 11:59:09 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 11:59:09 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:59:09 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:59:09 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:59:09 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:59:09 --> Severity: Notice --> Undefined variable: rel /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 11:59:09 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 11:59:09 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:59:09 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:59:09 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:59:09 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:59:09 --> Severity: Notice --> Undefined variable: rel /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 11:59:09 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 11:59:09 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:59:09 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:59:09 --> Severity: Notice --> Undefined variable: t /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:59:09 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 278 -ERROR - 2018-07-23 11:59:09 --> Severity: Notice --> Undefined variable: rel /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 11:59:09 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/banksettlement.php 279 -ERROR - 2018-07-23 12:01:28 --> Severity: Notice --> Undefined variable: creditdebit /opt/lampp/htdocs/ria/application/views/bankingfile.php 132 -ERROR - 2018-07-23 12:01:44 --> Severity: Notice --> Undefined variable: filename /opt/lampp/htdocs/ria/application/controllers/cashbook.php 235 -ERROR - 2018-07-23 12:01:44 --> The upload path does not appear to be valid. -ERROR - 2018-07-23 12:02:12 --> Severity: Notice --> Undefined variable: fdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 12:02:12 --> Severity: Notice --> Undefined variable: tdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 12:02:12 --> Severity: Notice --> Undefined variable: fa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 12:02:12 --> Severity: Notice --> Undefined variable: aa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 12:02:12 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 12:02:12 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 12:02:12 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 12:02:12 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 12:02:12 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 12:02:12 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 12:02:12 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 12:02:12 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 12:02:12 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 12:02:12 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 12:02:12 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 12:02:12 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 12:02:12 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 12:02:12 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 12:02:41 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 12:02:41 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 12:02:41 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 12:02:41 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 12:02:41 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 12:02:41 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 12:02:41 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 12:02:41 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 12:02:41 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 12:02:41 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 12:02:41 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 12:02:41 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 12:02:41 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 12:02:41 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 12:03:31 --> Severity: Warning --> Missing argument 3 for cashbook_model::getIncomeExpense(), called in /opt/lampp/htdocs/ria/application/controllers/cashbook.php on line 102 and defined /opt/lampp/htdocs/ria/application/models/cashbook_model.php 76 -ERROR - 2018-07-23 12:03:31 --> Severity: Warning --> Missing argument 4 for cashbook_model::getIncomeExpense(), called in /opt/lampp/htdocs/ria/application/controllers/cashbook.php on line 102 and defined /opt/lampp/htdocs/ria/application/models/cashbook_model.php 76 -ERROR - 2018-07-23 12:03:31 --> Severity: Notice --> Undefined variable: frmdt /opt/lampp/htdocs/ria/application/models/cashbook_model.php 90 -ERROR - 2018-07-23 12:03:31 --> Severity: Notice --> Use of undefined constant php - assumed 'php' /opt/lampp/htdocs/ria/application/views/income_expense_list.php 1 -ERROR - 2018-07-23 12:03:44 --> Severity: Notice --> Undefined variable: fdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 12:03:44 --> Severity: Notice --> Undefined variable: tdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 12:03:44 --> Severity: Notice --> Undefined variable: fa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 12:03:44 --> Severity: Notice --> Undefined variable: aa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 12:03:44 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 12:03:44 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 12:03:44 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 12:03:44 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 12:03:44 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 12:03:44 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 12:03:44 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 12:03:44 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 12:03:44 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 12:03:44 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 12:03:44 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 12:03:44 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 12:03:44 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 12:03:44 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 12:03:57 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankdebit.php 2 -ERROR - 2018-07-23 12:03:57 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankdebit.php 2 -ERROR - 2018-07-23 12:04:06 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankdebit.php 2 -ERROR - 2018-07-23 12:04:06 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankdebit.php 2 -ERROR - 2018-07-23 12:04:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus /opt/lampp/htdocs/ria/application/views/bankdebit.php 177 -ERROR - 2018-07-23 12:04:06 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity /opt/lampp/htdocs/ria/application/views/bankdebit.php 179 -ERROR - 2018-07-23 12:04:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus /opt/lampp/htdocs/ria/application/views/bankdebit.php 177 -ERROR - 2018-07-23 12:04:06 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity /opt/lampp/htdocs/ria/application/views/bankdebit.php 179 -ERROR - 2018-07-23 12:04:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus /opt/lampp/htdocs/ria/application/views/bankdebit.php 177 -ERROR - 2018-07-23 12:04:06 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity /opt/lampp/htdocs/ria/application/views/bankdebit.php 179 -ERROR - 2018-07-23 12:04:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus /opt/lampp/htdocs/ria/application/views/bankdebit.php 177 -ERROR - 2018-07-23 12:04:06 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity /opt/lampp/htdocs/ria/application/views/bankdebit.php 179 -ERROR - 2018-07-23 12:05:12 --> Severity: Notice --> Undefined variable: balancetocleared /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1481 -ERROR - 2018-07-23 12:05:12 --> Severity: Notice --> Undefined variable: balancetocleared /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1481 -ERROR - 2018-07-23 12:05:12 --> Severity: Notice --> Undefined variable: balancetocleared /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1481 -ERROR - 2018-07-23 12:05:12 --> Severity: Notice --> Undefined variable: clearedblnce /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1490 -ERROR - 2018-07-23 12:05:12 --> Severity: Notice --> Undefined variable: clearedblnce /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1490 -ERROR - 2018-07-23 12:05:12 --> Severity: Notice --> Undefined variable: clearedblnce /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1490 -ERROR - 2018-07-23 12:05:12 --> Severity: Notice --> Undefined variable: balancetocleared /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1490 -ERROR - 2018-07-23 12:05:12 --> Severity: Notice --> Undefined variable: balancetocleared /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1490 -ERROR - 2018-07-23 12:05:12 --> Severity: Notice --> Undefined variable: balancetocleared /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1490 -ERROR - 2018-07-23 12:05:13 --> Severity: Notice --> Undefined variable: data /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1556 -ERROR - 2018-07-23 12:05:13 --> Severity: Notice --> Undefined variable: data /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1556 -ERROR - 2018-07-23 12:05:13 --> Severity: Notice --> Undefined variable: data /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1556 -ERROR - 2018-07-23 12:05:13 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 12:05:13 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 12:05:13 --> Severity: Notice --> Undefined variable: bankreport /opt/lampp/htdocs/ria/application/views/bankstatement.php 8 -ERROR - 2018-07-23 12:05:13 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 8 -ERROR - 2018-07-23 12:05:13 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 12:05:13 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 12:05:13 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 12:05:13 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 12:05:13 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 12:05:13 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 12:05:13 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 12:05:13 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 12:05:13 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 12:05:13 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 12:05:13 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 12:05:13 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 12:05:13 --> Severity: Notice --> Undefined variable: finyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 199 -ERROR - 2018-07-23 12:05:13 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 199 -ERROR - 2018-07-23 12:05:13 --> Severity: Notice --> Undefined variable: Bankname /opt/lampp/htdocs/ria/application/views/bankstatement.php 237 -ERROR - 2018-07-23 12:05:13 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 12:05:13 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 12:05:13 --> Severity: Notice --> Undefined variable: bankreport /opt/lampp/htdocs/ria/application/views/bankstatement.php 8 -ERROR - 2018-07-23 12:05:13 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 8 -ERROR - 2018-07-23 12:05:13 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 12:05:13 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 12:05:13 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 12:05:13 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 12:05:13 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 12:05:13 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 12:05:13 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 12:05:13 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 12:05:13 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 12:05:13 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 12:05:13 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 12:05:13 --> Severity: Notice --> Undefined variable: bankreport /opt/lampp/htdocs/ria/application/views/bankstatement.php 8 -ERROR - 2018-07-23 12:05:13 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 8 -ERROR - 2018-07-23 12:05:13 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 12:05:13 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 12:05:13 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 12:05:13 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 12:05:13 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 12:05:13 --> Severity: Notice --> Undefined variable: finyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 199 -ERROR - 2018-07-23 12:05:13 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 12:05:13 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 199 -ERROR - 2018-07-23 12:05:13 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 12:05:13 --> Severity: Notice --> Undefined variable: Bankname /opt/lampp/htdocs/ria/application/views/bankstatement.php 237 -ERROR - 2018-07-23 12:05:13 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 12:05:13 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 12:05:13 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 12:05:13 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 12:05:13 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 12:05:13 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 12:05:13 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 12:05:13 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 12:05:13 --> Severity: Notice --> Undefined variable: finyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 199 -ERROR - 2018-07-23 12:05:13 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 199 -ERROR - 2018-07-23 12:05:13 --> Severity: Notice --> Undefined variable: Bankname /opt/lampp/htdocs/ria/application/views/bankstatement.php 237 -ERROR - 2018-07-23 12:05:13 --> Severity: Notice --> Undefined variable: data /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1556 -ERROR - 2018-07-23 12:05:13 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 12:05:13 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 12:05:13 --> Severity: Notice --> Undefined variable: bankreport /opt/lampp/htdocs/ria/application/views/bankstatement.php 8 -ERROR - 2018-07-23 12:05:13 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 8 -ERROR - 2018-07-23 12:05:13 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 12:05:13 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 12:05:13 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 12:05:13 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 12:05:13 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 12:05:13 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 12:05:13 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 12:05:13 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 12:05:13 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 12:05:13 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 12:05:13 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 12:05:13 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 12:05:13 --> Severity: Notice --> Undefined variable: finyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 199 -ERROR - 2018-07-23 12:05:13 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 199 -ERROR - 2018-07-23 12:05:13 --> Severity: Notice --> Undefined variable: Bankname /opt/lampp/htdocs/ria/application/views/bankstatement.php 237 -ERROR - 2018-07-23 12:05:15 --> Severity: Notice --> Undefined variable: fdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 12:05:15 --> Severity: Notice --> Undefined variable: tdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 12:05:15 --> Severity: Notice --> Undefined variable: fa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 12:05:15 --> Severity: Notice --> Undefined variable: aa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 12:05:15 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 12:05:15 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 12:05:15 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 12:05:15 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 12:05:15 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 12:05:15 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 12:05:15 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 12:05:15 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 12:05:15 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 12:05:15 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 12:05:15 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 12:05:15 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 12:05:15 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 12:05:15 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 12:05:33 --> Severity: Notice --> Undefined variable: cb /opt/lampp/htdocs/ria/application/views/bankcashnew.php 370 -ERROR - 2018-07-23 12:05:33 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/bankcashnew.php 370 -ERROR - 2018-07-23 12:08:33 --> Severity: Warning --> mysqli_connect(): MySQL server has gone away /opt/lampp/htdocs/ria/system/database/drivers/mysqli/mysqli_driver.php 77 -ERROR - 2018-07-23 12:08:33 --> Severity: Warning --> mysqli_connect(): Error while reading greeting packet. PID=16911 /opt/lampp/htdocs/ria/system/database/drivers/mysqli/mysqli_driver.php 77 -ERROR - 2018-07-23 12:08:33 --> Severity: Warning --> mysqli_connect(): (HY000/2006): MySQL server has gone away /opt/lampp/htdocs/ria/system/database/drivers/mysqli/mysqli_driver.php 77 -ERROR - 2018-07-23 12:08:33 --> Unable to connect to the database -ERROR - 2018-07-23 12:10:11 --> Severity: Notice --> Undefined variable: cb /opt/lampp/htdocs/ria/application/views/bankcashnew.php 370 -ERROR - 2018-07-23 12:10:11 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/bankcashnew.php 370 -ERROR - 2018-07-23 12:13:06 --> Severity: Notice --> Undefined variable: cb /opt/lampp/htdocs/ria/application/views/bankcashnew.php 370 -ERROR - 2018-07-23 12:13:06 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/bankcashnew.php 370 -ERROR - 2018-07-23 12:34:10 --> Severity: Notice --> Undefined variable: cb /opt/lampp/htdocs/ria/application/views/bankcashnew.php 370 -ERROR - 2018-07-23 12:34:10 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/bankcashnew.php 370 -ERROR - 2018-07-23 12:36:02 --> Severity: Notice --> Undefined variable: cb /opt/lampp/htdocs/ria/application/views/bankcashnew.php 370 -ERROR - 2018-07-23 12:36:02 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/bankcashnew.php 370 -ERROR - 2018-07-23 13:09:24 --> Severity: Notice --> Undefined variable: fdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:09:24 --> Severity: Notice --> Undefined variable: tdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:09:24 --> Severity: Notice --> Undefined variable: fa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:09:24 --> Severity: Notice --> Undefined variable: aa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:09:24 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 13:09:24 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 13:09:24 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 13:09:24 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 13:09:24 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 13:09:24 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 13:09:24 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 13:09:24 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 13:09:24 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 13:09:24 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 13:09:24 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 13:09:24 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 13:09:24 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 13:09:24 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 13:10:05 --> Severity: Notice --> Undefined variable: fdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:10:05 --> Severity: Notice --> Undefined variable: tdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:10:05 --> Severity: Notice --> Undefined variable: fa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:10:05 --> Severity: Notice --> Undefined variable: aa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:10:05 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 13:10:05 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 13:10:05 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 13:10:05 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 13:10:05 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 13:10:05 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 13:10:05 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 13:10:05 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 13:10:05 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 13:10:05 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 13:10:05 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 13:10:05 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 13:10:05 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 13:10:05 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 13:15:17 --> Severity: Notice --> Undefined variable: fdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:15:17 --> Severity: Notice --> Undefined variable: tdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:15:17 --> Severity: Notice --> Undefined variable: fa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:15:17 --> Severity: Notice --> Undefined variable: aa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:15:18 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 13:15:18 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 13:15:18 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 13:15:18 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 13:15:18 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 13:15:18 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 13:15:18 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 13:15:18 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 13:15:18 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 13:15:18 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 13:15:18 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 13:15:18 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 13:15:18 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 13:15:18 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 13:15:31 --> Severity: Notice --> Undefined variable: type1 /opt/lampp/htdocs/ria/application/views/bankcashnew.php 328 -ERROR - 2018-07-23 13:16:00 --> Severity: Notice --> Undefined variable: fdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:16:00 --> Severity: Notice --> Undefined variable: tdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:16:00 --> Severity: Notice --> Undefined variable: fa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:16:00 --> Severity: Notice --> Undefined variable: aa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:16:01 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 13:16:01 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 13:16:01 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 13:16:01 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 13:16:01 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 13:16:01 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 13:16:01 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 13:16:01 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 13:16:01 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 13:16:01 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 13:16:01 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 13:16:01 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 13:16:01 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 13:16:01 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 13:16:24 --> Severity: Notice --> Undefined variable: type1 /opt/lampp/htdocs/ria/application/views/bankcashnew.php 328 -ERROR - 2018-07-23 13:22:43 --> Severity: Notice --> Undefined variable: fdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:22:44 --> Severity: Notice --> Undefined variable: tdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:22:44 --> Severity: Notice --> Undefined variable: fa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:22:44 --> Severity: Notice --> Undefined variable: aa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:22:44 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 13:22:44 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 13:22:44 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 13:22:44 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 13:22:44 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 13:22:44 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 13:22:44 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 13:22:44 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 13:22:44 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 13:22:44 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 13:22:44 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 13:22:44 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 13:22:44 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 13:22:44 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 13:28:45 --> Severity: Notice --> Undefined variable: fdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:28:45 --> Severity: Notice --> Undefined variable: tdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:28:45 --> Severity: Notice --> Undefined variable: fa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:28:45 --> Severity: Notice --> Undefined variable: aa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:28:45 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 13:28:45 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 13:28:45 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 13:28:45 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 13:28:45 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 13:28:45 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 13:28:45 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 13:28:45 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 13:28:45 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 13:28:45 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 13:28:45 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 13:28:45 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 13:28:45 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 13:28:45 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 13:29:08 --> Severity: Notice --> Undefined variable: fdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:29:08 --> Severity: Notice --> Undefined variable: tdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:29:08 --> Severity: Notice --> Undefined variable: fa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:29:08 --> Severity: Notice --> Undefined variable: aa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:29:08 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 13:29:08 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 13:29:08 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 13:29:08 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 13:29:08 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 13:29:08 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 13:29:08 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 13:29:08 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 13:29:08 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 13:29:08 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 13:29:08 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 13:29:08 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 13:29:08 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 13:29:08 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 13:29:23 --> Severity: Notice --> Undefined variable: fdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:29:23 --> Severity: Notice --> Undefined variable: tdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:29:23 --> Severity: Notice --> Undefined variable: fa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:29:23 --> Severity: Notice --> Undefined variable: aa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:29:24 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 13:29:24 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 13:29:24 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 13:29:24 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 13:29:24 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 13:29:24 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 13:29:24 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 13:29:24 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 13:29:24 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 13:29:24 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 13:29:24 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 13:29:24 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 13:29:24 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 13:29:24 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 13:29:36 --> Severity: Notice --> Undefined variable: fdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:29:36 --> Severity: Notice --> Undefined variable: tdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:29:36 --> Severity: Notice --> Undefined variable: fa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:29:36 --> Severity: Notice --> Undefined variable: aa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:29:37 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 13:29:37 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 13:29:37 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 13:29:37 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 13:29:37 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 13:29:37 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 13:29:37 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 13:29:37 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 13:29:37 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 13:29:37 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 13:29:37 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 13:29:37 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 13:29:37 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 13:29:37 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 13:31:26 --> Severity: Notice --> Undefined variable: fdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:31:26 --> Severity: Notice --> Undefined variable: tdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:31:26 --> Severity: Notice --> Undefined variable: fa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:31:26 --> Severity: Notice --> Undefined variable: aa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:31:27 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 13:31:27 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 13:31:27 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 13:31:27 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 13:31:27 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 13:31:27 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 13:31:27 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 13:31:27 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 13:31:27 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 13:31:27 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 13:31:27 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 13:31:27 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 13:31:27 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 13:31:27 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 13:33:33 --> Severity: Notice --> Undefined variable: fdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:33:33 --> Severity: Notice --> Undefined variable: tdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:33:33 --> Severity: Notice --> Undefined variable: fa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:33:33 --> Severity: Notice --> Undefined variable: aa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:33:33 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 13:33:33 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 13:33:33 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 13:33:33 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 13:33:33 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 13:33:33 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 13:33:33 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 13:33:33 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 13:33:33 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 13:33:33 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 13:33:33 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 13:33:33 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 13:33:33 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 13:33:33 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 13:34:02 --> Severity: Notice --> Undefined variable: fdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:34:02 --> Severity: Notice --> Undefined variable: tdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:34:02 --> Severity: Notice --> Undefined variable: fa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:34:02 --> Severity: Notice --> Undefined variable: aa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:34:02 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 13:34:02 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 13:34:02 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 13:34:02 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 13:34:02 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 13:34:02 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 13:34:02 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 13:34:02 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 13:34:02 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 13:34:02 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 13:34:02 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 13:34:02 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 13:34:02 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 13:34:02 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 13:35:02 --> Severity: Notice --> Undefined variable: fdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:35:02 --> Severity: Notice --> Undefined variable: tdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:35:02 --> Severity: Notice --> Undefined variable: fa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:35:02 --> Severity: Notice --> Undefined variable: aa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:35:03 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 13:35:03 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 13:35:03 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 13:35:03 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 13:35:03 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 13:35:03 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 13:35:03 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 13:35:03 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 13:35:03 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 13:35:03 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 13:35:03 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 13:35:03 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 13:35:03 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 13:35:03 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 13:39:14 --> Severity: Notice --> Undefined variable: fdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:39:14 --> Severity: Notice --> Undefined variable: tdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:39:14 --> Severity: Notice --> Undefined variable: fa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:39:14 --> Severity: Notice --> Undefined variable: aa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:39:14 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 13:39:14 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 13:39:14 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 13:39:14 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 13:39:14 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 13:39:14 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 13:39:14 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 13:39:14 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 13:39:14 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 13:39:14 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 13:39:14 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 13:39:14 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 13:39:14 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 13:39:14 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 13:40:35 --> Severity: Notice --> Undefined variable: fdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:40:35 --> Severity: Notice --> Undefined variable: tdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:40:35 --> Severity: Notice --> Undefined variable: fa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:40:35 --> Severity: Notice --> Undefined variable: aa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:40:36 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 13:40:36 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 13:40:36 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 13:40:36 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 13:40:36 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 13:40:36 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 13:40:36 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 13:40:36 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 13:40:36 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 13:40:36 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 13:40:36 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 13:40:36 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 13:40:36 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 13:40:36 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 13:40:37 --> Severity: Notice --> Undefined variable: fdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:40:37 --> Severity: Notice --> Undefined variable: tdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:40:37 --> Severity: Notice --> Undefined variable: fa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:40:37 --> Severity: Notice --> Undefined variable: aa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:40:38 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 13:40:38 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 13:40:38 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 13:40:38 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 13:40:38 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 13:40:38 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 13:40:38 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 13:40:38 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 13:40:38 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 13:40:38 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 13:40:38 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 13:40:38 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 13:40:38 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 13:40:38 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 13:41:34 --> Severity: Notice --> Undefined variable: fdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:41:34 --> Severity: Notice --> Undefined variable: tdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:41:34 --> Severity: Notice --> Undefined variable: fa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:41:34 --> Severity: Notice --> Undefined variable: aa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:41:35 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 13:41:35 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 13:41:35 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 13:41:35 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 13:41:35 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 13:41:35 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 13:41:35 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 13:41:35 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 13:41:35 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 13:41:35 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 13:41:35 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 13:41:35 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 13:41:35 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 13:41:35 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 13:41:51 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankdebit.php 2 -ERROR - 2018-07-23 13:41:51 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankdebit.php 2 -ERROR - 2018-07-23 13:42:09 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankdebit.php 2 -ERROR - 2018-07-23 13:42:09 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankdebit.php 2 -ERROR - 2018-07-23 13:42:28 --> Severity: Notice --> Undefined variable: fdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:42:28 --> Severity: Notice --> Undefined variable: tdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:42:28 --> Severity: Notice --> Undefined variable: fa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:42:28 --> Severity: Notice --> Undefined variable: aa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:42:28 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 13:42:28 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 13:42:28 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 13:42:28 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 13:42:28 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 13:42:28 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 13:42:28 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 13:42:28 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 13:42:28 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 13:42:28 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 13:42:28 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 13:42:28 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 13:42:28 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 13:42:28 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 13:46:32 --> Severity: Notice --> Undefined variable: fdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:46:32 --> Severity: Notice --> Undefined variable: tdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:46:32 --> Severity: Notice --> Undefined variable: fa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:46:32 --> Severity: Notice --> Undefined variable: aa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:46:33 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 13:46:33 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 13:46:33 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 13:46:33 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 13:46:33 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 13:46:33 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 13:46:33 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 13:46:33 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 13:46:33 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 13:46:33 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 13:46:33 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 13:46:33 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 13:46:33 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 13:46:33 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 13:46:59 --> Severity: Notice --> Undefined variable: fdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:46:59 --> Severity: Notice --> Undefined variable: tdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:46:59 --> Severity: Notice --> Undefined variable: fa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:46:59 --> Severity: Notice --> Undefined variable: aa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:47:00 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 13:47:00 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 13:47:00 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 13:47:00 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 13:47:00 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 13:47:00 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 13:47:00 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 13:47:00 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 13:47:00 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 13:47:00 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 13:47:00 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 13:47:00 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 13:47:00 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 13:47:00 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 13:51:31 --> Severity: Notice --> Undefined variable: fdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:51:31 --> Severity: Notice --> Undefined variable: tdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:51:31 --> Severity: Notice --> Undefined variable: fa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:51:31 --> Severity: Notice --> Undefined variable: aa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:51:32 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 13:51:32 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 13:51:32 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 13:51:32 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 13:51:32 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 13:51:32 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 13:51:32 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 13:51:32 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 13:51:32 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 13:51:32 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 13:51:32 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 13:51:32 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 13:51:32 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 13:51:32 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 13:52:11 --> Severity: Notice --> Undefined variable: fdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:52:11 --> Severity: Notice --> Undefined variable: tdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:52:11 --> Severity: Notice --> Undefined variable: fa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:52:11 --> Severity: Notice --> Undefined variable: aa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:52:11 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 13:52:11 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 13:52:11 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 13:52:11 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 13:52:11 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 13:52:11 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 13:52:11 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 13:52:11 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 13:52:11 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 13:52:11 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 13:52:11 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 13:52:11 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 13:52:11 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 13:52:11 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 13:52:23 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankdebit.php 2 -ERROR - 2018-07-23 13:52:23 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankdebit.php 2 -ERROR - 2018-07-23 13:52:55 --> Severity: Notice --> Undefined variable: fdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:52:55 --> Severity: Notice --> Undefined variable: tdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:52:55 --> Severity: Notice --> Undefined variable: fa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:52:55 --> Severity: Notice --> Undefined variable: aa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:52:56 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 13:52:56 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 13:52:56 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 13:52:56 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 13:52:56 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 13:52:56 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 13:52:56 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 13:52:56 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 13:52:56 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 13:52:56 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 13:52:56 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 13:52:56 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 13:52:56 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 13:52:56 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 13:53:15 --> Severity: Notice --> Undefined variable: fdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:53:15 --> Severity: Notice --> Undefined variable: tdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:53:15 --> Severity: Notice --> Undefined variable: fa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:53:15 --> Severity: Notice --> Undefined variable: aa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:53:16 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 13:53:16 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 13:53:16 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 13:53:16 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 13:53:16 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 13:53:16 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 13:53:16 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 13:53:16 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 13:53:16 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 13:53:16 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 13:53:16 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 13:53:16 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 13:53:16 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 13:53:16 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 13:53:31 --> Severity: Notice --> Undefined variable: fdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:53:31 --> Severity: Notice --> Undefined variable: tdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:53:31 --> Severity: Notice --> Undefined variable: fa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:53:31 --> Severity: Notice --> Undefined variable: aa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:53:31 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 13:53:31 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 13:53:31 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 13:53:31 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 13:53:31 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 13:53:31 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 13:53:31 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 13:53:31 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 13:53:31 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 13:53:31 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 13:53:31 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 13:53:31 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 13:53:31 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 13:53:31 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 13:53:43 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankinvoice.php 2 -ERROR - 2018-07-23 13:53:43 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankinvoice.php 2 -ERROR - 2018-07-23 13:53:43 --> Severity: Notice --> Undefined variable: cash /opt/lampp/htdocs/ria/application/views/bankinvoice.php 80 -ERROR - 2018-07-23 13:53:43 --> Severity: Notice --> Undefined variable: bankid /opt/lampp/htdocs/ria/application/views/bankinvoice.php 82 -ERROR - 2018-07-23 13:54:01 --> Severity: Notice --> Undefined variable: cashbook /opt/lampp/htdocs/ria/application/views/cashbooklisting.php 269 -ERROR - 2018-07-23 13:54:17 --> Severity: Notice --> Undefined variable: fdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:54:17 --> Severity: Notice --> Undefined variable: tdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:54:17 --> Severity: Notice --> Undefined variable: fa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:54:17 --> Severity: Notice --> Undefined variable: aa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:54:18 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 13:54:18 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 13:54:18 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 13:54:18 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 13:54:18 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 13:54:18 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 13:54:18 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 13:54:18 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 13:54:18 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 13:54:18 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 13:54:18 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 13:54:18 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 13:54:18 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 13:54:18 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 13:54:30 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankinvoice.php 2 -ERROR - 2018-07-23 13:54:30 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankinvoice.php 2 -ERROR - 2018-07-23 13:54:30 --> Severity: Notice --> Undefined variable: cash /opt/lampp/htdocs/ria/application/views/bankinvoice.php 80 -ERROR - 2018-07-23 13:54:30 --> Severity: Notice --> Undefined variable: bankid /opt/lampp/htdocs/ria/application/views/bankinvoice.php 82 -ERROR - 2018-07-23 13:54:43 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankinvoice.php 2 -ERROR - 2018-07-23 13:54:43 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankinvoice.php 2 -ERROR - 2018-07-23 13:54:43 --> Severity: Notice --> Undefined variable: cash /opt/lampp/htdocs/ria/application/views/bankinvoice.php 80 -ERROR - 2018-07-23 13:54:43 --> Severity: Notice --> Undefined variable: bankid /opt/lampp/htdocs/ria/application/views/bankinvoice.php 82 -ERROR - 2018-07-23 13:54:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus /opt/lampp/htdocs/ria/application/views/bankinvoice.php 176 -ERROR - 2018-07-23 13:54:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay /opt/lampp/htdocs/ria/application/views/bankinvoice.php 177 -ERROR - 2018-07-23 13:54:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus /opt/lampp/htdocs/ria/application/views/bankinvoice.php 176 -ERROR - 2018-07-23 13:54:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay /opt/lampp/htdocs/ria/application/views/bankinvoice.php 177 -ERROR - 2018-07-23 13:57:53 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankinvoice.php 2 -ERROR - 2018-07-23 13:57:53 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankinvoice.php 2 -ERROR - 2018-07-23 13:57:53 --> Severity: Notice --> Undefined variable: cash /opt/lampp/htdocs/ria/application/views/bankinvoice.php 80 -ERROR - 2018-07-23 13:57:53 --> Severity: Notice --> Undefined variable: bankid /opt/lampp/htdocs/ria/application/views/bankinvoice.php 82 -ERROR - 2018-07-23 13:58:24 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankinvoice.php 2 -ERROR - 2018-07-23 13:58:24 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankinvoice.php 2 -ERROR - 2018-07-23 13:58:24 --> Severity: Notice --> Undefined variable: cash /opt/lampp/htdocs/ria/application/views/bankinvoice.php 84 -ERROR - 2018-07-23 13:58:24 --> Severity: Notice --> Undefined variable: bankid /opt/lampp/htdocs/ria/application/views/bankinvoice.php 86 -ERROR - 2018-07-23 13:59:00 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankinvoice.php 2 -ERROR - 2018-07-23 13:59:00 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankinvoice.php 2 -ERROR - 2018-07-23 13:59:00 --> Severity: Notice --> Undefined variable: cash /opt/lampp/htdocs/ria/application/views/bankinvoice.php 84 -ERROR - 2018-07-23 13:59:00 --> Severity: Notice --> Undefined variable: bankid /opt/lampp/htdocs/ria/application/views/bankinvoice.php 86 -ERROR - 2018-07-23 13:59:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus /opt/lampp/htdocs/ria/application/views/bankinvoice.php 180 -ERROR - 2018-07-23 13:59:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay /opt/lampp/htdocs/ria/application/views/bankinvoice.php 181 -ERROR - 2018-07-23 13:59:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus /opt/lampp/htdocs/ria/application/views/bankinvoice.php 180 -ERROR - 2018-07-23 13:59:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay /opt/lampp/htdocs/ria/application/views/bankinvoice.php 181 -ERROR - 2018-07-23 13:59:39 --> Severity: Notice --> Undefined variable: balancetoreceived /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1608 -ERROR - 2018-07-23 13:59:39 --> Severity: Notice --> Undefined variable: clearedblnce /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1619 -ERROR - 2018-07-23 13:59:39 --> Severity: Notice --> Undefined variable: balancetoreceived /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1619 -ERROR - 2018-07-23 13:59:40 --> Query error: Unknown column 'IsActive' in 'field list' -ERROR - 2018-07-23 13:59:42 --> Severity: Notice --> Undefined variable: fdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:59:42 --> Severity: Notice --> Undefined variable: tdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:59:42 --> Severity: Notice --> Undefined variable: fa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:59:42 --> Severity: Notice --> Undefined variable: aa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 13:59:43 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 13:59:43 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 13:59:43 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 13:59:43 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 13:59:43 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 13:59:43 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 13:59:43 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 13:59:43 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 13:59:43 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 13:59:43 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 13:59:43 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 13:59:43 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 13:59:43 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 13:59:43 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 14:00:13 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankinvoice.php 2 -ERROR - 2018-07-23 14:00:13 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankinvoice.php 2 -ERROR - 2018-07-23 14:00:13 --> Severity: Notice --> Undefined variable: cash /opt/lampp/htdocs/ria/application/views/bankinvoice.php 84 -ERROR - 2018-07-23 14:00:13 --> Severity: Notice --> Undefined variable: bankid /opt/lampp/htdocs/ria/application/views/bankinvoice.php 86 -ERROR - 2018-07-23 14:00:38 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankinvoice.php 2 -ERROR - 2018-07-23 14:00:38 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankinvoice.php 2 -ERROR - 2018-07-23 14:00:38 --> Severity: Notice --> Undefined variable: cash /opt/lampp/htdocs/ria/application/views/bankinvoice.php 84 -ERROR - 2018-07-23 14:00:38 --> Severity: Notice --> Undefined variable: bankid /opt/lampp/htdocs/ria/application/views/bankinvoice.php 86 -ERROR - 2018-07-23 14:00:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus /opt/lampp/htdocs/ria/application/views/bankinvoice.php 180 -ERROR - 2018-07-23 14:00:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay /opt/lampp/htdocs/ria/application/views/bankinvoice.php 181 -ERROR - 2018-07-23 14:00:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus /opt/lampp/htdocs/ria/application/views/bankinvoice.php 180 -ERROR - 2018-07-23 14:00:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay /opt/lampp/htdocs/ria/application/views/bankinvoice.php 181 -ERROR - 2018-07-23 14:01:23 --> Severity: Notice --> Undefined variable: balancetoreceived /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1608 -ERROR - 2018-07-23 14:01:23 --> Severity: Notice --> Undefined variable: clearedblnce /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1619 -ERROR - 2018-07-23 14:01:23 --> Severity: Notice --> Undefined variable: balancetoreceived /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1619 -ERROR - 2018-07-23 14:01:23 --> Query error: Unknown column 'IsActive' in 'field list' -ERROR - 2018-07-23 14:01:26 --> Severity: Notice --> Undefined variable: fdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 14:01:26 --> Severity: Notice --> Undefined variable: tdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 14:01:26 --> Severity: Notice --> Undefined variable: fa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 14:01:26 --> Severity: Notice --> Undefined variable: aa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 14:01:26 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 14:01:26 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 14:01:26 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 14:01:26 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 14:01:26 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 14:01:26 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 14:01:26 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 14:01:26 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 14:01:26 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 14:01:26 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 14:01:26 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 14:01:26 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 14:01:26 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 14:01:26 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 14:03:44 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankinvoice.php 2 -ERROR - 2018-07-23 14:03:44 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankinvoice.php 2 -ERROR - 2018-07-23 14:03:44 --> Severity: Notice --> Undefined variable: cash /opt/lampp/htdocs/ria/application/views/bankinvoice.php 84 -ERROR - 2018-07-23 14:03:44 --> Severity: Notice --> Undefined variable: bankid /opt/lampp/htdocs/ria/application/views/bankinvoice.php 86 -ERROR - 2018-07-23 14:04:00 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankinvoice.php 2 -ERROR - 2018-07-23 14:04:00 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankinvoice.php 2 -ERROR - 2018-07-23 14:04:00 --> Severity: Notice --> Undefined variable: cash /opt/lampp/htdocs/ria/application/views/bankinvoice.php 84 -ERROR - 2018-07-23 14:04:00 --> Severity: Notice --> Undefined variable: bankid /opt/lampp/htdocs/ria/application/views/bankinvoice.php 86 -ERROR - 2018-07-23 14:04:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus /opt/lampp/htdocs/ria/application/views/bankinvoice.php 180 -ERROR - 2018-07-23 14:04:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay /opt/lampp/htdocs/ria/application/views/bankinvoice.php 181 -ERROR - 2018-07-23 14:04:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus /opt/lampp/htdocs/ria/application/views/bankinvoice.php 180 -ERROR - 2018-07-23 14:04:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay /opt/lampp/htdocs/ria/application/views/bankinvoice.php 181 -ERROR - 2018-07-23 14:04:59 --> Severity: Notice --> Undefined variable: balancetoreceived /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1608 -ERROR - 2018-07-23 14:04:59 --> Severity: Notice --> Undefined variable: clearedblnce /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1619 -ERROR - 2018-07-23 14:04:59 --> Severity: Notice --> Undefined variable: balancetoreceived /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1619 -ERROR - 2018-07-23 14:05:00 --> Query error: Unknown column 'IsActive' in 'field list' -ERROR - 2018-07-23 14:05:02 --> Severity: Notice --> Undefined variable: fdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 14:05:02 --> Severity: Notice --> Undefined variable: tdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 14:05:02 --> Severity: Notice --> Undefined variable: fa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 14:05:02 --> Severity: Notice --> Undefined variable: aa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 14:05:02 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 14:05:02 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 14:05:02 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 14:05:02 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 14:05:02 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 14:05:02 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 14:05:02 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 14:05:02 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 14:05:02 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 14:05:02 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 14:05:02 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 14:05:02 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 14:05:02 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 14:05:02 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 14:05:19 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankinvoice.php 2 -ERROR - 2018-07-23 14:05:19 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankinvoice.php 2 -ERROR - 2018-07-23 14:05:19 --> Severity: Notice --> Undefined variable: cash /opt/lampp/htdocs/ria/application/views/bankinvoice.php 84 -ERROR - 2018-07-23 14:05:19 --> Severity: Notice --> Undefined variable: bankid /opt/lampp/htdocs/ria/application/views/bankinvoice.php 86 -ERROR - 2018-07-23 14:05:29 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankinvoice.php 2 -ERROR - 2018-07-23 14:05:29 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankinvoice.php 2 -ERROR - 2018-07-23 14:05:29 --> Severity: Notice --> Undefined variable: cash /opt/lampp/htdocs/ria/application/views/bankinvoice.php 84 -ERROR - 2018-07-23 14:05:29 --> Severity: Notice --> Undefined variable: bankid /opt/lampp/htdocs/ria/application/views/bankinvoice.php 86 -ERROR - 2018-07-23 14:05:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus /opt/lampp/htdocs/ria/application/views/bankinvoice.php 180 -ERROR - 2018-07-23 14:05:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay /opt/lampp/htdocs/ria/application/views/bankinvoice.php 181 -ERROR - 2018-07-23 14:05:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus /opt/lampp/htdocs/ria/application/views/bankinvoice.php 180 -ERROR - 2018-07-23 14:05:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay /opt/lampp/htdocs/ria/application/views/bankinvoice.php 181 -ERROR - 2018-07-23 14:09:36 --> Severity: Notice --> Undefined variable: fdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 14:09:36 --> Severity: Notice --> Undefined variable: tdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 14:09:36 --> Severity: Notice --> Undefined variable: fa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 14:09:36 --> Severity: Notice --> Undefined variable: aa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 14:09:36 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 14:09:36 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 14:09:36 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 14:09:36 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 14:09:36 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 14:09:36 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 14:09:36 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 14:09:36 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 14:09:36 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 14:09:36 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 14:09:36 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 14:09:36 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 14:09:36 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 14:09:36 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 14:53:11 --> Severity: Notice --> Undefined variable: fdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 14:53:11 --> Severity: Notice --> Undefined variable: tdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 14:53:11 --> Severity: Notice --> Undefined variable: fa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 14:53:11 --> Severity: Notice --> Undefined variable: aa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 14:53:12 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 14:53:12 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 14:53:12 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 14:53:12 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 14:53:12 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 14:53:12 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 14:53:12 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 14:53:12 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 14:53:12 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 14:53:12 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 14:53:12 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 14:53:12 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 14:53:12 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 14:53:12 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 14:53:41 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankinvoice.php 2 -ERROR - 2018-07-23 14:53:41 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankinvoice.php 2 -ERROR - 2018-07-23 14:53:41 --> Severity: Notice --> Undefined variable: cash /opt/lampp/htdocs/ria/application/views/bankinvoice.php 84 -ERROR - 2018-07-23 14:53:41 --> Severity: Notice --> Undefined variable: bankid /opt/lampp/htdocs/ria/application/views/bankinvoice.php 86 -ERROR - 2018-07-23 14:53:51 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankinvoice.php 2 -ERROR - 2018-07-23 14:53:51 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankinvoice.php 2 -ERROR - 2018-07-23 14:53:51 --> Severity: Notice --> Undefined variable: cash /opt/lampp/htdocs/ria/application/views/bankinvoice.php 84 -ERROR - 2018-07-23 14:53:51 --> Severity: Notice --> Undefined variable: bankid /opt/lampp/htdocs/ria/application/views/bankinvoice.php 86 -ERROR - 2018-07-23 14:53:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus /opt/lampp/htdocs/ria/application/views/bankinvoice.php 180 -ERROR - 2018-07-23 14:53:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay /opt/lampp/htdocs/ria/application/views/bankinvoice.php 181 -ERROR - 2018-07-23 14:53:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus /opt/lampp/htdocs/ria/application/views/bankinvoice.php 180 -ERROR - 2018-07-23 14:53:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay /opt/lampp/htdocs/ria/application/views/bankinvoice.php 181 -ERROR - 2018-07-23 14:54:21 --> Query error: Unknown column 'IsActive' in 'field list' -ERROR - 2018-07-23 14:56:22 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankinvoice.php 2 -ERROR - 2018-07-23 14:56:22 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankinvoice.php 2 -ERROR - 2018-07-23 14:56:22 --> Severity: Notice --> Undefined variable: cash /opt/lampp/htdocs/ria/application/views/bankinvoice.php 84 -ERROR - 2018-07-23 14:56:22 --> Severity: Notice --> Undefined variable: bankid /opt/lampp/htdocs/ria/application/views/bankinvoice.php 86 -ERROR - 2018-07-23 14:56:43 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankinvoice.php 2 -ERROR - 2018-07-23 14:56:43 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankinvoice.php 2 -ERROR - 2018-07-23 14:56:43 --> Severity: Notice --> Undefined variable: cash /opt/lampp/htdocs/ria/application/views/bankinvoice.php 84 -ERROR - 2018-07-23 14:56:43 --> Severity: Notice --> Undefined variable: bankid /opt/lampp/htdocs/ria/application/views/bankinvoice.php 86 -ERROR - 2018-07-23 14:56:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus /opt/lampp/htdocs/ria/application/views/bankinvoice.php 180 -ERROR - 2018-07-23 14:56:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay /opt/lampp/htdocs/ria/application/views/bankinvoice.php 181 -ERROR - 2018-07-23 14:56:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus /opt/lampp/htdocs/ria/application/views/bankinvoice.php 180 -ERROR - 2018-07-23 14:56:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay /opt/lampp/htdocs/ria/application/views/bankinvoice.php 181 -ERROR - 2018-07-23 14:57:26 --> Query error: Unknown column 'IsActive' in 'field list' -ERROR - 2018-07-23 14:59:30 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankinvoice.php 2 -ERROR - 2018-07-23 14:59:30 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankinvoice.php 2 -ERROR - 2018-07-23 14:59:30 --> Severity: Notice --> Undefined variable: cash /opt/lampp/htdocs/ria/application/views/bankinvoice.php 84 -ERROR - 2018-07-23 14:59:30 --> Severity: Notice --> Undefined variable: bankid /opt/lampp/htdocs/ria/application/views/bankinvoice.php 86 -ERROR - 2018-07-23 15:00:00 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankinvoice.php 2 -ERROR - 2018-07-23 15:00:00 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankinvoice.php 2 -ERROR - 2018-07-23 15:00:00 --> Severity: Notice --> Undefined variable: cash /opt/lampp/htdocs/ria/application/views/bankinvoice.php 84 -ERROR - 2018-07-23 15:00:00 --> Severity: Notice --> Undefined variable: bankid /opt/lampp/htdocs/ria/application/views/bankinvoice.php 86 -ERROR - 2018-07-23 15:00:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus /opt/lampp/htdocs/ria/application/views/bankinvoice.php 180 -ERROR - 2018-07-23 15:00:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay /opt/lampp/htdocs/ria/application/views/bankinvoice.php 181 -ERROR - 2018-07-23 15:00:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus /opt/lampp/htdocs/ria/application/views/bankinvoice.php 180 -ERROR - 2018-07-23 15:00:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay /opt/lampp/htdocs/ria/application/views/bankinvoice.php 181 -ERROR - 2018-07-23 15:00:35 --> Severity: Notice --> Undefined variable: fdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 15:00:35 --> Severity: Notice --> Undefined variable: tdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 15:00:35 --> Severity: Notice --> Undefined variable: fa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 15:00:35 --> Severity: Notice --> Undefined variable: aa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 15:00:35 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 15:00:35 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 15:00:35 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 15:00:35 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 15:00:35 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 15:00:35 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 15:00:35 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 15:00:35 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 15:00:35 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 15:00:35 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 15:00:35 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 15:00:35 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 15:00:35 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 15:00:35 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 15:01:23 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankinvoice.php 2 -ERROR - 2018-07-23 15:01:23 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankinvoice.php 2 -ERROR - 2018-07-23 15:01:23 --> Severity: Notice --> Undefined variable: cash /opt/lampp/htdocs/ria/application/views/bankinvoice.php 84 -ERROR - 2018-07-23 15:01:23 --> Severity: Notice --> Undefined variable: bankid /opt/lampp/htdocs/ria/application/views/bankinvoice.php 86 -ERROR - 2018-07-23 15:06:21 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankinvoice.php 2 -ERROR - 2018-07-23 15:06:21 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankinvoice.php 2 -ERROR - 2018-07-23 15:06:21 --> Severity: Notice --> Undefined variable: cash /opt/lampp/htdocs/ria/application/views/bankinvoice.php 84 -ERROR - 2018-07-23 15:06:21 --> Severity: Notice --> Undefined variable: bankid /opt/lampp/htdocs/ria/application/views/bankinvoice.php 86 -ERROR - 2018-07-23 15:06:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus /opt/lampp/htdocs/ria/application/views/bankinvoice.php 180 -ERROR - 2018-07-23 15:06:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay /opt/lampp/htdocs/ria/application/views/bankinvoice.php 181 -ERROR - 2018-07-23 15:06:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus /opt/lampp/htdocs/ria/application/views/bankinvoice.php 180 -ERROR - 2018-07-23 15:06:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay /opt/lampp/htdocs/ria/application/views/bankinvoice.php 181 -ERROR - 2018-07-23 15:11:35 --> Severity: Notice --> Undefined variable: fdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 15:11:35 --> Severity: Notice --> Undefined variable: tdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 15:11:35 --> Severity: Notice --> Undefined variable: fa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 15:11:35 --> Severity: Notice --> Undefined variable: aa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 15:11:36 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 15:11:36 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 15:11:36 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 15:11:36 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 15:11:36 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 15:11:36 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 15:11:36 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 15:11:36 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 15:11:36 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 15:11:36 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 15:11:36 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 15:11:36 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 15:11:36 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 15:11:36 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 15:16:30 --> Severity: Notice --> Undefined variable: creditdebit /opt/lampp/htdocs/ria/application/views/bankingfile.php 132 -ERROR - 2018-07-23 15:16:58 --> Severity: Notice --> Undefined variable: filename /opt/lampp/htdocs/ria/application/controllers/cashbook.php 235 -ERROR - 2018-07-23 15:16:58 --> The upload path does not appear to be valid. -ERROR - 2018-07-23 15:18:57 --> Severity: Notice --> Undefined variable: fdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 15:18:57 --> Severity: Notice --> Undefined variable: tdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 15:18:57 --> Severity: Notice --> Undefined variable: fa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 15:18:57 --> Severity: Notice --> Undefined variable: aa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 15:18:57 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 15:18:57 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 15:18:57 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 15:18:57 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 15:18:57 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 15:18:57 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 15:18:57 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 15:18:57 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 15:18:57 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 15:18:57 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 15:18:57 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 15:18:57 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 15:18:57 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 15:18:57 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 15:19:16 --> Severity: Notice --> Undefined variable: creditdebit /opt/lampp/htdocs/ria/application/views/bankingfile.php 132 -ERROR - 2018-07-23 15:19:46 --> Severity: Notice --> Undefined variable: fdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 15:19:46 --> Severity: Notice --> Undefined variable: tdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 15:19:46 --> Severity: Notice --> Undefined variable: fa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 15:19:46 --> Severity: Notice --> Undefined variable: aa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 15:19:47 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 15:19:47 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 15:19:47 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 15:19:47 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 15:19:47 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 15:19:47 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 15:19:47 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 15:19:47 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 15:19:47 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 15:19:47 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 15:19:47 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 15:19:47 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 15:19:47 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 15:19:47 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 15:20:00 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankinvoice.php 2 -ERROR - 2018-07-23 15:20:00 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankinvoice.php 2 -ERROR - 2018-07-23 15:20:00 --> Severity: Notice --> Undefined variable: cash /opt/lampp/htdocs/ria/application/views/bankinvoice.php 84 -ERROR - 2018-07-23 15:20:00 --> Severity: Notice --> Undefined variable: bankid /opt/lampp/htdocs/ria/application/views/bankinvoice.php 86 -ERROR - 2018-07-23 15:20:41 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankinvoice.php 2 -ERROR - 2018-07-23 15:20:41 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankinvoice.php 2 -ERROR - 2018-07-23 15:20:41 --> Severity: Notice --> Undefined variable: cash /opt/lampp/htdocs/ria/application/views/bankinvoice.php 84 -ERROR - 2018-07-23 15:20:41 --> Severity: Notice --> Undefined variable: bankid /opt/lampp/htdocs/ria/application/views/bankinvoice.php 86 -ERROR - 2018-07-23 15:20:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus /opt/lampp/htdocs/ria/application/views/bankinvoice.php 180 -ERROR - 2018-07-23 15:20:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay /opt/lampp/htdocs/ria/application/views/bankinvoice.php 181 -ERROR - 2018-07-23 15:20:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus /opt/lampp/htdocs/ria/application/views/bankinvoice.php 180 -ERROR - 2018-07-23 15:20:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay /opt/lampp/htdocs/ria/application/views/bankinvoice.php 181 -ERROR - 2018-07-23 15:21:24 --> Severity: Notice --> Undefined variable: balancetoreceived /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1608 -ERROR - 2018-07-23 15:21:24 --> Severity: Notice --> Undefined variable: clearedblnce /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1619 -ERROR - 2018-07-23 15:21:24 --> Severity: Notice --> Undefined variable: balancetoreceived /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1619 -ERROR - 2018-07-23 15:21:25 --> Severity: Notice --> Undefined variable: fdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 15:21:25 --> Severity: Notice --> Undefined variable: tdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 15:21:25 --> Severity: Notice --> Undefined variable: fa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 15:21:25 --> Severity: Notice --> Undefined variable: aa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 15:21:26 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 15:21:26 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 15:21:26 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 15:21:26 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 15:21:26 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 15:21:26 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 15:21:26 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 15:21:26 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 15:21:26 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 15:21:26 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 15:21:26 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 15:21:26 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 15:21:26 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 15:21:26 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 15:22:28 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankinvoice.php 2 -ERROR - 2018-07-23 15:22:28 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankinvoice.php 2 -ERROR - 2018-07-23 15:22:28 --> Severity: Notice --> Undefined variable: cash /opt/lampp/htdocs/ria/application/views/bankinvoice.php 84 -ERROR - 2018-07-23 15:22:28 --> Severity: Notice --> Undefined variable: bankid /opt/lampp/htdocs/ria/application/views/bankinvoice.php 86 -ERROR - 2018-07-23 15:22:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus /opt/lampp/htdocs/ria/application/views/bankinvoice.php 180 -ERROR - 2018-07-23 15:22:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay /opt/lampp/htdocs/ria/application/views/bankinvoice.php 181 -ERROR - 2018-07-23 15:22:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus /opt/lampp/htdocs/ria/application/views/bankinvoice.php 180 -ERROR - 2018-07-23 15:22:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay /opt/lampp/htdocs/ria/application/views/bankinvoice.php 181 -ERROR - 2018-07-23 15:23:01 --> Severity: Notice --> Undefined variable: fdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 15:23:01 --> Severity: Notice --> Undefined variable: tdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 15:23:01 --> Severity: Notice --> Undefined variable: fa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 15:23:01 --> Severity: Notice --> Undefined variable: aa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 15:23:01 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 15:23:01 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 15:23:01 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 15:23:01 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 15:23:01 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 15:23:01 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 15:23:01 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 15:23:01 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 15:23:01 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 15:23:01 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 15:23:01 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 15:23:01 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 15:23:01 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 15:23:01 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 15:35:26 --> Severity: Notice --> Undefined variable: fdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 15:35:26 --> Severity: Notice --> Undefined variable: tdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 15:35:26 --> Severity: Notice --> Undefined variable: fa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 15:35:26 --> Severity: Notice --> Undefined variable: aa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 15:35:26 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 15:35:26 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 15:35:26 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 15:35:26 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 15:35:26 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 15:35:26 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 15:35:26 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 15:35:26 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 15:35:26 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 15:35:26 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 15:35:26 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 15:35:26 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 15:35:26 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 15:35:26 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 15:35:26 --> Severity: Notice --> Undefined variable: Bankname /opt/lampp/htdocs/ria/application/views/bankstatement.php 237 -ERROR - 2018-07-23 15:35:42 --> Severity: Notice --> Undefined variable: creditdebit /opt/lampp/htdocs/ria/application/views/bankingfile.php 132 -ERROR - 2018-07-23 15:36:59 --> Severity: Notice --> Undefined variable: filename /opt/lampp/htdocs/ria/application/controllers/cashbook.php 235 -ERROR - 2018-07-23 15:36:59 --> The upload path does not appear to be valid. -ERROR - 2018-07-23 15:37:28 --> Severity: Notice --> Undefined variable: fdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 15:37:28 --> Severity: Notice --> Undefined variable: tdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 15:37:28 --> Severity: Notice --> Undefined variable: fa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 15:37:28 --> Severity: Notice --> Undefined variable: aa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 15:37:28 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 15:37:28 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 15:37:28 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 15:37:28 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 15:37:28 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 15:37:28 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 15:37:28 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 15:37:28 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 15:37:28 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 15:37:28 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 15:37:28 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 15:37:28 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 15:37:28 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 15:37:28 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 15:37:43 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankinvoice.php 2 -ERROR - 2018-07-23 15:37:43 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankinvoice.php 2 -ERROR - 2018-07-23 15:37:43 --> Severity: Notice --> Undefined variable: cash /opt/lampp/htdocs/ria/application/views/bankinvoice.php 84 -ERROR - 2018-07-23 15:37:43 --> Severity: Notice --> Undefined variable: bankid /opt/lampp/htdocs/ria/application/views/bankinvoice.php 86 -ERROR - 2018-07-23 15:37:52 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankinvoice.php 2 -ERROR - 2018-07-23 15:37:52 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankinvoice.php 2 -ERROR - 2018-07-23 15:37:52 --> Severity: Notice --> Undefined variable: cash /opt/lampp/htdocs/ria/application/views/bankinvoice.php 84 -ERROR - 2018-07-23 15:37:52 --> Severity: Notice --> Undefined variable: bankid /opt/lampp/htdocs/ria/application/views/bankinvoice.php 86 -ERROR - 2018-07-23 15:37:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus /opt/lampp/htdocs/ria/application/views/bankinvoice.php 180 -ERROR - 2018-07-23 15:37:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay /opt/lampp/htdocs/ria/application/views/bankinvoice.php 181 -ERROR - 2018-07-23 15:37:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus /opt/lampp/htdocs/ria/application/views/bankinvoice.php 180 -ERROR - 2018-07-23 15:37:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay /opt/lampp/htdocs/ria/application/views/bankinvoice.php 181 -ERROR - 2018-07-23 15:38:37 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankinvoice.php 2 -ERROR - 2018-07-23 15:38:37 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankinvoice.php 2 -ERROR - 2018-07-23 15:38:37 --> Severity: Notice --> Undefined variable: cash /opt/lampp/htdocs/ria/application/views/bankinvoice.php 84 -ERROR - 2018-07-23 15:38:37 --> Severity: Notice --> Undefined variable: bankid /opt/lampp/htdocs/ria/application/views/bankinvoice.php 86 -ERROR - 2018-07-23 15:38:51 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankinvoice.php 2 -ERROR - 2018-07-23 15:38:51 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankinvoice.php 2 -ERROR - 2018-07-23 15:38:51 --> Severity: Notice --> Undefined variable: cash /opt/lampp/htdocs/ria/application/views/bankinvoice.php 84 -ERROR - 2018-07-23 15:38:51 --> Severity: Notice --> Undefined variable: bankid /opt/lampp/htdocs/ria/application/views/bankinvoice.php 86 -ERROR - 2018-07-23 15:38:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus /opt/lampp/htdocs/ria/application/views/bankinvoice.php 180 -ERROR - 2018-07-23 15:38:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay /opt/lampp/htdocs/ria/application/views/bankinvoice.php 181 -ERROR - 2018-07-23 15:38:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus /opt/lampp/htdocs/ria/application/views/bankinvoice.php 180 -ERROR - 2018-07-23 15:38:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay /opt/lampp/htdocs/ria/application/views/bankinvoice.php 181 -ERROR - 2018-07-23 15:39:38 --> Severity: Notice --> Undefined variable: fdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 15:39:38 --> Severity: Notice --> Undefined variable: tdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 15:39:38 --> Severity: Notice --> Undefined variable: fa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 15:39:38 --> Severity: Notice --> Undefined variable: aa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 15:39:39 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 15:39:39 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 15:39:39 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 15:39:39 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 15:39:39 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 15:39:39 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 15:39:39 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 15:39:39 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 15:39:39 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 15:39:39 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 15:39:39 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 15:39:39 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 15:39:39 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 15:39:39 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 15:39:53 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankinvoicesettlement.php 12 -ERROR - 2018-07-23 15:39:53 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankinvoicesettlement.php 12 -ERROR - 2018-07-23 15:39:53 --> Severity: Notice --> Undefined variable: record /opt/lampp/htdocs/ria/application/views/bankinvoicesettlement.php 183 -ERROR - 2018-07-23 15:39:53 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/bankinvoicesettlement.php 183 -ERROR - 2018-07-23 15:45:10 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankinvoicesettlement.php 7 -ERROR - 2018-07-23 15:45:10 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankinvoicesettlement.php 7 -ERROR - 2018-07-23 15:45:10 --> Severity: Notice --> Undefined variable: record /opt/lampp/htdocs/ria/application/views/bankinvoicesettlement.php 178 -ERROR - 2018-07-23 15:45:10 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/bankinvoicesettlement.php 178 -ERROR - 2018-07-23 15:45:43 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankdebit.php 2 -ERROR - 2018-07-23 15:45:43 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankdebit.php 2 -ERROR - 2018-07-23 15:45:52 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankdebit.php 2 -ERROR - 2018-07-23 15:45:52 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankdebit.php 2 -ERROR - 2018-07-23 15:45:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus /opt/lampp/htdocs/ria/application/views/bankdebit.php 177 -ERROR - 2018-07-23 15:45:52 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity /opt/lampp/htdocs/ria/application/views/bankdebit.php 179 -ERROR - 2018-07-23 15:45:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus /opt/lampp/htdocs/ria/application/views/bankdebit.php 177 -ERROR - 2018-07-23 15:45:52 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity /opt/lampp/htdocs/ria/application/views/bankdebit.php 179 -ERROR - 2018-07-23 15:45:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus /opt/lampp/htdocs/ria/application/views/bankdebit.php 177 -ERROR - 2018-07-23 15:45:52 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity /opt/lampp/htdocs/ria/application/views/bankdebit.php 179 -ERROR - 2018-07-23 15:45:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus /opt/lampp/htdocs/ria/application/views/bankdebit.php 177 -ERROR - 2018-07-23 15:45:52 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity /opt/lampp/htdocs/ria/application/views/bankdebit.php 179 -ERROR - 2018-07-23 15:46:13 --> Severity: Notice --> Undefined variable: balancetocleared /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1481 -ERROR - 2018-07-23 15:46:13 --> Severity: Notice --> Undefined variable: clearedblnce /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1490 -ERROR - 2018-07-23 15:46:13 --> Severity: Notice --> Undefined variable: balancetocleared /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1490 -ERROR - 2018-07-23 15:46:14 --> Severity: Notice --> Undefined variable: data /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1556 -ERROR - 2018-07-23 15:46:14 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 15:46:14 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 15:46:14 --> Severity: Notice --> Undefined variable: bankreport /opt/lampp/htdocs/ria/application/views/bankstatement.php 8 -ERROR - 2018-07-23 15:46:14 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 8 -ERROR - 2018-07-23 15:46:14 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 15:46:14 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 15:46:14 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 15:46:14 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 15:46:14 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 15:46:14 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 15:46:14 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 15:46:14 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 15:46:14 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 15:46:14 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 15:46:14 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 15:46:14 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 15:46:14 --> Severity: Notice --> Undefined variable: finyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 199 -ERROR - 2018-07-23 15:46:14 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 199 -ERROR - 2018-07-23 15:46:14 --> Severity: Notice --> Undefined variable: Bankname /opt/lampp/htdocs/ria/application/views/bankstatement.php 237 -ERROR - 2018-07-23 15:46:15 --> Severity: Notice --> Undefined variable: data /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1556 -ERROR - 2018-07-23 15:46:15 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 15:46:15 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 15:46:15 --> Severity: Notice --> Undefined variable: bankreport /opt/lampp/htdocs/ria/application/views/bankstatement.php 8 -ERROR - 2018-07-23 15:46:15 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 8 -ERROR - 2018-07-23 15:46:15 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 15:46:15 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 15:46:15 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 15:46:15 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 15:46:15 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 15:46:15 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 15:46:15 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 15:46:15 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 15:46:15 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 15:46:15 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 15:46:15 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 15:46:15 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 15:46:15 --> Severity: Notice --> Undefined variable: finyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 199 -ERROR - 2018-07-23 15:46:15 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 199 -ERROR - 2018-07-23 15:46:15 --> Severity: Notice --> Undefined variable: Bankname /opt/lampp/htdocs/ria/application/views/bankstatement.php 237 -ERROR - 2018-07-23 15:46:16 --> Severity: Notice --> Undefined variable: fdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 15:46:16 --> Severity: Notice --> Undefined variable: tdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 15:46:16 --> Severity: Notice --> Undefined variable: fa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 15:46:16 --> Severity: Notice --> Undefined variable: aa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 15:46:16 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 15:46:16 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 15:46:16 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 15:46:16 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 15:46:16 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 15:46:16 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 15:46:16 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 15:46:16 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 15:46:16 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 15:46:16 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 15:46:16 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 15:46:16 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 15:46:16 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 15:46:16 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 15:46:48 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 15:46:48 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 15:46:48 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 15:46:48 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 15:46:48 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 15:46:48 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 15:46:48 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 15:46:48 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 15:46:48 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 15:46:48 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 15:46:48 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 15:46:48 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 15:46:48 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 15:46:48 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 15:49:59 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 15:49:59 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 15:49:59 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 15:49:59 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 15:49:59 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 15:49:59 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 15:49:59 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 15:49:59 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 15:49:59 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 15:49:59 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 15:49:59 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 15:49:59 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 15:49:59 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 15:49:59 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 15:50:57 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankdebit.php 2 -ERROR - 2018-07-23 15:50:57 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankdebit.php 2 -ERROR - 2018-07-23 15:51:07 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankdebit.php 2 -ERROR - 2018-07-23 15:51:07 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankdebit.php 2 -ERROR - 2018-07-23 15:51:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus /opt/lampp/htdocs/ria/application/views/bankdebit.php 177 -ERROR - 2018-07-23 15:51:07 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity /opt/lampp/htdocs/ria/application/views/bankdebit.php 179 -ERROR - 2018-07-23 15:51:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus /opt/lampp/htdocs/ria/application/views/bankdebit.php 177 -ERROR - 2018-07-23 15:51:07 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity /opt/lampp/htdocs/ria/application/views/bankdebit.php 179 -ERROR - 2018-07-23 15:51:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus /opt/lampp/htdocs/ria/application/views/bankdebit.php 177 -ERROR - 2018-07-23 15:51:07 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity /opt/lampp/htdocs/ria/application/views/bankdebit.php 179 -ERROR - 2018-07-23 15:51:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus /opt/lampp/htdocs/ria/application/views/bankdebit.php 177 -ERROR - 2018-07-23 15:51:07 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity /opt/lampp/htdocs/ria/application/views/bankdebit.php 179 -ERROR - 2018-07-23 15:51:24 --> Severity: Notice --> Undefined variable: fdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 15:51:24 --> Severity: Notice --> Undefined variable: tdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 15:51:24 --> Severity: Notice --> Undefined variable: fa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 15:51:24 --> Severity: Notice --> Undefined variable: aa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 15:51:24 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 15:51:24 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 15:51:24 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 15:51:24 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 15:51:24 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 15:51:24 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 15:51:24 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 15:51:24 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 15:51:24 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 15:51:24 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 15:51:24 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 15:51:24 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 15:51:24 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 15:51:24 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 15:54:15 --> Severity: Notice --> Undefined variable: fdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 15:54:15 --> Severity: Notice --> Undefined variable: tdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 15:54:15 --> Severity: Notice --> Undefined variable: fa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 15:54:15 --> Severity: Notice --> Undefined variable: aa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 15:54:15 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 15:54:15 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 15:54:15 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 15:54:15 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 15:54:15 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 15:54:15 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 15:54:15 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 15:54:15 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 15:54:15 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 15:54:15 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 15:54:15 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 15:54:15 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 15:54:15 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 15:54:15 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 15:58:19 --> Severity: Notice --> Undefined variable: fdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 15:58:19 --> Severity: Notice --> Undefined variable: tdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 15:58:19 --> Severity: Notice --> Undefined variable: fa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 15:58:19 --> Severity: Notice --> Undefined variable: aa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 15:58:19 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 15:58:19 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 15:58:19 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 15:58:19 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 15:58:19 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 15:58:19 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 15:58:19 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 15:58:19 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 15:58:19 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 15:58:19 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 15:58:19 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 15:58:19 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 15:58:19 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 15:58:19 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 15:58:34 --> Severity: Notice --> Undefined variable: fdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 15:58:34 --> Severity: Notice --> Undefined variable: tdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 15:58:34 --> Severity: Notice --> Undefined variable: fa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 15:58:34 --> Severity: Notice --> Undefined variable: aa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 15:58:34 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 15:58:34 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 15:58:34 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 15:58:34 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 15:58:34 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 15:58:34 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 15:58:34 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 15:58:34 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 15:58:34 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 15:58:34 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 15:58:34 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 15:58:34 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 15:58:34 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 15:58:34 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 16:00:23 --> Severity: Notice --> Undefined variable: fdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:00:23 --> Severity: Notice --> Undefined variable: tdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:00:23 --> Severity: Notice --> Undefined variable: fa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:00:23 --> Severity: Notice --> Undefined variable: aa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:00:23 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 16:00:23 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 16:00:23 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 16:00:23 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 16:00:23 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 16:00:23 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 16:00:23 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 16:00:23 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 16:00:23 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 16:00:23 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 16:00:23 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 16:00:23 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 16:00:23 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 16:00:23 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 16:02:44 --> Severity: Notice --> Undefined variable: fdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:02:44 --> Severity: Notice --> Undefined variable: tdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:02:44 --> Severity: Notice --> Undefined variable: fa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:02:44 --> Severity: Notice --> Undefined variable: aa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:02:44 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 16:02:44 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 16:02:44 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 16:02:44 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 16:02:44 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 16:02:44 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 16:02:44 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 16:02:44 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 16:02:44 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 16:02:44 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 16:02:44 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 16:02:44 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 16:02:44 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 16:02:44 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 16:02:58 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankdebit.php 2 -ERROR - 2018-07-23 16:02:58 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankdebit.php 2 -ERROR - 2018-07-23 16:03:08 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankdebit.php 2 -ERROR - 2018-07-23 16:03:08 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankdebit.php 2 -ERROR - 2018-07-23 16:03:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus /opt/lampp/htdocs/ria/application/views/bankdebit.php 177 -ERROR - 2018-07-23 16:03:08 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity /opt/lampp/htdocs/ria/application/views/bankdebit.php 179 -ERROR - 2018-07-23 16:03:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus /opt/lampp/htdocs/ria/application/views/bankdebit.php 177 -ERROR - 2018-07-23 16:03:08 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity /opt/lampp/htdocs/ria/application/views/bankdebit.php 179 -ERROR - 2018-07-23 16:03:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus /opt/lampp/htdocs/ria/application/views/bankdebit.php 177 -ERROR - 2018-07-23 16:03:08 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity /opt/lampp/htdocs/ria/application/views/bankdebit.php 179 -ERROR - 2018-07-23 16:03:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus /opt/lampp/htdocs/ria/application/views/bankdebit.php 177 -ERROR - 2018-07-23 16:03:08 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity /opt/lampp/htdocs/ria/application/views/bankdebit.php 179 -ERROR - 2018-07-23 16:03:24 --> Severity: Notice --> Undefined variable: fdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:03:24 --> Severity: Notice --> Undefined variable: tdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:03:24 --> Severity: Notice --> Undefined variable: fa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:03:24 --> Severity: Notice --> Undefined variable: aa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:03:24 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 16:03:24 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 16:03:24 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 16:03:24 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 16:03:24 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 16:03:24 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 16:03:24 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 16:03:24 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 16:03:24 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 16:03:24 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 16:03:24 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 16:03:24 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 16:03:24 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 16:03:24 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 16:03:50 --> Severity: Notice --> Undefined variable: fdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:03:50 --> Severity: Notice --> Undefined variable: tdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:03:50 --> Severity: Notice --> Undefined variable: fa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:03:50 --> Severity: Notice --> Undefined variable: aa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:03:50 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 16:03:50 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 16:03:50 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 16:03:50 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 16:03:50 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 16:03:50 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 16:03:50 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 16:03:50 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 16:03:50 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 16:03:50 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 16:03:50 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 16:03:50 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 16:03:50 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 16:03:50 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 16:03:53 --> Severity: Notice --> Undefined variable: fdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:03:53 --> Severity: Notice --> Undefined variable: tdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:03:53 --> Severity: Notice --> Undefined variable: fa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:03:53 --> Severity: Notice --> Undefined variable: aa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:03:53 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 16:03:53 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 16:03:53 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 16:03:53 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 16:03:53 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 16:03:53 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 16:03:53 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 16:03:53 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 16:03:53 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 16:03:53 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 16:03:53 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 16:03:53 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 16:03:53 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 16:03:53 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 16:03:55 --> Severity: Notice --> Undefined variable: fdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:03:55 --> Severity: Notice --> Undefined variable: tdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:03:55 --> Severity: Notice --> Undefined variable: fa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:03:55 --> Severity: Notice --> Undefined variable: aa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:03:56 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 16:03:56 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 16:03:56 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 16:03:56 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 16:03:56 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 16:03:56 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 16:03:56 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 16:03:56 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 16:03:56 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 16:03:56 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 16:03:56 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 16:03:56 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 16:03:56 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 16:03:56 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 16:09:40 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankdebit.php 2 -ERROR - 2018-07-23 16:09:40 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankdebit.php 2 -ERROR - 2018-07-23 16:09:54 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankdebit.php 2 -ERROR - 2018-07-23 16:09:54 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankdebit.php 2 -ERROR - 2018-07-23 16:09:59 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankinvoice.php 2 -ERROR - 2018-07-23 16:09:59 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankinvoice.php 2 -ERROR - 2018-07-23 16:09:59 --> Severity: Notice --> Undefined variable: cash /opt/lampp/htdocs/ria/application/views/bankinvoice.php 84 -ERROR - 2018-07-23 16:09:59 --> Severity: Notice --> Undefined variable: bankid /opt/lampp/htdocs/ria/application/views/bankinvoice.php 86 -ERROR - 2018-07-23 16:10:18 --> Severity: Notice --> Undefined variable: fdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:10:18 --> Severity: Notice --> Undefined variable: tdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:10:18 --> Severity: Notice --> Undefined variable: fa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:10:18 --> Severity: Notice --> Undefined variable: aa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:10:18 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 16:10:18 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 16:10:18 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 16:10:18 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 16:10:18 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 16:10:18 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 16:10:18 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 16:10:18 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 16:10:18 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 16:10:18 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 16:10:18 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 16:10:18 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 16:10:18 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 16:10:18 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 16:10:23 --> Severity: Notice --> Undefined variable: fdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:10:23 --> Severity: Notice --> Undefined variable: tdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:10:23 --> Severity: Notice --> Undefined variable: fa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:10:23 --> Severity: Notice --> Undefined variable: aa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:10:24 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 16:10:24 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 16:10:24 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 16:10:24 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 16:10:24 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 16:10:24 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 16:10:24 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 16:10:24 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 16:10:24 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 16:10:24 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 16:10:24 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 16:10:24 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 16:10:24 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 16:10:24 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 16:10:32 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankinvoice.php 2 -ERROR - 2018-07-23 16:10:32 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankinvoice.php 2 -ERROR - 2018-07-23 16:10:32 --> Severity: Notice --> Undefined variable: cash /opt/lampp/htdocs/ria/application/views/bankinvoice.php 84 -ERROR - 2018-07-23 16:10:32 --> Severity: Notice --> Undefined variable: bankid /opt/lampp/htdocs/ria/application/views/bankinvoice.php 86 -ERROR - 2018-07-23 16:11:59 --> Severity: Notice --> Undefined variable: fdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:11:59 --> Severity: Notice --> Undefined variable: tdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:11:59 --> Severity: Notice --> Undefined variable: fa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:11:59 --> Severity: Notice --> Undefined variable: aa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:11:59 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 16:11:59 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 16:11:59 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 16:11:59 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 16:11:59 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 16:11:59 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 16:11:59 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 16:11:59 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 16:11:59 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 16:11:59 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 16:11:59 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 16:11:59 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 16:11:59 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 16:11:59 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 16:12:07 --> Severity: Notice --> Undefined variable: fdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:12:07 --> Severity: Notice --> Undefined variable: tdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:12:07 --> Severity: Notice --> Undefined variable: fa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:12:07 --> Severity: Notice --> Undefined variable: aa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:12:08 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 16:12:08 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 16:12:08 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 16:12:08 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 16:12:08 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 16:12:08 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 16:12:08 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 16:12:08 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 16:12:08 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 16:12:08 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 16:12:08 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 16:12:08 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 16:12:08 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 16:12:08 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 16:13:27 --> Severity: Notice --> Undefined variable: fdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:13:27 --> Severity: Notice --> Undefined variable: tdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:13:27 --> Severity: Notice --> Undefined variable: fa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:13:27 --> Severity: Notice --> Undefined variable: aa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:13:27 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 16:13:27 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 16:13:27 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 16:13:27 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 16:13:27 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 16:13:27 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 16:13:27 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 16:13:27 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 16:13:27 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 16:13:27 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 16:13:27 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 16:13:27 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 16:13:27 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 16:13:27 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 16:13:32 --> Severity: Notice --> Undefined variable: fdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:13:32 --> Severity: Notice --> Undefined variable: tdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:13:32 --> Severity: Notice --> Undefined variable: fa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:13:32 --> Severity: Notice --> Undefined variable: aa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:13:32 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 16:13:32 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 16:13:32 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 16:13:32 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 16:13:32 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 16:13:32 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 16:13:32 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 16:13:32 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 16:13:32 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 16:13:32 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 16:13:32 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 16:13:32 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 16:13:32 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 16:13:32 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 16:18:30 --> Severity: Notice --> Undefined variable: fdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:18:30 --> Severity: Notice --> Undefined variable: tdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:18:30 --> Severity: Notice --> Undefined variable: fa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:18:30 --> Severity: Notice --> Undefined variable: aa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:18:30 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 16:18:30 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 16:18:30 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 16:18:30 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 16:18:30 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 16:18:30 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 16:18:30 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 16:18:30 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 16:18:30 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 16:18:30 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 16:18:30 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 16:18:30 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 16:18:30 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 16:18:30 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 16:19:02 --> Severity: Notice --> Undefined variable: fdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:19:02 --> Severity: Notice --> Undefined variable: tdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:19:02 --> Severity: Notice --> Undefined variable: fa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:19:02 --> Severity: Notice --> Undefined variable: aa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:19:03 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 16:19:03 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 16:19:03 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 16:19:03 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 16:19:03 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 16:19:03 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 16:19:03 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 16:19:03 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 16:19:03 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 16:19:03 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 16:19:03 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 16:19:03 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 16:19:03 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 16:19:03 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 16:19:04 --> Severity: Notice --> Undefined variable: fdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:19:04 --> Severity: Notice --> Undefined variable: tdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:19:04 --> Severity: Notice --> Undefined variable: fa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:19:04 --> Severity: Notice --> Undefined variable: aa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:19:04 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 16:19:04 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 16:19:04 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 16:19:04 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 16:19:04 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 16:19:04 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 16:19:04 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 16:19:04 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 16:19:04 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 16:19:04 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 16:19:04 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 16:19:04 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 16:19:04 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 16:19:04 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 16:20:24 --> Severity: Notice --> Undefined variable: fdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:20:24 --> Severity: Notice --> Undefined variable: tdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:20:24 --> Severity: Notice --> Undefined variable: fa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:20:24 --> Severity: Notice --> Undefined variable: aa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:20:24 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 16:20:24 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 16:20:24 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 16:20:24 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 16:20:24 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 16:20:24 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 16:20:24 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 16:20:24 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 16:20:24 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 16:20:24 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 16:20:24 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 16:20:24 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 16:20:24 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 16:20:24 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 16:21:01 --> Severity: Notice --> Undefined variable: fdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:21:01 --> Severity: Notice --> Undefined variable: tdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:21:01 --> Severity: Notice --> Undefined variable: fa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:21:01 --> Severity: Notice --> Undefined variable: aa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:21:01 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 16:21:01 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 16:21:01 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 16:21:01 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 16:21:01 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 16:21:01 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 16:21:01 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 16:21:01 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 16:21:01 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 16:21:01 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 16:21:01 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 16:21:01 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 16:21:01 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 16:21:01 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 16:21:39 --> Severity: Notice --> Undefined variable: fdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:21:39 --> Severity: Notice --> Undefined variable: tdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:21:39 --> Severity: Notice --> Undefined variable: fa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:21:39 --> Severity: Notice --> Undefined variable: aa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:21:39 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 16:21:39 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 16:21:39 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 16:21:39 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 16:21:39 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 16:21:39 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 16:21:39 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 16:21:39 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 16:21:39 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 16:21:39 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 16:21:39 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 16:21:39 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 16:21:39 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 16:21:39 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 16:24:20 --> Severity: Notice --> Undefined variable: fdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:24:20 --> Severity: Notice --> Undefined variable: tdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:24:20 --> Severity: Notice --> Undefined variable: fa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:24:20 --> Severity: Notice --> Undefined variable: aa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:24:20 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 16:24:20 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 16:24:20 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 16:24:20 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 16:24:20 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 16:24:20 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 16:24:20 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 16:24:20 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 16:24:20 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 16:24:20 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 16:24:20 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 16:24:20 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 16:24:20 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 16:24:20 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 16:25:09 --> Severity: Notice --> Undefined variable: fdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:25:09 --> Severity: Notice --> Undefined variable: tdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:25:09 --> Severity: Notice --> Undefined variable: fa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:25:09 --> Severity: Notice --> Undefined variable: aa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:25:09 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 16:25:09 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 16:25:09 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 16:25:09 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 16:25:09 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 16:25:09 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 16:25:09 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 16:25:09 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 16:25:09 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 16:25:09 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 16:25:09 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 16:25:09 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 16:25:09 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 16:25:09 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 16:25:59 --> Severity: Notice --> Undefined variable: fdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:25:59 --> Severity: Notice --> Undefined variable: tdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:25:59 --> Severity: Notice --> Undefined variable: fa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:25:59 --> Severity: Notice --> Undefined variable: aa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:25:59 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 16:25:59 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 16:25:59 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 16:25:59 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 16:25:59 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 16:25:59 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 16:25:59 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 16:25:59 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 16:25:59 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 16:25:59 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 16:25:59 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 16:25:59 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 16:25:59 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 16:25:59 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 16:26:45 --> Severity: Notice --> Undefined variable: fdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:26:45 --> Severity: Notice --> Undefined variable: tdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:26:45 --> Severity: Notice --> Undefined variable: fa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:26:45 --> Severity: Notice --> Undefined variable: aa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:26:45 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 16:26:45 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 16:26:45 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 16:26:45 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 16:26:45 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 16:26:45 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 16:26:45 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 16:26:45 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 16:26:45 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 16:26:45 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 16:26:45 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 16:26:45 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 16:26:45 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 16:26:45 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 16:29:19 --> Severity: Notice --> Undefined variable: fdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:29:19 --> Severity: Notice --> Undefined variable: tdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:29:19 --> Severity: Notice --> Undefined variable: fa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:29:19 --> Severity: Notice --> Undefined variable: aa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:29:20 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 16:29:20 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 16:29:20 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 16:29:20 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 16:29:20 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 16:29:20 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 16:29:20 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 16:29:20 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 16:29:20 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 16:29:20 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 16:29:20 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 16:29:20 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 16:29:20 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 16:29:20 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 16:30:24 --> Severity: Notice --> Undefined variable: fdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:30:24 --> Severity: Notice --> Undefined variable: tdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:30:24 --> Severity: Notice --> Undefined variable: fa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:30:24 --> Severity: Notice --> Undefined variable: aa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:30:24 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 16:30:24 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 16:30:24 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 16:30:24 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 16:30:24 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 16:30:24 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 16:30:24 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 16:30:24 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 16:30:24 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 16:30:24 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 16:30:24 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 16:30:24 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 16:30:24 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 16:30:24 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 16:31:15 --> Severity: Notice --> Undefined variable: fdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:31:15 --> Severity: Notice --> Undefined variable: tdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:31:15 --> Severity: Notice --> Undefined variable: fa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:31:15 --> Severity: Notice --> Undefined variable: aa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:31:15 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 16:31:15 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 16:31:15 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 16:31:15 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 16:31:15 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 16:31:15 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 16:31:15 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 16:31:15 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 16:31:15 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 16:31:15 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 16:31:15 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 16:31:15 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 16:31:15 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 16:31:15 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 16:33:44 --> Severity: Notice --> Undefined variable: fdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:33:44 --> Severity: Notice --> Undefined variable: tdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:33:44 --> Severity: Notice --> Undefined variable: fa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:33:44 --> Severity: Notice --> Undefined variable: aa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:33:44 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 16:33:44 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 16:33:44 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 16:33:44 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 16:33:44 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 16:33:44 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 16:33:44 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 16:33:44 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 16:33:44 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 16:33:44 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 16:33:44 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 16:33:44 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 16:33:44 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 16:33:44 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 16:34:17 --> Severity: Notice --> Undefined variable: fdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:34:17 --> Severity: Notice --> Undefined variable: tdate /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:34:17 --> Severity: Notice --> Undefined variable: fa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:34:17 --> Severity: Notice --> Undefined variable: aa /opt/lampp/htdocs/ria/application/controllers/cashbook.php 1309 -ERROR - 2018-07-23 16:34:17 --> Severity: Notice --> Undefined variable: financialyear /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 16:34:17 --> Severity: Warning --> Invalid argument supplied for foreach() /opt/lampp/htdocs/ria/application/views/bankstatement.php 2 -ERROR - 2018-07-23 16:34:17 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 16:34:17 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 87 -ERROR - 2018-07-23 16:34:17 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 16:34:17 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 88 -ERROR - 2018-07-23 16:34:17 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 16:34:17 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 89 -ERROR - 2018-07-23 16:34:17 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 16:34:17 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 139 -ERROR - 2018-07-23 16:34:17 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 16:34:17 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 140 -ERROR - 2018-07-23 16:34:17 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 16:34:17 --> Severity: Notice --> Undefined variable: i /opt/lampp/htdocs/ria/application/views/bankstatement.php 141 -ERROR - 2018-07-23 16:39:58 --> Severity: Notice --> Undefined variable: cb /opt/lampp/htdocs/ria/application/views/bankcashnew.php 370 -ERROR - 2018-07-23 16:39:59 --> Severity: Notice --> Trying to get property of non-object /opt/lampp/htdocs/ria/application/views/bankcashnew.php 370 diff --git a/application/logs/log-2018-11-27.php b/application/logs/log-2018-11-27.php deleted file mode 100644 index 0c95449d..00000000 --- a/application/logs/log-2018-11-27.php +++ /dev/null @@ -1,1374 +0,0 @@ - - -ERROR - 2018-11-27 10:59:23 --> Severity: Notice --> Undefined variable: PayableAT C:\xampp\htdocs\ria\application\views\companyview.php 579 -ERROR - 2018-11-27 11:35:37 --> Severity: Notice --> Undefined variable: PayableAT C:\xampp\htdocs\ria\application\views\companyview.php 579 -ERROR - 2018-11-27 11:36:30 --> Severity: Notice --> Undefined variable: PayableAT C:\xampp\htdocs\ria\application\views\companyview.php 579 -ERROR - 2018-11-27 11:40:03 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given C:\xampp\htdocs\ria\system\database\drivers\mysqli\mysqli_result.php 38 -ERROR - 2018-11-27 11:40:14 --> Severity: Notice --> Undefined property: stdClass::$FirstName C:\xampp\htdocs\ria\application\views\editRevenuepurchaseorder.php 122 -ERROR - 2018-11-27 11:40:14 --> Severity: Notice --> Undefined variable: update C:\xampp\htdocs\ria\application\views\editRevenuepurchaseorder.php 238 -ERROR - 2018-11-27 11:40:14 --> Severity: Notice --> Undefined property: stdClass::$BillNo C:\xampp\htdocs\ria\application\views\editRevenuepurchaseorder.php 4059 -ERROR - 2018-11-27 11:40:14 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\ria\application\views\editRevenuepurchaseorder.php 4060 -ERROR - 2018-11-27 11:40:14 --> Severity: Notice --> Undefined property: stdClass::$BillNo C:\xampp\htdocs\ria\application\views\editRevenuepurchaseorder.php 4231 -ERROR - 2018-11-27 11:40:33 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; grad has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\grad.php 3 -ERROR - 2018-11-27 11:40:33 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; mpdfform has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\mpdfform.php 3 -ERROR - 2018-11-27 11:40:34 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; cssmgr has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\cssmgr.php 3 -ERROR - 2018-11-27 11:40:34 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; otl has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\otl.php 12 -ERROR - 2018-11-27 11:40:35 --> Severity: Notice --> Undefined offset: 0 C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 168 -ERROR - 2018-11-27 11:40:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 168 -ERROR - 2018-11-27 11:40:35 --> Severity: Notice --> Undefined property: stdClass::$DiscountType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 343 -ERROR - 2018-11-27 11:40:35 --> Severity: Notice --> Undefined property: stdClass::$DiscountType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 343 -ERROR - 2018-11-27 11:40:35 --> Severity: Notice --> Undefined property: stdClass::$DiscountType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 343 -ERROR - 2018-11-27 11:40:36 --> Severity: Notice --> Undefined property: stdClass::$PackagingType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 344 -ERROR - 2018-11-27 11:40:36 --> Severity: Notice --> Undefined property: stdClass::$PackagingType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 344 -ERROR - 2018-11-27 11:40:36 --> Severity: Notice --> Undefined property: stdClass::$PackagingType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 344 -ERROR - 2018-11-27 11:40:36 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 11:40:36 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 11:40:36 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 11:40:36 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 11:40:36 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 11:40:41 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:40:41 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:40:41 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:40:41 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:40:41 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:40:41 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:40:41 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:40:41 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:40:41 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:40:41 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:40:41 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:40:41 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:40:41 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:40:41 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:40:41 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:40:41 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:40:41 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:40:41 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:40:41 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:40:41 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:40:41 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:40:41 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:40:42 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:40:42 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:40:42 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:40:42 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:40:42 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:40:42 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:40:42 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:40:42 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:40:42 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:40:42 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:40:42 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:40:42 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:40:42 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:40:42 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:40:42 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:40:42 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:40:43 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; TTFontFile has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\ttfontsuni.php 51 -ERROR - 2018-11-27 11:41:55 --> Severity: Notice --> Undefined variable: PayableAT C:\xampp\htdocs\ria\application\views\companyview.php 579 -ERROR - 2018-11-27 11:47:34 --> Severity: Notice --> Undefined variable: PayableAT C:\xampp\htdocs\ria\application\views\companyview.php 579 -ERROR - 2018-11-27 11:47:46 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; grad has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\grad.php 3 -ERROR - 2018-11-27 11:47:46 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; mpdfform has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\mpdfform.php 3 -ERROR - 2018-11-27 11:47:46 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; cssmgr has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\cssmgr.php 3 -ERROR - 2018-11-27 11:47:46 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; otl has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\otl.php 12 -ERROR - 2018-11-27 11:47:46 --> Severity: Notice --> Undefined offset: 0 C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 168 -ERROR - 2018-11-27 11:47:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 168 -ERROR - 2018-11-27 11:47:46 --> Severity: Notice --> Undefined property: stdClass::$DiscountType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 343 -ERROR - 2018-11-27 11:47:46 --> Severity: Notice --> Undefined property: stdClass::$DiscountType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 343 -ERROR - 2018-11-27 11:47:46 --> Severity: Notice --> Undefined property: stdClass::$DiscountType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 343 -ERROR - 2018-11-27 11:47:46 --> Severity: Notice --> Undefined property: stdClass::$PackagingType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 344 -ERROR - 2018-11-27 11:47:46 --> Severity: Notice --> Undefined property: stdClass::$PackagingType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 344 -ERROR - 2018-11-27 11:47:46 --> Severity: Notice --> Undefined property: stdClass::$PackagingType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 344 -ERROR - 2018-11-27 11:47:46 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 11:47:46 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 11:47:47 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 11:47:47 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 11:47:47 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 11:47:49 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:47:49 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:47:49 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:47:49 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:47:49 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:47:49 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:47:49 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:47:49 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:47:49 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:47:49 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:47:49 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:47:49 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:47:49 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:47:49 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:47:49 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:47:49 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:47:50 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:47:50 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:47:50 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:47:50 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:47:50 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:47:50 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:47:50 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:47:50 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:47:50 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:47:50 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:47:50 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:47:50 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:47:50 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:47:50 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:47:50 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:47:50 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:47:50 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:47:50 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:47:50 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:47:50 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:47:50 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:47:50 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:47:50 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; TTFontFile has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\ttfontsuni.php 51 -ERROR - 2018-11-27 11:49:12 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given C:\xampp\htdocs\ria\system\database\drivers\mysqli\mysqli_result.php 38 -ERROR - 2018-11-27 11:49:19 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; grad has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\grad.php 3 -ERROR - 2018-11-27 11:49:19 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; mpdfform has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\mpdfform.php 3 -ERROR - 2018-11-27 11:49:19 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; cssmgr has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\cssmgr.php 3 -ERROR - 2018-11-27 11:49:19 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; otl has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\otl.php 12 -ERROR - 2018-11-27 11:49:19 --> Severity: Notice --> Undefined offset: 0 C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 168 -ERROR - 2018-11-27 11:49:19 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 168 -ERROR - 2018-11-27 11:49:19 --> Severity: Notice --> Undefined property: stdClass::$DiscountType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 343 -ERROR - 2018-11-27 11:49:19 --> Severity: Notice --> Undefined property: stdClass::$DiscountType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 343 -ERROR - 2018-11-27 11:49:19 --> Severity: Notice --> Undefined property: stdClass::$DiscountType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 343 -ERROR - 2018-11-27 11:49:19 --> Severity: Notice --> Undefined property: stdClass::$PackagingType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 344 -ERROR - 2018-11-27 11:49:19 --> Severity: Notice --> Undefined property: stdClass::$PackagingType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 344 -ERROR - 2018-11-27 11:49:19 --> Severity: Notice --> Undefined property: stdClass::$PackagingType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 344 -ERROR - 2018-11-27 11:49:19 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 11:49:19 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 11:49:19 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 11:49:19 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 11:49:19 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 11:49:22 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:49:22 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:49:22 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:49:22 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:49:22 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:49:22 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:49:22 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:49:23 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:49:23 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:49:23 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:49:23 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:49:23 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:49:23 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:49:23 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:49:23 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:49:23 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:49:23 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:49:23 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:49:23 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:49:23 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:49:23 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:49:23 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:49:23 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:49:23 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:49:23 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:49:23 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:49:23 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:49:23 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:49:23 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:49:23 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:49:23 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:49:23 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:49:23 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:49:23 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:49:23 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:49:23 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:49:23 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:49:23 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 11:49:24 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; TTFontFile has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\ttfontsuni.php 51 -ERROR - 2018-11-27 11:56:32 --> Severity: Notice --> Undefined variable: PayableAT C:\xampp\htdocs\ria\application\views\companyview.php 579 -ERROR - 2018-11-27 12:10:57 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given C:\xampp\htdocs\ria\system\database\drivers\mysqli\mysqli_result.php 38 -ERROR - 2018-11-27 12:11:04 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; grad has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\grad.php 3 -ERROR - 2018-11-27 12:11:04 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; mpdfform has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\mpdfform.php 3 -ERROR - 2018-11-27 12:11:04 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; cssmgr has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\cssmgr.php 3 -ERROR - 2018-11-27 12:11:05 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; otl has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\otl.php 12 -ERROR - 2018-11-27 12:11:05 --> Severity: Notice --> Undefined offset: 0 C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 168 -ERROR - 2018-11-27 12:11:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 168 -ERROR - 2018-11-27 12:11:05 --> Severity: Notice --> Undefined property: stdClass::$DiscountType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 343 -ERROR - 2018-11-27 12:11:05 --> Severity: Notice --> Undefined property: stdClass::$DiscountType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 343 -ERROR - 2018-11-27 12:11:05 --> Severity: Notice --> Undefined property: stdClass::$DiscountType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 343 -ERROR - 2018-11-27 12:11:05 --> Severity: Notice --> Undefined property: stdClass::$PackagingType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 344 -ERROR - 2018-11-27 12:11:05 --> Severity: Notice --> Undefined property: stdClass::$PackagingType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 344 -ERROR - 2018-11-27 12:11:05 --> Severity: Notice --> Undefined property: stdClass::$PackagingType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 344 -ERROR - 2018-11-27 12:11:05 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 12:11:05 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 12:11:05 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 12:11:05 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 12:11:05 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 12:11:08 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 12:11:08 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 12:11:08 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 12:11:08 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 12:11:08 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 12:11:08 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 12:11:08 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 12:11:08 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 12:11:08 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 12:11:08 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 12:11:08 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 12:11:08 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 12:11:08 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 12:11:08 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 12:11:08 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 12:11:08 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 12:11:08 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 12:11:08 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 12:11:08 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 12:11:08 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 12:11:08 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 12:11:08 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 12:11:08 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 12:11:08 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 12:11:08 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 12:11:08 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 12:11:08 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 12:11:08 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 12:11:08 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 12:11:09 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 12:11:09 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 12:11:09 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 12:11:09 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 12:11:09 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 12:11:09 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 12:11:09 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 12:11:09 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 12:11:09 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 12:11:09 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; TTFontFile has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\ttfontsuni.php 51 -ERROR - 2018-11-27 12:12:46 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; grad has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\grad.php 3 -ERROR - 2018-11-27 12:12:46 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; mpdfform has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\mpdfform.php 3 -ERROR - 2018-11-27 12:12:46 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; cssmgr has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\cssmgr.php 3 -ERROR - 2018-11-27 12:12:46 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; otl has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\otl.php 12 -ERROR - 2018-11-27 12:12:46 --> Severity: Notice --> Undefined offset: 0 C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 168 -ERROR - 2018-11-27 12:12:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 168 -ERROR - 2018-11-27 12:12:46 --> Severity: Notice --> Undefined property: stdClass::$DiscountType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 343 -ERROR - 2018-11-27 12:12:46 --> Severity: Notice --> Undefined property: stdClass::$DiscountType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 343 -ERROR - 2018-11-27 12:12:46 --> Severity: Notice --> Undefined property: stdClass::$DiscountType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 343 -ERROR - 2018-11-27 12:12:46 --> Severity: Notice --> Undefined property: stdClass::$PackagingType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 344 -ERROR - 2018-11-27 12:12:46 --> Severity: Notice --> Undefined property: stdClass::$PackagingType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 344 -ERROR - 2018-11-27 12:12:46 --> Severity: Notice --> Undefined property: stdClass::$PackagingType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 344 -ERROR - 2018-11-27 12:12:46 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 12:12:47 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 12:12:47 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 12:12:47 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 12:12:47 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 12:12:47 --> Severity: Notice --> Undefined property: stdClass::$DiscountType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 343 -ERROR - 2018-11-27 12:12:47 --> Severity: Notice --> Undefined property: stdClass::$DiscountType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 343 -ERROR - 2018-11-27 12:12:47 --> Severity: Notice --> Undefined property: stdClass::$DiscountType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 343 -ERROR - 2018-11-27 12:12:47 --> Severity: Notice --> Undefined property: stdClass::$PackagingType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 344 -ERROR - 2018-11-27 12:12:47 --> Severity: Notice --> Undefined property: stdClass::$PackagingType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 344 -ERROR - 2018-11-27 12:12:47 --> Severity: Notice --> Undefined property: stdClass::$PackagingType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 344 -ERROR - 2018-11-27 12:12:47 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 12:12:47 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 12:12:47 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 12:12:47 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 12:12:47 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 12:12:50 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 12:12:50 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 12:12:50 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 12:12:50 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 12:12:50 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 12:12:50 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 12:12:50 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 12:12:50 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 12:12:50 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 12:12:50 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 12:12:50 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 12:12:50 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 12:12:50 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 12:12:50 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 12:12:50 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 12:12:50 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 12:12:50 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 12:12:50 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 12:12:50 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 12:12:50 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 12:12:50 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 12:12:50 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 12:12:51 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 12:12:51 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 12:12:51 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 12:12:51 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 12:12:51 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 12:12:51 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 12:12:51 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 12:12:51 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 12:12:51 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 12:12:51 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 12:12:51 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 12:12:51 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 12:12:51 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 12:12:51 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 12:12:51 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 12:12:51 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 12:12:51 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; TTFontFile has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\ttfontsuni.php 51 -ERROR - 2018-11-27 12:36:05 --> Severity: Notice --> Undefined variable: PayableAT C:\xampp\htdocs\ria\application\views\companyview.php 579 -ERROR - 2018-11-27 12:36:20 --> Severity: Notice --> Undefined variable: PayableAT C:\xampp\htdocs\ria\application\views\companyview.php 579 -ERROR - 2018-11-27 13:07:36 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given C:\xampp\htdocs\ria\system\database\drivers\mysqli\mysqli_result.php 38 -ERROR - 2018-11-27 13:07:43 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; grad has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\grad.php 3 -ERROR - 2018-11-27 13:07:44 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; mpdfform has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\mpdfform.php 3 -ERROR - 2018-11-27 13:07:44 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; cssmgr has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\cssmgr.php 3 -ERROR - 2018-11-27 13:07:45 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; otl has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\otl.php 12 -ERROR - 2018-11-27 13:07:45 --> Severity: Notice --> Undefined offset: 0 C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 168 -ERROR - 2018-11-27 13:07:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 168 -ERROR - 2018-11-27 13:07:45 --> Severity: Notice --> Undefined variable: cur_date C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 179 -ERROR - 2018-11-27 13:07:46 --> Severity: Notice --> Undefined property: stdClass::$DiscountType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 343 -ERROR - 2018-11-27 13:07:46 --> Severity: Notice --> Undefined property: stdClass::$DiscountType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 343 -ERROR - 2018-11-27 13:07:46 --> Severity: Notice --> Undefined property: stdClass::$DiscountType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 343 -ERROR - 2018-11-27 13:07:46 --> Severity: Notice --> Undefined property: stdClass::$PackagingType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 344 -ERROR - 2018-11-27 13:07:46 --> Severity: Notice --> Undefined property: stdClass::$PackagingType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 344 -ERROR - 2018-11-27 13:07:46 --> Severity: Notice --> Undefined property: stdClass::$PackagingType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 344 -ERROR - 2018-11-27 13:07:47 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 13:07:47 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 13:07:47 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 13:07:47 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 13:07:47 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 13:07:51 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:07:51 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:07:51 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:07:51 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:07:51 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:07:51 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:07:51 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:07:51 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:07:51 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:07:51 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:07:51 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:07:51 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:07:51 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:07:51 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:07:51 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:07:51 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:07:51 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:07:52 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:07:52 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:07:52 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:07:52 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:07:52 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:07:52 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:07:52 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:07:52 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:07:52 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:07:52 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:07:52 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:07:52 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:07:52 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:07:52 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:07:52 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:07:52 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:07:52 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:07:52 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:07:52 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:07:52 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:07:52 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:07:53 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; TTFontFile has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\ttfontsuni.php 51 -ERROR - 2018-11-27 13:08:03 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; grad has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\grad.php 3 -ERROR - 2018-11-27 13:08:03 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; mpdfform has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\mpdfform.php 3 -ERROR - 2018-11-27 13:08:03 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; cssmgr has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\cssmgr.php 3 -ERROR - 2018-11-27 13:08:03 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; otl has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\otl.php 12 -ERROR - 2018-11-27 13:08:03 --> Severity: Notice --> Undefined offset: 0 C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 168 -ERROR - 2018-11-27 13:08:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 168 -ERROR - 2018-11-27 13:08:03 --> Severity: Notice --> Undefined variable: cur_date C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 179 -ERROR - 2018-11-27 13:08:03 --> Severity: Notice --> Undefined property: stdClass::$DiscountType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 343 -ERROR - 2018-11-27 13:08:03 --> Severity: Notice --> Undefined property: stdClass::$DiscountType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 343 -ERROR - 2018-11-27 13:08:03 --> Severity: Notice --> Undefined property: stdClass::$DiscountType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 343 -ERROR - 2018-11-27 13:08:03 --> Severity: Notice --> Undefined property: stdClass::$PackagingType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 344 -ERROR - 2018-11-27 13:08:03 --> Severity: Notice --> Undefined property: stdClass::$PackagingType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 344 -ERROR - 2018-11-27 13:08:03 --> Severity: Notice --> Undefined property: stdClass::$PackagingType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 344 -ERROR - 2018-11-27 13:08:04 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 13:08:04 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 13:08:04 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 13:08:04 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 13:08:04 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 13:08:06 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:08:06 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:08:06 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:08:06 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:08:06 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:08:06 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:08:06 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:08:06 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:08:06 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:08:06 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:08:06 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:08:06 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:08:06 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:08:06 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:08:06 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:08:06 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:08:06 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:08:06 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:08:06 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:08:06 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:08:06 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:08:06 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:08:06 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:08:06 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:08:06 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:08:06 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:08:06 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:08:07 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:08:07 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:08:07 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:08:07 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:08:07 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:08:07 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:08:07 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:08:07 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:08:07 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:08:07 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:08:07 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:08:07 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; TTFontFile has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\ttfontsuni.php 51 -ERROR - 2018-11-27 13:08:53 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; grad has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\grad.php 3 -ERROR - 2018-11-27 13:08:54 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; mpdfform has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\mpdfform.php 3 -ERROR - 2018-11-27 13:08:54 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; cssmgr has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\cssmgr.php 3 -ERROR - 2018-11-27 13:08:54 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; otl has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\otl.php 12 -ERROR - 2018-11-27 13:08:54 --> Severity: Notice --> Undefined offset: 0 C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 168 -ERROR - 2018-11-27 13:08:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 168 -ERROR - 2018-11-27 13:08:54 --> Severity: Notice --> Undefined variable: cur_date C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 179 -ERROR - 2018-11-27 13:08:54 --> Severity: Notice --> Undefined property: stdClass::$DiscountType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 343 -ERROR - 2018-11-27 13:08:54 --> Severity: Notice --> Undefined property: stdClass::$DiscountType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 343 -ERROR - 2018-11-27 13:08:54 --> Severity: Notice --> Undefined property: stdClass::$DiscountType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 343 -ERROR - 2018-11-27 13:08:54 --> Severity: Notice --> Undefined property: stdClass::$PackagingType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 344 -ERROR - 2018-11-27 13:08:54 --> Severity: Notice --> Undefined property: stdClass::$PackagingType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 344 -ERROR - 2018-11-27 13:08:54 --> Severity: Notice --> Undefined property: stdClass::$PackagingType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 344 -ERROR - 2018-11-27 13:08:54 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 13:08:54 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 13:08:54 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 13:08:54 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 13:08:54 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 13:08:57 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:08:57 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:08:57 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:08:57 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:08:57 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:08:57 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:08:57 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:08:57 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:08:57 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:08:57 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:08:57 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:08:57 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:08:57 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:08:57 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:08:57 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:08:57 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:08:57 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:08:57 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:08:57 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:08:57 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:08:57 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:08:57 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:08:57 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:08:57 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:08:57 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:08:57 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:08:57 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:08:57 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:08:57 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:08:57 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:08:57 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:08:57 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:08:57 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:08:57 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:08:57 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:08:57 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:08:57 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:08:57 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:08:58 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; TTFontFile has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\ttfontsuni.php 51 -ERROR - 2018-11-27 13:09:35 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; grad has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\grad.php 3 -ERROR - 2018-11-27 13:09:35 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; mpdfform has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\mpdfform.php 3 -ERROR - 2018-11-27 13:09:35 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; cssmgr has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\cssmgr.php 3 -ERROR - 2018-11-27 13:09:35 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; otl has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\otl.php 12 -ERROR - 2018-11-27 13:09:35 --> Severity: Notice --> Undefined offset: 0 C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 168 -ERROR - 2018-11-27 13:09:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 168 -ERROR - 2018-11-27 13:09:35 --> Severity: Notice --> Undefined variable: cur_date C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 179 -ERROR - 2018-11-27 13:09:35 --> Severity: Notice --> Undefined property: stdClass::$DiscountType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 343 -ERROR - 2018-11-27 13:09:35 --> Severity: Notice --> Undefined property: stdClass::$DiscountType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 343 -ERROR - 2018-11-27 13:09:35 --> Severity: Notice --> Undefined property: stdClass::$DiscountType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 343 -ERROR - 2018-11-27 13:09:35 --> Severity: Notice --> Undefined property: stdClass::$PackagingType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 344 -ERROR - 2018-11-27 13:09:35 --> Severity: Notice --> Undefined property: stdClass::$PackagingType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 344 -ERROR - 2018-11-27 13:09:35 --> Severity: Notice --> Undefined property: stdClass::$PackagingType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 344 -ERROR - 2018-11-27 13:09:35 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 13:09:35 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 13:09:35 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 13:09:35 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 13:09:35 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 13:09:37 --> Severity: Warning --> fopen(): Filename cannot be empty C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 10437 -ERROR - 2018-11-27 13:09:38 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:38 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:38 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:38 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:38 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:38 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:38 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:38 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:38 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:38 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:38 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:38 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:38 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:38 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:38 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:38 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:38 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:38 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; grad has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\grad.php 3 -ERROR - 2018-11-27 13:09:38 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:38 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; mpdfform has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\mpdfform.php 3 -ERROR - 2018-11-27 13:09:38 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:38 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:38 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; cssmgr has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\cssmgr.php 3 -ERROR - 2018-11-27 13:09:38 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:38 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:38 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; otl has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\otl.php 12 -ERROR - 2018-11-27 13:09:38 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:38 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:38 --> Severity: Notice --> Undefined offset: 0 C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 168 -ERROR - 2018-11-27 13:09:38 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 168 -ERROR - 2018-11-27 13:09:38 --> Severity: Notice --> Undefined variable: cur_date C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 179 -ERROR - 2018-11-27 13:09:38 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:38 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:38 --> Severity: Notice --> Undefined property: stdClass::$DiscountType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 343 -ERROR - 2018-11-27 13:09:38 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:38 --> Severity: Notice --> Undefined property: stdClass::$DiscountType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 343 -ERROR - 2018-11-27 13:09:38 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:38 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; grad has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\grad.php 3 -ERROR - 2018-11-27 13:09:38 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:38 --> Severity: Notice --> Undefined property: stdClass::$DiscountType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 343 -ERROR - 2018-11-27 13:09:38 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:38 --> Severity: Notice --> Undefined property: stdClass::$PackagingType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 344 -ERROR - 2018-11-27 13:09:38 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; mpdfform has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\mpdfform.php 3 -ERROR - 2018-11-27 13:09:38 --> Severity: Notice --> Undefined property: stdClass::$PackagingType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 344 -ERROR - 2018-11-27 13:09:38 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:38 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; cssmgr has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\cssmgr.php 3 -ERROR - 2018-11-27 13:09:38 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:38 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:39 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:39 --> Severity: Notice --> Undefined property: stdClass::$PackagingType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 344 -ERROR - 2018-11-27 13:09:39 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; otl has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\otl.php 12 -ERROR - 2018-11-27 13:09:39 --> Severity: Notice --> Undefined offset: 0 C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 168 -ERROR - 2018-11-27 13:09:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 168 -ERROR - 2018-11-27 13:09:39 --> Severity: Notice --> Undefined variable: cur_date C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 179 -ERROR - 2018-11-27 13:09:39 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; grad has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\grad.php 3 -ERROR - 2018-11-27 13:09:39 --> Severity: Notice --> Undefined property: stdClass::$DiscountType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 343 -ERROR - 2018-11-27 13:09:39 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; mpdfform has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\mpdfform.php 3 -ERROR - 2018-11-27 13:09:39 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:39 --> Severity: Notice --> Undefined property: stdClass::$DiscountType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 343 -ERROR - 2018-11-27 13:09:39 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 13:09:39 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 13:09:39 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; cssmgr has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\cssmgr.php 3 -ERROR - 2018-11-27 13:09:39 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; grad has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\grad.php 3 -ERROR - 2018-11-27 13:09:39 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 13:09:39 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; mpdfform has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\mpdfform.php 3 -ERROR - 2018-11-27 13:09:39 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:39 --> Severity: Notice --> Undefined property: stdClass::$DiscountType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 343 -ERROR - 2018-11-27 13:09:39 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; otl has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\otl.php 12 -ERROR - 2018-11-27 13:09:39 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:39 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; cssmgr has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\cssmgr.php 3 -ERROR - 2018-11-27 13:09:39 --> Severity: Notice --> Undefined property: stdClass::$PackagingType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 344 -ERROR - 2018-11-27 13:09:39 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 13:09:39 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 13:09:39 --> Severity: Notice --> Undefined offset: 0 C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 168 -ERROR - 2018-11-27 13:09:39 --> Severity: Notice --> Undefined property: stdClass::$PackagingType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 344 -ERROR - 2018-11-27 13:09:39 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; otl has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\otl.php 12 -ERROR - 2018-11-27 13:09:39 --> Severity: Notice --> Undefined offset: 0 C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 168 -ERROR - 2018-11-27 13:09:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 168 -ERROR - 2018-11-27 13:09:39 --> Severity: Notice --> Undefined variable: cur_date C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 179 -ERROR - 2018-11-27 13:09:39 --> Severity: Notice --> Undefined property: stdClass::$DiscountType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 343 -ERROR - 2018-11-27 13:09:39 --> Severity: Notice --> Undefined property: stdClass::$DiscountType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 343 -ERROR - 2018-11-27 13:09:39 --> Severity: Notice --> Undefined property: stdClass::$DiscountType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 343 -ERROR - 2018-11-27 13:09:39 --> Severity: Notice --> Undefined property: stdClass::$PackagingType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 344 -ERROR - 2018-11-27 13:09:39 --> Severity: Notice --> Undefined property: stdClass::$PackagingType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 344 -ERROR - 2018-11-27 13:09:39 --> Severity: Notice --> Undefined property: stdClass::$PackagingType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 344 -ERROR - 2018-11-27 13:09:39 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 13:09:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 168 -ERROR - 2018-11-27 13:09:39 --> Severity: Notice --> Undefined property: stdClass::$PackagingType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 344 -ERROR - 2018-11-27 13:09:39 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 13:09:40 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 13:09:40 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 13:09:40 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 13:09:40 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; TTFontFile has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\ttfontsuni.php 51 -ERROR - 2018-11-27 13:09:40 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 13:09:40 --> Severity: Notice --> Undefined variable: cur_date C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 179 -ERROR - 2018-11-27 13:09:40 --> Severity: Notice --> Undefined property: stdClass::$DiscountType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 343 -ERROR - 2018-11-27 13:09:40 --> Severity: Notice --> Undefined property: stdClass::$DiscountType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 343 -ERROR - 2018-11-27 13:09:40 --> Severity: Notice --> Undefined property: stdClass::$DiscountType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 343 -ERROR - 2018-11-27 13:09:40 --> Severity: Notice --> Undefined property: stdClass::$PackagingType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 344 -ERROR - 2018-11-27 13:09:40 --> Severity: Notice --> Undefined property: stdClass::$PackagingType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 344 -ERROR - 2018-11-27 13:09:40 --> Severity: Notice --> Undefined property: stdClass::$PackagingType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 344 -ERROR - 2018-11-27 13:09:40 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 13:09:40 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 13:09:40 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 13:09:40 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 13:09:40 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 13:09:40 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 13:09:40 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 13:09:40 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 13:09:40 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 13:09:42 --> Severity: Warning --> fopen(): Filename cannot be empty C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 10437 -ERROR - 2018-11-27 13:09:42 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:42 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:42 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:42 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:42 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:42 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:42 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:42 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:42 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:42 --> Severity: Warning --> fopen(): Filename cannot be empty C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 10437 -ERROR - 2018-11-27 13:09:42 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:42 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:42 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:42 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:42 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:42 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:42 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:42 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:43 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:43 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:43 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:43 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:43 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:43 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:43 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:43 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:43 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:43 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:43 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:43 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:43 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:43 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:43 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:43 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:43 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:43 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:43 --> Severity: Warning --> fopen(): Filename cannot be empty C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 10437 -ERROR - 2018-11-27 13:09:43 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:43 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:43 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:43 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:43 --> Severity: Warning --> fopen(): Filename cannot be empty C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 10437 -ERROR - 2018-11-27 13:09:43 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:43 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:43 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:43 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:43 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:43 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:43 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:43 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:43 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:43 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:44 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:44 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:44 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:44 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; TTFontFile has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\ttfontsuni.php 51 -ERROR - 2018-11-27 13:09:44 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:44 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:44 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:44 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:44 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:44 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:44 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:44 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:44 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:44 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:44 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:44 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:44 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:44 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:44 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:44 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:44 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:44 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:44 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:44 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:44 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:44 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:44 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:44 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:44 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:44 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:44 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:44 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:44 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:44 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:44 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:44 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:44 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:44 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:44 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:44 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:44 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:44 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:44 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:44 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:44 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:44 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:44 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:44 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:44 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:44 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:44 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:44 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:44 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:44 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:44 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:44 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:44 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:44 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:44 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:44 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:44 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:44 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:44 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:44 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:44 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:44 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:44 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:44 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:44 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:44 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:44 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:44 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:44 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:45 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:45 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:45 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:45 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:45 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:45 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:45 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:45 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:45 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:45 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:45 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:45 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; TTFontFile has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\ttfontsuni.php 51 -ERROR - 2018-11-27 13:09:45 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:45 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:45 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:45 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:45 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:45 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:45 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:45 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:45 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:45 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:45 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:45 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:45 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:45 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:45 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:45 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:45 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:45 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:45 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:45 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:45 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; TTFontFile has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\ttfontsuni.php 51 -ERROR - 2018-11-27 13:09:46 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; TTFontFile has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\ttfontsuni.php 51 -ERROR - 2018-11-27 13:09:51 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; grad has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\grad.php 3 -ERROR - 2018-11-27 13:09:51 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; mpdfform has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\mpdfform.php 3 -ERROR - 2018-11-27 13:09:51 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; cssmgr has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\cssmgr.php 3 -ERROR - 2018-11-27 13:09:51 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; otl has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\otl.php 12 -ERROR - 2018-11-27 13:09:51 --> Severity: Notice --> Undefined offset: 0 C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 168 -ERROR - 2018-11-27 13:09:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 168 -ERROR - 2018-11-27 13:09:51 --> Severity: Notice --> Undefined variable: cur_date C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 179 -ERROR - 2018-11-27 13:09:51 --> Severity: Notice --> Undefined property: stdClass::$DiscountType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 343 -ERROR - 2018-11-27 13:09:51 --> Severity: Notice --> Undefined property: stdClass::$DiscountType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 343 -ERROR - 2018-11-27 13:09:51 --> Severity: Notice --> Undefined property: stdClass::$DiscountType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 343 -ERROR - 2018-11-27 13:09:51 --> Severity: Notice --> Undefined property: stdClass::$PackagingType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 344 -ERROR - 2018-11-27 13:09:51 --> Severity: Notice --> Undefined property: stdClass::$PackagingType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 344 -ERROR - 2018-11-27 13:09:51 --> Severity: Notice --> Undefined property: stdClass::$PackagingType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 344 -ERROR - 2018-11-27 13:09:51 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 13:09:51 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 13:09:52 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 13:09:52 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 13:09:52 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 13:09:54 --> Severity: Warning --> fopen(): Filename cannot be empty C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 10437 -ERROR - 2018-11-27 13:09:55 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:55 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:55 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:55 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:55 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:55 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:55 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:55 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:55 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:55 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:55 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:55 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:55 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:55 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:55 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:55 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:55 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:55 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:56 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:56 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:56 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:56 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:56 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:56 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:56 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:56 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:56 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:56 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:56 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:56 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:56 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:56 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:56 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:56 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:56 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:56 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:56 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:56 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:09:56 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; TTFontFile has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\ttfontsuni.php 51 -ERROR - 2018-11-27 13:11:55 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; grad has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\grad.php 3 -ERROR - 2018-11-27 13:11:56 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; mpdfform has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\mpdfform.php 3 -ERROR - 2018-11-27 13:11:56 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; cssmgr has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\cssmgr.php 3 -ERROR - 2018-11-27 13:11:56 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; otl has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\otl.php 12 -ERROR - 2018-11-27 13:11:56 --> Severity: Notice --> Undefined offset: 0 C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 168 -ERROR - 2018-11-27 13:11:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 168 -ERROR - 2018-11-27 13:18:59 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; grad has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\grad.php 3 -ERROR - 2018-11-27 13:18:59 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; mpdfform has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\mpdfform.php 3 -ERROR - 2018-11-27 13:18:59 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; cssmgr has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\cssmgr.php 3 -ERROR - 2018-11-27 13:19:00 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; otl has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\otl.php 12 -ERROR - 2018-11-27 13:19:00 --> Severity: Notice --> Undefined offset: 0 C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 168 -ERROR - 2018-11-27 13:19:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 168 -ERROR - 2018-11-27 13:20:12 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; grad has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\grad.php 3 -ERROR - 2018-11-27 13:20:12 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; mpdfform has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\mpdfform.php 3 -ERROR - 2018-11-27 13:20:12 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; cssmgr has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\cssmgr.php 3 -ERROR - 2018-11-27 13:20:12 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; otl has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\otl.php 12 -ERROR - 2018-11-27 13:20:12 --> Severity: Notice --> Undefined offset: 0 C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 168 -ERROR - 2018-11-27 13:20:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 168 -ERROR - 2018-11-27 13:20:12 --> Severity: Notice --> Undefined variable: date C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 179 -ERROR - 2018-11-27 13:20:45 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; grad has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\grad.php 3 -ERROR - 2018-11-27 13:20:45 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; mpdfform has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\mpdfform.php 3 -ERROR - 2018-11-27 13:20:46 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; cssmgr has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\cssmgr.php 3 -ERROR - 2018-11-27 13:20:46 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; otl has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\otl.php 12 -ERROR - 2018-11-27 13:20:46 --> Severity: Notice --> Undefined offset: 0 C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 168 -ERROR - 2018-11-27 13:20:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 168 -ERROR - 2018-11-27 13:20:46 --> Severity: Notice --> Undefined variable: date C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 179 -ERROR - 2018-11-27 13:20:54 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; grad has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\grad.php 3 -ERROR - 2018-11-27 13:20:54 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; mpdfform has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\mpdfform.php 3 -ERROR - 2018-11-27 13:20:54 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; cssmgr has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\cssmgr.php 3 -ERROR - 2018-11-27 13:20:54 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; otl has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\otl.php 12 -ERROR - 2018-11-27 13:20:54 --> Severity: Notice --> Undefined offset: 0 C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 168 -ERROR - 2018-11-27 13:20:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 168 -ERROR - 2018-11-27 13:20:55 --> Severity: Notice --> Undefined variable: date C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 179 -ERROR - 2018-11-27 13:21:06 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; grad has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\grad.php 3 -ERROR - 2018-11-27 13:21:06 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; mpdfform has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\mpdfform.php 3 -ERROR - 2018-11-27 13:21:06 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; cssmgr has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\cssmgr.php 3 -ERROR - 2018-11-27 13:21:06 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; otl has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\otl.php 12 -ERROR - 2018-11-27 13:21:07 --> Severity: Notice --> Undefined offset: 0 C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 168 -ERROR - 2018-11-27 13:21:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 168 -ERROR - 2018-11-27 13:21:07 --> Severity: Notice --> Undefined variable: date C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 179 -ERROR - 2018-11-27 13:21:26 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; grad has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\grad.php 3 -ERROR - 2018-11-27 13:21:26 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; mpdfform has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\mpdfform.php 3 -ERROR - 2018-11-27 13:21:26 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; cssmgr has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\cssmgr.php 3 -ERROR - 2018-11-27 13:21:26 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; otl has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\otl.php 12 -ERROR - 2018-11-27 13:21:26 --> Severity: Notice --> Undefined offset: 0 C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 168 -ERROR - 2018-11-27 13:21:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 168 -ERROR - 2018-11-27 13:21:26 --> Severity: Notice --> Undefined variable: date C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 179 -ERROR - 2018-11-27 13:21:56 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; grad has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\grad.php 3 -ERROR - 2018-11-27 13:21:56 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; mpdfform has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\mpdfform.php 3 -ERROR - 2018-11-27 13:21:56 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; cssmgr has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\cssmgr.php 3 -ERROR - 2018-11-27 13:21:56 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; otl has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\otl.php 12 -ERROR - 2018-11-27 13:21:56 --> Severity: Notice --> Undefined offset: 0 C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 168 -ERROR - 2018-11-27 13:21:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 168 -ERROR - 2018-11-27 13:21:56 --> Severity: Notice --> Undefined variable: date C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 179 -ERROR - 2018-11-27 13:22:11 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; grad has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\grad.php 3 -ERROR - 2018-11-27 13:22:11 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; mpdfform has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\mpdfform.php 3 -ERROR - 2018-11-27 13:22:11 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; cssmgr has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\cssmgr.php 3 -ERROR - 2018-11-27 13:22:11 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; otl has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\otl.php 12 -ERROR - 2018-11-27 13:22:11 --> Severity: Notice --> Undefined offset: 0 C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 168 -ERROR - 2018-11-27 13:22:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 168 -ERROR - 2018-11-27 13:22:11 --> Severity: Notice --> Undefined variable: date C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 179 -ERROR - 2018-11-27 13:22:24 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; grad has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\grad.php 3 -ERROR - 2018-11-27 13:22:24 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; mpdfform has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\mpdfform.php 3 -ERROR - 2018-11-27 13:22:24 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; cssmgr has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\cssmgr.php 3 -ERROR - 2018-11-27 13:22:24 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; otl has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\otl.php 12 -ERROR - 2018-11-27 13:22:24 --> Severity: Notice --> Undefined offset: 0 C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 168 -ERROR - 2018-11-27 13:22:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 168 -ERROR - 2018-11-27 13:22:35 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; grad has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\grad.php 3 -ERROR - 2018-11-27 13:22:35 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; mpdfform has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\mpdfform.php 3 -ERROR - 2018-11-27 13:22:35 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; cssmgr has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\cssmgr.php 3 -ERROR - 2018-11-27 13:22:35 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; otl has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\otl.php 12 -ERROR - 2018-11-27 13:22:35 --> Severity: Notice --> Undefined offset: 0 C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 168 -ERROR - 2018-11-27 13:22:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 168 -ERROR - 2018-11-27 13:22:35 --> Severity: Warning --> date() expects at least 1 parameter, 0 given C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 181 -ERROR - 2018-11-27 13:22:45 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; grad has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\grad.php 3 -ERROR - 2018-11-27 13:22:45 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; mpdfform has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\mpdfform.php 3 -ERROR - 2018-11-27 13:22:45 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; cssmgr has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\cssmgr.php 3 -ERROR - 2018-11-27 13:22:45 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; otl has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\otl.php 12 -ERROR - 2018-11-27 13:22:45 --> Severity: Notice --> Undefined offset: 0 C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 168 -ERROR - 2018-11-27 13:22:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 168 -ERROR - 2018-11-27 13:23:04 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; grad has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\grad.php 3 -ERROR - 2018-11-27 13:23:04 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; mpdfform has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\mpdfform.php 3 -ERROR - 2018-11-27 13:23:04 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; cssmgr has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\cssmgr.php 3 -ERROR - 2018-11-27 13:23:04 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; otl has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\otl.php 12 -ERROR - 2018-11-27 13:23:04 --> Severity: Notice --> Undefined offset: 0 C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 168 -ERROR - 2018-11-27 13:23:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 168 -ERROR - 2018-11-27 13:23:04 --> Severity: Warning --> date() expects at least 1 parameter, 0 given C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 181 -ERROR - 2018-11-27 13:23:14 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; grad has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\grad.php 3 -ERROR - 2018-11-27 13:23:14 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; mpdfform has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\mpdfform.php 3 -ERROR - 2018-11-27 13:23:14 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; cssmgr has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\cssmgr.php 3 -ERROR - 2018-11-27 13:23:14 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; otl has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\otl.php 12 -ERROR - 2018-11-27 13:23:14 --> Severity: Notice --> Undefined offset: 0 C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 168 -ERROR - 2018-11-27 13:23:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 168 -ERROR - 2018-11-27 13:23:31 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; grad has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\grad.php 3 -ERROR - 2018-11-27 13:23:31 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; mpdfform has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\mpdfform.php 3 -ERROR - 2018-11-27 13:23:31 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; cssmgr has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\cssmgr.php 3 -ERROR - 2018-11-27 13:23:31 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; otl has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\otl.php 12 -ERROR - 2018-11-27 13:23:31 --> Severity: Notice --> Undefined offset: 0 C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 168 -ERROR - 2018-11-27 13:23:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 168 -ERROR - 2018-11-27 13:23:43 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; grad has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\grad.php 3 -ERROR - 2018-11-27 13:23:43 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; mpdfform has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\mpdfform.php 3 -ERROR - 2018-11-27 13:23:43 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; cssmgr has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\cssmgr.php 3 -ERROR - 2018-11-27 13:23:43 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; otl has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\otl.php 12 -ERROR - 2018-11-27 13:23:44 --> Severity: Notice --> Undefined offset: 0 C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 168 -ERROR - 2018-11-27 13:23:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 168 -ERROR - 2018-11-27 13:23:51 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; grad has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\grad.php 3 -ERROR - 2018-11-27 13:23:51 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; mpdfform has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\mpdfform.php 3 -ERROR - 2018-11-27 13:23:51 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; cssmgr has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\cssmgr.php 3 -ERROR - 2018-11-27 13:23:51 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; otl has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\otl.php 12 -ERROR - 2018-11-27 13:23:51 --> Severity: Notice --> Undefined offset: 0 C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 168 -ERROR - 2018-11-27 13:23:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 168 -ERROR - 2018-11-27 13:24:22 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; grad has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\grad.php 3 -ERROR - 2018-11-27 13:24:22 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; mpdfform has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\mpdfform.php 3 -ERROR - 2018-11-27 13:24:22 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; cssmgr has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\cssmgr.php 3 -ERROR - 2018-11-27 13:24:22 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; otl has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\otl.php 12 -ERROR - 2018-11-27 13:24:22 --> Severity: Notice --> Undefined offset: 0 C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 168 -ERROR - 2018-11-27 13:24:22 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 168 -ERROR - 2018-11-27 13:24:29 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; grad has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\grad.php 3 -ERROR - 2018-11-27 13:24:29 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; mpdfform has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\mpdfform.php 3 -ERROR - 2018-11-27 13:24:29 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; cssmgr has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\cssmgr.php 3 -ERROR - 2018-11-27 13:24:29 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; otl has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\otl.php 12 -ERROR - 2018-11-27 13:24:29 --> Severity: Notice --> Undefined offset: 0 C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 168 -ERROR - 2018-11-27 13:24:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 168 -ERROR - 2018-11-27 13:26:04 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; grad has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\grad.php 3 -ERROR - 2018-11-27 13:26:04 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; mpdfform has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\mpdfform.php 3 -ERROR - 2018-11-27 13:26:04 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; cssmgr has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\cssmgr.php 3 -ERROR - 2018-11-27 13:26:04 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; otl has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\otl.php 12 -ERROR - 2018-11-27 13:26:04 --> Severity: Notice --> Undefined offset: 0 C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 168 -ERROR - 2018-11-27 13:26:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 168 -ERROR - 2018-11-27 13:26:05 --> Severity: Notice --> Undefined property: stdClass::$DiscountType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 343 -ERROR - 2018-11-27 13:26:05 --> Severity: Notice --> Undefined property: stdClass::$DiscountType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 343 -ERROR - 2018-11-27 13:26:05 --> Severity: Notice --> Undefined property: stdClass::$DiscountType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 343 -ERROR - 2018-11-27 13:26:05 --> Severity: Notice --> Undefined property: stdClass::$PackagingType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 344 -ERROR - 2018-11-27 13:26:05 --> Severity: Notice --> Undefined property: stdClass::$PackagingType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 344 -ERROR - 2018-11-27 13:26:05 --> Severity: Notice --> Undefined property: stdClass::$PackagingType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 344 -ERROR - 2018-11-27 13:26:05 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 13:26:05 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 13:26:05 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 13:26:05 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 13:26:06 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 13:26:11 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:26:11 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:26:11 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:26:11 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:26:11 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:26:11 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:26:11 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:26:11 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:26:11 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:26:11 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:26:11 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:26:11 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:26:11 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:26:11 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:26:11 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:26:11 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:26:11 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:26:11 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:26:11 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:26:11 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:26:11 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:26:11 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:26:11 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:26:11 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:26:11 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:26:11 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:26:11 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:26:11 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:26:12 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:26:12 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:26:12 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:26:12 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:26:12 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:26:12 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:26:12 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:26:12 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:26:12 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:26:12 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:26:13 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; TTFontFile has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\ttfontsuni.php 51 -ERROR - 2018-11-27 13:26:23 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; grad has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\grad.php 3 -ERROR - 2018-11-27 13:26:23 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; mpdfform has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\mpdfform.php 3 -ERROR - 2018-11-27 13:26:23 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; cssmgr has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\cssmgr.php 3 -ERROR - 2018-11-27 13:26:23 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; otl has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\otl.php 12 -ERROR - 2018-11-27 13:26:23 --> Severity: Notice --> Undefined offset: 0 C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 168 -ERROR - 2018-11-27 13:26:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 168 -ERROR - 2018-11-27 13:26:24 --> Severity: Notice --> Undefined property: stdClass::$DiscountType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 343 -ERROR - 2018-11-27 13:26:24 --> Severity: Notice --> Undefined property: stdClass::$DiscountType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 343 -ERROR - 2018-11-27 13:26:24 --> Severity: Notice --> Undefined property: stdClass::$DiscountType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 343 -ERROR - 2018-11-27 13:26:24 --> Severity: Notice --> Undefined property: stdClass::$PackagingType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 344 -ERROR - 2018-11-27 13:26:24 --> Severity: Notice --> Undefined property: stdClass::$PackagingType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 344 -ERROR - 2018-11-27 13:26:24 --> Severity: Notice --> Undefined property: stdClass::$PackagingType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 344 -ERROR - 2018-11-27 13:26:24 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 13:26:24 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 13:26:24 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 13:26:24 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 13:26:24 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 13:26:27 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; TTFontFile has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\ttfontsuni.php 51 -ERROR - 2018-11-27 13:27:04 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; grad has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\grad.php 3 -ERROR - 2018-11-27 13:27:04 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; mpdfform has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\mpdfform.php 3 -ERROR - 2018-11-27 13:27:04 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; cssmgr has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\cssmgr.php 3 -ERROR - 2018-11-27 13:27:04 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; otl has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\otl.php 12 -ERROR - 2018-11-27 13:27:04 --> Severity: Notice --> Undefined offset: 0 C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 168 -ERROR - 2018-11-27 13:27:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 168 -ERROR - 2018-11-27 13:27:04 --> Severity: Notice --> Undefined property: stdClass::$DiscountType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 343 -ERROR - 2018-11-27 13:27:04 --> Severity: Notice --> Undefined property: stdClass::$DiscountType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 343 -ERROR - 2018-11-27 13:27:04 --> Severity: Notice --> Undefined property: stdClass::$DiscountType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 343 -ERROR - 2018-11-27 13:27:05 --> Severity: Notice --> Undefined property: stdClass::$PackagingType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 344 -ERROR - 2018-11-27 13:27:05 --> Severity: Notice --> Undefined property: stdClass::$PackagingType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 344 -ERROR - 2018-11-27 13:27:05 --> Severity: Notice --> Undefined property: stdClass::$PackagingType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 344 -ERROR - 2018-11-27 13:27:05 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 13:27:05 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 13:27:05 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 13:27:05 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 13:27:05 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 13:27:07 --> Severity: Warning --> fopen(): Filename cannot be empty C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 10437 -ERROR - 2018-11-27 13:27:08 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:27:08 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:27:08 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:27:08 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:27:08 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:27:08 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:27:08 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:27:08 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:27:08 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:27:08 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:27:08 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:27:08 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:27:08 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:27:08 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:27:08 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:27:08 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:27:08 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:27:08 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:27:08 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:27:08 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:27:08 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:27:08 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:27:08 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:27:08 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:27:08 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:27:08 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:27:09 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:27:09 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:27:09 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:27:09 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:27:09 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:27:09 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:27:09 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:27:09 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:27:09 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:27:09 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:27:09 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:27:09 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:27:09 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; TTFontFile has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\ttfontsuni.php 51 -ERROR - 2018-11-27 13:27:37 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; grad has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\grad.php 3 -ERROR - 2018-11-27 13:27:37 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; mpdfform has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\mpdfform.php 3 -ERROR - 2018-11-27 13:27:37 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; cssmgr has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\cssmgr.php 3 -ERROR - 2018-11-27 13:27:37 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; otl has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\otl.php 12 -ERROR - 2018-11-27 13:27:37 --> Severity: Notice --> Undefined offset: 0 C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 168 -ERROR - 2018-11-27 13:27:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 168 -ERROR - 2018-11-27 13:27:37 --> Severity: Notice --> Undefined property: stdClass::$DiscountType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 343 -ERROR - 2018-11-27 13:27:37 --> Severity: Notice --> Undefined property: stdClass::$DiscountType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 343 -ERROR - 2018-11-27 13:27:37 --> Severity: Notice --> Undefined property: stdClass::$DiscountType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 343 -ERROR - 2018-11-27 13:27:37 --> Severity: Notice --> Undefined property: stdClass::$PackagingType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 344 -ERROR - 2018-11-27 13:27:38 --> Severity: Notice --> Undefined property: stdClass::$PackagingType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 344 -ERROR - 2018-11-27 13:27:38 --> Severity: Notice --> Undefined property: stdClass::$PackagingType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 344 -ERROR - 2018-11-27 13:27:38 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 13:27:38 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 13:27:38 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 13:27:38 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 13:27:38 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 13:27:40 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; TTFontFile has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\ttfontsuni.php 51 -ERROR - 2018-11-27 13:28:14 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; grad has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\grad.php 3 -ERROR - 2018-11-27 13:28:14 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; mpdfform has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\mpdfform.php 3 -ERROR - 2018-11-27 13:28:14 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; cssmgr has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\cssmgr.php 3 -ERROR - 2018-11-27 13:28:14 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; otl has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\otl.php 12 -ERROR - 2018-11-27 13:28:14 --> Severity: Notice --> Undefined offset: 0 C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 168 -ERROR - 2018-11-27 13:28:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 168 -ERROR - 2018-11-27 13:28:14 --> Severity: Notice --> Undefined property: stdClass::$DiscountType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 343 -ERROR - 2018-11-27 13:28:14 --> Severity: Notice --> Undefined property: stdClass::$DiscountType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 343 -ERROR - 2018-11-27 13:28:14 --> Severity: Notice --> Undefined property: stdClass::$DiscountType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 343 -ERROR - 2018-11-27 13:28:14 --> Severity: Notice --> Undefined property: stdClass::$PackagingType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 344 -ERROR - 2018-11-27 13:28:14 --> Severity: Notice --> Undefined property: stdClass::$PackagingType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 344 -ERROR - 2018-11-27 13:28:14 --> Severity: Notice --> Undefined property: stdClass::$PackagingType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 344 -ERROR - 2018-11-27 13:28:14 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 13:28:14 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 13:28:14 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 13:28:14 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 13:28:15 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 13:28:17 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:28:17 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:28:17 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:28:17 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:28:17 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:28:17 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:28:17 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:28:18 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:28:18 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:28:18 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:28:18 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:28:18 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:28:18 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:28:18 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:28:18 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:28:18 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:28:18 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:28:18 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:28:18 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:28:18 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:28:18 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:28:18 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:28:18 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:28:18 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:28:18 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:28:18 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:28:18 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:28:18 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:28:18 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:28:18 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:28:18 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:28:18 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:28:18 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:28:18 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:28:18 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:28:18 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:28:18 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:28:18 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:28:19 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; TTFontFile has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\ttfontsuni.php 51 -ERROR - 2018-11-27 13:31:44 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; grad has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\grad.php 3 -ERROR - 2018-11-27 13:31:44 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; mpdfform has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\mpdfform.php 3 -ERROR - 2018-11-27 13:31:44 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; cssmgr has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\cssmgr.php 3 -ERROR - 2018-11-27 13:31:44 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; otl has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\otl.php 12 -ERROR - 2018-11-27 13:31:44 --> Severity: Notice --> Undefined offset: 0 C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 168 -ERROR - 2018-11-27 13:31:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 168 -ERROR - 2018-11-27 13:31:44 --> Severity: Notice --> Undefined property: stdClass::$DiscountType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 343 -ERROR - 2018-11-27 13:31:44 --> Severity: Notice --> Undefined property: stdClass::$DiscountType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 343 -ERROR - 2018-11-27 13:31:44 --> Severity: Notice --> Undefined property: stdClass::$DiscountType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 343 -ERROR - 2018-11-27 13:31:44 --> Severity: Notice --> Undefined property: stdClass::$PackagingType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 344 -ERROR - 2018-11-27 13:31:44 --> Severity: Notice --> Undefined property: stdClass::$PackagingType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 344 -ERROR - 2018-11-27 13:31:44 --> Severity: Notice --> Undefined property: stdClass::$PackagingType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 344 -ERROR - 2018-11-27 13:31:44 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 13:31:44 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 13:31:44 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 13:31:44 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 13:31:44 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 13:31:45 --> Severity: Notice --> Undefined property: stdClass::$FirstName C:\xampp\htdocs\ria\application\views\editRevenuepurchaseorder.php 122 -ERROR - 2018-11-27 13:31:45 --> Severity: Notice --> Undefined property: stdClass::$BillNo C:\xampp\htdocs\ria\application\views\editRevenuepurchaseorder.php 4059 -ERROR - 2018-11-27 13:31:45 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\ria\application\views\editRevenuepurchaseorder.php 4060 -ERROR - 2018-11-27 13:31:45 --> Severity: Notice --> Undefined property: stdClass::$BillNo C:\xampp\htdocs\ria\application\views\editRevenuepurchaseorder.php 4231 -ERROR - 2018-11-27 13:31:47 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:31:47 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:31:47 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:31:47 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:31:47 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:31:47 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:31:47 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:31:47 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:31:47 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:31:47 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:31:47 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:31:47 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:31:47 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:31:47 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:31:47 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:31:47 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:31:47 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:31:47 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:31:47 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:31:48 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:31:48 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:31:48 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:31:48 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:31:48 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:31:48 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:31:48 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:31:48 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:31:48 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:31:48 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:31:48 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:31:48 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:31:48 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:31:48 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:31:48 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:31:48 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:31:49 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:31:49 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:31:49 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:31:49 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; TTFontFile has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\ttfontsuni.php 51 -ERROR - 2018-11-27 13:31:58 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; grad has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\grad.php 3 -ERROR - 2018-11-27 13:31:58 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; mpdfform has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\mpdfform.php 3 -ERROR - 2018-11-27 13:31:58 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; cssmgr has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\cssmgr.php 3 -ERROR - 2018-11-27 13:31:58 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; otl has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\otl.php 12 -ERROR - 2018-11-27 13:31:58 --> Severity: Notice --> Undefined offset: 0 C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 168 -ERROR - 2018-11-27 13:31:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 168 -ERROR - 2018-11-27 13:31:58 --> Severity: Notice --> Undefined property: stdClass::$DiscountType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 343 -ERROR - 2018-11-27 13:31:58 --> Severity: Notice --> Undefined property: stdClass::$DiscountType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 343 -ERROR - 2018-11-27 13:31:58 --> Severity: Notice --> Undefined property: stdClass::$DiscountType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 343 -ERROR - 2018-11-27 13:31:58 --> Severity: Notice --> Undefined property: stdClass::$PackagingType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 344 -ERROR - 2018-11-27 13:31:59 --> Severity: Notice --> Undefined property: stdClass::$PackagingType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 344 -ERROR - 2018-11-27 13:31:59 --> Severity: Notice --> Undefined property: stdClass::$PackagingType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 344 -ERROR - 2018-11-27 13:31:59 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 13:31:59 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 13:31:59 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 13:31:59 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 13:31:59 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 13:32:02 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:32:02 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:32:02 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:32:02 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:32:02 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:32:02 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:32:02 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:32:02 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:32:02 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:32:02 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:32:02 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:32:02 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:32:02 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:32:02 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:32:02 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:32:02 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:32:02 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:32:03 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:32:03 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:32:03 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:32:03 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:32:03 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:32:03 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:32:03 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:32:03 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:32:03 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:32:03 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:32:03 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:32:03 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:32:03 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:32:03 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:32:03 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:32:03 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:32:03 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:32:03 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:32:03 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:32:03 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:32:03 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:32:04 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; TTFontFile has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\ttfontsuni.php 51 -ERROR - 2018-11-27 13:32:19 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; grad has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\grad.php 3 -ERROR - 2018-11-27 13:32:20 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; mpdfform has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\mpdfform.php 3 -ERROR - 2018-11-27 13:32:20 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; cssmgr has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\cssmgr.php 3 -ERROR - 2018-11-27 13:32:20 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; otl has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\otl.php 12 -ERROR - 2018-11-27 13:32:20 --> Severity: Notice --> Undefined offset: 0 C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 168 -ERROR - 2018-11-27 13:32:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 168 -ERROR - 2018-11-27 13:32:20 --> Severity: Notice --> Undefined property: stdClass::$DiscountType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 343 -ERROR - 2018-11-27 13:32:20 --> Severity: Notice --> Undefined property: stdClass::$DiscountType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 343 -ERROR - 2018-11-27 13:32:20 --> Severity: Notice --> Undefined property: stdClass::$DiscountType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 343 -ERROR - 2018-11-27 13:32:20 --> Severity: Notice --> Undefined property: stdClass::$PackagingType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 344 -ERROR - 2018-11-27 13:32:20 --> Severity: Notice --> Undefined property: stdClass::$PackagingType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 344 -ERROR - 2018-11-27 13:32:20 --> Severity: Notice --> Undefined property: stdClass::$PackagingType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 344 -ERROR - 2018-11-27 13:32:21 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 13:32:21 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 13:32:21 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 13:32:21 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 13:32:21 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-27 13:32:24 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:32:24 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:32:24 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:32:24 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:32:24 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:32:24 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:32:24 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:32:24 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:32:24 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:32:24 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:32:24 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:32:24 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:32:24 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:32:24 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:32:24 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:32:24 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:32:24 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:32:24 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:32:24 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:32:24 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:32:25 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:32:25 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:32:25 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:32:25 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:32:25 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:32:25 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:32:25 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:32:25 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:32:25 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:32:25 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:32:25 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:32:25 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:32:25 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:32:25 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:32:25 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:32:25 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:32:25 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:32:25 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-27 13:32:25 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; TTFontFile has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\ttfontsuni.php 51 -ERROR - 2018-11-27 13:33:50 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given C:\xampp\htdocs\ria\system\database\drivers\mysqli\mysqli_result.php 38 -ERROR - 2018-11-27 13:35:41 --> Severity: Notice --> Undefined variable: Other_Deductions C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 264 -ERROR - 2018-11-27 13:35:42 --> Severity: Notice --> Undefined variable: Festival_Bonus C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 267 -ERROR - 2018-11-27 13:35:42 --> Severity: Notice --> Undefined property: stdClass::$Loan_amount C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 290 -ERROR - 2018-11-27 13:35:42 --> Severity: Notice --> Undefined variable: Other_Deductions C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 264 -ERROR - 2018-11-27 13:35:42 --> Severity: Notice --> Undefined variable: Festival_Bonus C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 267 -ERROR - 2018-11-27 13:35:42 --> Severity: Notice --> Undefined property: stdClass::$Loan_amount C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 290 -ERROR - 2018-11-27 13:35:42 --> Severity: Notice --> Undefined variable: Other_Deductions C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 264 -ERROR - 2018-11-27 13:35:42 --> Severity: Notice --> Undefined variable: Festival_Bonus C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 267 -ERROR - 2018-11-27 13:35:42 --> Severity: Notice --> Undefined property: stdClass::$Loan_amount C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 290 -ERROR - 2018-11-27 13:35:42 --> Severity: Notice --> Undefined variable: Other_Deductions C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 264 -ERROR - 2018-11-27 13:35:42 --> Severity: Notice --> Undefined variable: Festival_Bonus C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 267 -ERROR - 2018-11-27 13:35:42 --> Severity: Notice --> Undefined property: stdClass::$Loan_amount C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 290 -ERROR - 2018-11-27 13:35:42 --> Severity: Notice --> Undefined variable: totalmanualoan C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 320 -ERROR - 2018-11-27 13:35:42 --> Severity: Warning --> array_sum() expects parameter 1 to be array, null given C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 320 -ERROR - 2018-11-27 13:36:25 --> Severity: Notice --> Undefined variable: Other_Deductions C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 264 -ERROR - 2018-11-27 13:36:25 --> Severity: Notice --> Undefined variable: Festival_Bonus C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 267 -ERROR - 2018-11-27 13:36:25 --> Severity: Notice --> Undefined property: stdClass::$Loan_amount C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 290 -ERROR - 2018-11-27 13:36:25 --> Severity: Notice --> Undefined variable: Other_Deductions C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 264 -ERROR - 2018-11-27 13:36:25 --> Severity: Notice --> Undefined variable: Festival_Bonus C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 267 -ERROR - 2018-11-27 13:36:25 --> Severity: Notice --> Undefined property: stdClass::$Loan_amount C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 290 -ERROR - 2018-11-27 13:36:25 --> Severity: Notice --> Undefined variable: Other_Deductions C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 264 -ERROR - 2018-11-27 13:36:25 --> Severity: Notice --> Undefined variable: Festival_Bonus C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 267 -ERROR - 2018-11-27 13:36:25 --> Severity: Notice --> Undefined property: stdClass::$Loan_amount C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 290 -ERROR - 2018-11-27 13:36:25 --> Severity: Notice --> Undefined variable: Other_Deductions C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 264 -ERROR - 2018-11-27 13:36:25 --> Severity: Notice --> Undefined variable: Festival_Bonus C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 267 -ERROR - 2018-11-27 13:36:25 --> Severity: Notice --> Undefined property: stdClass::$Loan_amount C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 290 -ERROR - 2018-11-27 13:36:25 --> Severity: Notice --> Undefined variable: totalmanualoan C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 320 -ERROR - 2018-11-27 13:36:25 --> Severity: Warning --> array_sum() expects parameter 1 to be array, null given C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 320 -ERROR - 2018-11-27 13:36:35 --> Severity: Notice --> Undefined variable: Other_Deductions C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 264 -ERROR - 2018-11-27 13:36:35 --> Severity: Notice --> Undefined variable: Festival_Bonus C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 267 -ERROR - 2018-11-27 13:36:36 --> Severity: Notice --> Undefined property: stdClass::$Loan_amount C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 290 -ERROR - 2018-11-27 13:36:36 --> Severity: Notice --> Undefined variable: Other_Deductions C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 264 -ERROR - 2018-11-27 13:36:36 --> Severity: Notice --> Undefined variable: Festival_Bonus C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 267 -ERROR - 2018-11-27 13:36:36 --> Severity: Notice --> Undefined property: stdClass::$Loan_amount C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 290 -ERROR - 2018-11-27 13:36:36 --> Severity: Notice --> Undefined variable: Other_Deductions C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 264 -ERROR - 2018-11-27 13:36:36 --> Severity: Notice --> Undefined variable: Festival_Bonus C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 267 -ERROR - 2018-11-27 13:36:36 --> Severity: Notice --> Undefined property: stdClass::$Loan_amount C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 290 -ERROR - 2018-11-27 13:36:36 --> Severity: Notice --> Undefined variable: Other_Deductions C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 264 -ERROR - 2018-11-27 13:36:36 --> Severity: Notice --> Undefined variable: Festival_Bonus C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 267 -ERROR - 2018-11-27 13:36:36 --> Severity: Notice --> Undefined property: stdClass::$Loan_amount C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 290 -ERROR - 2018-11-27 13:36:36 --> Severity: Notice --> Undefined variable: totalmanualoan C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 320 -ERROR - 2018-11-27 13:36:36 --> Severity: Warning --> array_sum() expects parameter 1 to be array, null given C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 320 -ERROR - 2018-11-27 13:48:49 --> Query error: FUNCTION resicoin_RIADev.STINCT does not exist -ERROR - 2018-11-27 13:59:41 --> Query error: FUNCTION resicoin_RIADev.STINCT does not exist diff --git a/application/logs/log-2018-11-28.php b/application/logs/log-2018-11-28.php deleted file mode 100644 index 8f9cca8a..00000000 --- a/application/logs/log-2018-11-28.php +++ /dev/null @@ -1,59 +0,0 @@ - - -ERROR - 2018-11-28 06:08:07 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given C:\xampp\htdocs\ria\system\database\drivers\mysqli\mysqli_result.php 38 -ERROR - 2018-11-28 06:08:20 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; grad has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\grad.php 3 -ERROR - 2018-11-28 06:08:20 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; mpdfform has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\mpdfform.php 3 -ERROR - 2018-11-28 06:08:21 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; cssmgr has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\cssmgr.php 3 -ERROR - 2018-11-28 06:08:22 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; otl has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\otl.php 12 -ERROR - 2018-11-28 06:08:22 --> Severity: Notice --> Undefined offset: 0 C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 168 -ERROR - 2018-11-28 06:08:22 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 168 -ERROR - 2018-11-28 06:08:22 --> Severity: Notice --> Undefined property: stdClass::$DiscountType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 343 -ERROR - 2018-11-28 06:08:22 --> Severity: Notice --> Undefined property: stdClass::$DiscountType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 343 -ERROR - 2018-11-28 06:08:22 --> Severity: Notice --> Undefined property: stdClass::$DiscountType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 343 -ERROR - 2018-11-28 06:08:22 --> Severity: Notice --> Undefined property: stdClass::$PackagingType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 344 -ERROR - 2018-11-28 06:08:22 --> Severity: Notice --> Undefined property: stdClass::$PackagingType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 344 -ERROR - 2018-11-28 06:08:22 --> Severity: Notice --> Undefined property: stdClass::$PackagingType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 344 -ERROR - 2018-11-28 06:08:22 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-28 06:08:22 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-28 06:08:22 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-28 06:08:22 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-28 06:08:22 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-28 06:08:27 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-28 06:08:27 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-28 06:08:27 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-28 06:08:27 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-28 06:08:27 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-28 06:08:27 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-28 06:08:27 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-28 06:08:27 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-28 06:08:27 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-28 06:08:27 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-28 06:08:27 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-28 06:08:27 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-28 06:08:27 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-28 06:08:27 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-28 06:08:27 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-28 06:08:27 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-28 06:08:27 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-28 06:08:27 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-28 06:08:27 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-28 06:08:27 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-28 06:08:27 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-28 06:08:27 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-28 06:08:27 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-28 06:08:27 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-28 06:08:27 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-28 06:08:27 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-28 06:08:27 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-28 06:08:27 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-28 06:08:27 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-28 06:08:28 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-28 06:08:28 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-28 06:08:28 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-28 06:08:28 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-28 06:08:28 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-28 06:08:28 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-28 06:08:28 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-28 06:08:28 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-28 06:08:28 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-28 06:08:29 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; TTFontFile has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\ttfontsuni.php 51 diff --git a/application/logs/log-2018-11-29.php b/application/logs/log-2018-11-29.php deleted file mode 100644 index 57eb1034..00000000 --- a/application/logs/log-2018-11-29.php +++ /dev/null @@ -1,172 +0,0 @@ - - -ERROR - 2018-11-29 05:51:55 --> Severity: Notice --> Undefined variable: cust C:\xampp\htdocs\ria\application\views\suppliersummeryreport.php 88 -ERROR - 2018-11-29 05:51:55 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\suppliersummeryreport.php 88 -ERROR - 2018-11-29 05:51:55 --> Severity: Notice --> Undefined variable: finyear C:\xampp\htdocs\ria\application\views\suppliersummeryreport.php 110 -ERROR - 2018-11-29 05:51:55 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\suppliersummeryreport.php 110 -ERROR - 2018-11-29 05:52:21 --> Severity: Notice --> Undefined variable: cust C:\xampp\htdocs\ria\application\views\suppliersummeryreport.php 88 -ERROR - 2018-11-29 05:52:21 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\suppliersummeryreport.php 88 -ERROR - 2018-11-29 05:52:21 --> Severity: Notice --> Undefined variable: finyear C:\xampp\htdocs\ria\application\views\suppliersummeryreport.php 110 -ERROR - 2018-11-29 05:52:21 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\suppliersummeryreport.php 110 -ERROR - 2018-11-29 05:59:16 --> Severity: Notice --> Undefined variable: data C:\xampp\htdocs\ria\application\controllers\report.php 683 -ERROR - 2018-11-29 05:59:17 --> Severity: Notice --> Undefined variable: cust C:\xampp\htdocs\ria\application\views\suppliersummeryreport.php 88 -ERROR - 2018-11-29 05:59:17 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\suppliersummeryreport.php 88 -ERROR - 2018-11-29 05:59:17 --> Severity: Notice --> Undefined variable: finyear C:\xampp\htdocs\ria\application\views\suppliersummeryreport.php 110 -ERROR - 2018-11-29 05:59:17 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\suppliersummeryreport.php 110 -ERROR - 2018-11-29 06:02:31 --> Severity: Notice --> Undefined variable: cust C:\xampp\htdocs\ria\application\views\suppliersummeryreport.php 88 -ERROR - 2018-11-29 06:02:31 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\suppliersummeryreport.php 88 -ERROR - 2018-11-29 06:02:31 --> Severity: Notice --> Undefined variable: finyear C:\xampp\htdocs\ria\application\views\suppliersummeryreport.php 110 -ERROR - 2018-11-29 06:02:31 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\suppliersummeryreport.php 110 -ERROR - 2018-11-29 06:02:50 --> Severity: Notice --> Undefined variable: cust C:\xampp\htdocs\ria\application\views\suppliersummeryreport.php 88 -ERROR - 2018-11-29 06:02:50 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\suppliersummeryreport.php 88 -ERROR - 2018-11-29 06:02:51 --> Severity: Notice --> Undefined variable: finyear C:\xampp\htdocs\ria\application\views\suppliersummeryreport.php 110 -ERROR - 2018-11-29 06:02:51 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\suppliersummeryreport.php 110 -ERROR - 2018-11-29 06:03:25 --> Severity: Notice --> Undefined variable: cust C:\xampp\htdocs\ria\application\views\suppliersummeryreport.php 88 -ERROR - 2018-11-29 06:03:25 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\suppliersummeryreport.php 88 -ERROR - 2018-11-29 06:03:25 --> Severity: Notice --> Undefined variable: finyear C:\xampp\htdocs\ria\application\views\suppliersummeryreport.php 110 -ERROR - 2018-11-29 06:03:25 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\suppliersummeryreport.php 110 -ERROR - 2018-11-29 06:05:54 --> Severity: Notice --> Undefined variable: cust C:\xampp\htdocs\ria\application\views\suppliersummeryreport.php 88 -ERROR - 2018-11-29 06:05:54 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\suppliersummeryreport.php 88 -ERROR - 2018-11-29 06:05:54 --> Severity: Notice --> Undefined variable: finyear C:\xampp\htdocs\ria\application\views\suppliersummeryreport.php 110 -ERROR - 2018-11-29 06:05:54 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\suppliersummeryreport.php 110 -ERROR - 2018-11-29 06:39:56 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given C:\xampp\htdocs\ria\system\database\drivers\mysqli\mysqli_result.php 38 -ERROR - 2018-11-29 06:40:27 --> Severity: Notice --> Undefined property: stdClass::$FirstName C:\xampp\htdocs\ria\application\views\editRevenuepurchaseorder.php 122 -ERROR - 2018-11-29 06:40:27 --> Severity: Notice --> Undefined variable: update C:\xampp\htdocs\ria\application\views\editRevenuepurchaseorder.php 238 -ERROR - 2018-11-29 06:40:27 --> Severity: Notice --> Undefined property: stdClass::$BillNo C:\xampp\htdocs\ria\application\views\editRevenuepurchaseorder.php 4059 -ERROR - 2018-11-29 06:40:27 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\ria\application\views\editRevenuepurchaseorder.php 4060 -ERROR - 2018-11-29 06:40:27 --> Severity: Notice --> Undefined property: stdClass::$BillNo C:\xampp\htdocs\ria\application\views\editRevenuepurchaseorder.php 4231 -ERROR - 2018-11-29 06:40:33 --> Severity: Notice --> Undefined property: stdClass::$FirstName C:\xampp\htdocs\ria\application\views\editRevenuepurchaseorder.php 122 -ERROR - 2018-11-29 06:40:33 --> Severity: Notice --> Undefined variable: update C:\xampp\htdocs\ria\application\views\editRevenuepurchaseorder.php 238 -ERROR - 2018-11-29 06:40:33 --> Severity: Notice --> Undefined property: stdClass::$BillNo C:\xampp\htdocs\ria\application\views\editRevenuepurchaseorder.php 4059 -ERROR - 2018-11-29 06:40:33 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\ria\application\views\editRevenuepurchaseorder.php 4060 -ERROR - 2018-11-29 06:40:34 --> Severity: Notice --> Undefined property: stdClass::$BillNo C:\xampp\htdocs\ria\application\views\editRevenuepurchaseorder.php 4231 -ERROR - 2018-11-29 10:53:37 --> Severity: Warning --> mysqli_connect(): (HY000/2002): A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. - C:\xampp\htdocs\ria\system\database\drivers\mysqli\mysqli_driver.php 77 -ERROR - 2018-11-29 10:53:37 --> Unable to connect to the database -ERROR - 2018-11-29 10:53:41 --> Severity: Warning --> mysqli_connect(): (HY000/2002): A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. - C:\xampp\htdocs\ria\system\database\drivers\mysqli\mysqli_driver.php 77 -ERROR - 2018-11-29 10:53:41 --> Unable to connect to the database -ERROR - 2018-11-29 10:53:42 --> Severity: Warning --> mysqli_connect(): (HY000/2002): A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. - C:\xampp\htdocs\ria\system\database\drivers\mysqli\mysqli_driver.php 77 -ERROR - 2018-11-29 10:53:42 --> Unable to connect to the database -ERROR - 2018-11-29 10:53:42 --> Severity: Warning --> mysqli_connect(): (HY000/2002): A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. - C:\xampp\htdocs\ria\system\database\drivers\mysqli\mysqli_driver.php 77 -ERROR - 2018-11-29 10:53:42 --> Unable to connect to the database -ERROR - 2018-11-29 10:53:42 --> Severity: Warning --> mysqli_connect(): (HY000/2002): A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. - C:\xampp\htdocs\ria\system\database\drivers\mysqli\mysqli_driver.php 77 -ERROR - 2018-11-29 10:53:42 --> Unable to connect to the database -ERROR - 2018-11-29 10:53:43 --> Severity: Warning --> mysqli_connect(): (HY000/2002): A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. - C:\xampp\htdocs\ria\system\database\drivers\mysqli\mysqli_driver.php 77 -ERROR - 2018-11-29 10:53:43 --> Unable to connect to the database -ERROR - 2018-11-29 11:37:52 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; grad has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\grad.php 3 -ERROR - 2018-11-29 11:37:53 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; mpdfform has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\mpdfform.php 3 -ERROR - 2018-11-29 11:37:53 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; cssmgr has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\cssmgr.php 3 -ERROR - 2018-11-29 11:37:54 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; otl has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\otl.php 12 -ERROR - 2018-11-29 11:37:55 --> Severity: Notice --> Undefined offset: 0 C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 168 -ERROR - 2018-11-29 11:37:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 168 -ERROR - 2018-11-29 11:37:55 --> Severity: Notice --> Undefined property: stdClass::$DiscountType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 343 -ERROR - 2018-11-29 11:37:55 --> Severity: Notice --> Undefined property: stdClass::$DiscountType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 343 -ERROR - 2018-11-29 11:37:55 --> Severity: Notice --> Undefined property: stdClass::$DiscountType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 343 -ERROR - 2018-11-29 11:37:55 --> Severity: Notice --> Undefined property: stdClass::$PackagingType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 344 -ERROR - 2018-11-29 11:37:55 --> Severity: Notice --> Undefined property: stdClass::$PackagingType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 344 -ERROR - 2018-11-29 11:37:56 --> Severity: Notice --> Undefined property: stdClass::$PackagingType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 344 -ERROR - 2018-11-29 11:37:56 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-29 11:37:56 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-29 11:37:56 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-29 11:37:56 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-29 11:37:56 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-29 11:38:01 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-29 11:38:01 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-29 11:38:01 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-29 11:38:01 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-29 11:38:01 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-29 11:38:01 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-29 11:38:01 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-29 11:38:01 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-29 11:38:01 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-29 11:38:01 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-29 11:38:01 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-29 11:38:02 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-29 11:38:02 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-29 11:38:02 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-29 11:38:02 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-29 11:38:02 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-29 11:38:02 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-29 11:38:02 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-29 11:38:02 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-29 11:38:02 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-29 11:38:02 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-29 11:38:02 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-29 11:38:02 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-29 11:38:02 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-29 11:38:02 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-29 11:38:02 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-29 11:38:02 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-29 11:38:02 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-29 11:38:02 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-29 11:38:02 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-29 11:38:02 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-29 11:38:02 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-29 11:38:02 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-29 11:38:02 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-29 11:38:02 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-29 11:38:02 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-29 11:38:02 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-29 11:38:02 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-29 11:38:03 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; TTFontFile has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\ttfontsuni.php 51 -ERROR - 2018-11-29 11:39:20 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; grad has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\grad.php 3 -ERROR - 2018-11-29 11:39:20 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; mpdfform has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\mpdfform.php 3 -ERROR - 2018-11-29 11:39:20 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; cssmgr has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\cssmgr.php 3 -ERROR - 2018-11-29 11:39:20 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; otl has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\otl.php 12 -ERROR - 2018-11-29 11:39:20 --> Severity: Notice --> Undefined offset: 0 C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 168 -ERROR - 2018-11-29 11:39:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\includes\pdfheader.php 168 -ERROR - 2018-11-29 11:39:20 --> Severity: Notice --> Undefined property: stdClass::$DiscountType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 343 -ERROR - 2018-11-29 11:39:20 --> Severity: Notice --> Undefined property: stdClass::$DiscountType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 343 -ERROR - 2018-11-29 11:39:20 --> Severity: Notice --> Undefined property: stdClass::$DiscountType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 343 -ERROR - 2018-11-29 11:39:20 --> Severity: Notice --> Undefined property: stdClass::$PackagingType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 344 -ERROR - 2018-11-29 11:39:20 --> Severity: Notice --> Undefined property: stdClass::$PackagingType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 344 -ERROR - 2018-11-29 11:39:20 --> Severity: Notice --> Undefined property: stdClass::$PackagingType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 344 -ERROR - 2018-11-29 11:39:20 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-29 11:39:20 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-29 11:39:20 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-29 11:39:20 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-29 11:39:20 --> Severity: Notice --> Undefined property: stdClass::$FreightType C:\xampp\htdocs\ria\application\views\revenuepopdf.php 387 -ERROR - 2018-11-29 11:39:23 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-29 11:39:23 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-29 11:39:23 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-29 11:39:23 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-29 11:39:23 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-29 11:39:24 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-29 11:39:24 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-29 11:39:24 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-29 11:39:24 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-29 11:39:24 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-29 11:39:24 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-29 11:39:24 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-29 11:39:24 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-29 11:39:24 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-29 11:39:24 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-29 11:39:24 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-29 11:39:24 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-29 11:39:24 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-29 11:39:24 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-29 11:39:24 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-29 11:39:24 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-29 11:39:24 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-29 11:39:24 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-29 11:39:24 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-29 11:39:24 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-29 11:39:24 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-29 11:39:24 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-29 11:39:24 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-29 11:39:24 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-29 11:39:24 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-29 11:39:24 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-29 11:39:24 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-29 11:39:24 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-29 11:39:24 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-29 11:39:24 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-29 11:39:24 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-29 11:39:24 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-29 11:39:24 --> Severity: Notice --> Undefined index: dom C:\xampp\htdocs\ria\application\third_party\mpdf\mpdf.php 26073 -ERROR - 2018-11-29 11:39:25 --> Severity: 8192 --> Methods with the same name as their class will not be constructors in a future version of PHP; TTFontFile has a deprecated constructor C:\xampp\htdocs\ria\application\third_party\mpdf\classes\ttfontsuni.php 51 diff --git a/application/logs/log-2018-11-30.php b/application/logs/log-2018-11-30.php deleted file mode 100644 index 4b28ee2e..00000000 --- a/application/logs/log-2018-11-30.php +++ /dev/null @@ -1,35 +0,0 @@ - - -ERROR - 2018-11-30 06:33:56 --> Query error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'elect im.IGRNO as igrn,pm.POType as potype,im.PONO as pono,date_format(im.Create' at line 1 -ERROR - 2018-11-30 07:20:25 --> Severity: Notice --> Undefined property: stdClass::$invno C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 315 -ERROR - 2018-11-30 07:20:25 --> Severity: Notice --> Undefined property: stdClass::$invdate C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 316 -ERROR - 2018-11-30 07:20:25 --> Severity: Notice --> Undefined property: stdClass::$invno C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 315 -ERROR - 2018-11-30 07:20:25 --> Severity: Notice --> Undefined property: stdClass::$invdate C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 316 -ERROR - 2018-11-30 07:20:25 --> Severity: Notice --> Undefined property: stdClass::$invno C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 315 -ERROR - 2018-11-30 07:20:25 --> Severity: Notice --> Undefined property: stdClass::$invdate C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 316 -ERROR - 2018-11-30 07:20:25 --> Severity: Notice --> Undefined property: stdClass::$invno C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 315 -ERROR - 2018-11-30 07:20:25 --> Severity: Notice --> Undefined property: stdClass::$invdate C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 316 -ERROR - 2018-11-30 07:20:25 --> Severity: Notice --> Undefined property: stdClass::$invno C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 315 -ERROR - 2018-11-30 07:20:25 --> Severity: Notice --> Undefined property: stdClass::$invdate C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 316 -ERROR - 2018-11-30 07:20:25 --> Severity: Notice --> Undefined property: stdClass::$invno C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 315 -ERROR - 2018-11-30 07:20:25 --> Severity: Notice --> Undefined property: stdClass::$invdate C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 316 -ERROR - 2018-11-30 07:20:25 --> Severity: Notice --> Undefined property: stdClass::$invno C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 315 -ERROR - 2018-11-30 07:20:25 --> Severity: Notice --> Undefined property: stdClass::$invdate C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 316 -ERROR - 2018-11-30 07:23:49 --> Query error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '` -when 'IMPORT' -then ifnull((sum((id.QuantityAsPerInvoice * pl.Rate) * pm.Exch' at line 3 -ERROR - 2018-11-30 07:26:51 --> Query error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '` -when 'IMPORT' -then ifnull((sum((id.QuantityAsPerInvoice * pl.Rate) * pm.Exch' at line 3 -ERROR - 2018-11-30 07:41:14 --> Query error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '` -when 'IMPORT' -then ifnull((sum((id.QuantityAsPerInvoice * pl.Rate) * pm.Exch' at line 3 -ERROR - 2018-11-30 07:41:40 --> Query error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '` -when 'IMPORT' -then ifnull((sum((id.QuantityAsPerInvoice * pl.Rate) * pm.Exch' at line 3 -ERROR - 2018-11-30 07:45:12 --> Query error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '` -when 'IMPORT' -then ifnull((sum((id.QuantityAsPerInvoice * pl.Rate) * pm.Exch' at line 3 -ERROR - 2018-11-30 07:51:21 --> Query error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ELECT sd.SupplierID as sid,sd.SupplierName as supplier_name,count(im.PONO) as co' at line 1 -ERROR - 2018-11-30 08:08:01 --> Query error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ELECT sd.SupplierID as sid,sd.SupplierName as supplier_name,count(im.PONO) as co' at line 1 -ERROR - 2018-11-30 08:11:04 --> Query error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'elect pono,igrn,potype,date_format(created_date,'%d-%m-%Y') as created_date,date' at line 1 diff --git a/application/logs/log-2018-12-01.php b/application/logs/log-2018-12-01.php deleted file mode 100644 index 71b30d47..00000000 --- a/application/logs/log-2018-12-01.php +++ /dev/null @@ -1,230 +0,0 @@ - - -ERROR - 2018-12-01 08:24:09 --> Severity: Notice --> Undefined variable: totalmonthloan C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 319 -ERROR - 2018-12-01 08:24:09 --> Severity: Warning --> array_sum() expects parameter 1 to be array, null given C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 319 -ERROR - 2018-12-01 08:24:09 --> Severity: Notice --> Undefined variable: totalmanualoan C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 320 -ERROR - 2018-12-01 08:24:09 --> Severity: Warning --> array_sum() expects parameter 1 to be array, null given C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 320 -ERROR - 2018-12-01 08:24:09 --> Severity: Notice --> Undefined variable: totalinst C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 321 -ERROR - 2018-12-01 08:24:09 --> Severity: Warning --> array_sum() expects parameter 1 to be array, null given C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 321 -ERROR - 2018-12-01 08:24:09 --> Severity: Notice --> Undefined variable: totalotherDet C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 322 -ERROR - 2018-12-01 08:24:09 --> Severity: Warning --> array_sum() expects parameter 1 to be array, null given C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 322 -ERROR - 2018-12-01 08:24:09 --> Severity: Notice --> Undefined variable: totalfestival C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 323 -ERROR - 2018-12-01 08:24:09 --> Severity: Warning --> array_sum() expects parameter 1 to be array, null given C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 323 -ERROR - 2018-12-01 08:24:10 --> Severity: Notice --> Undefined variable: estTotal C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 324 -ERROR - 2018-12-01 08:24:10 --> Severity: Warning --> array_sum() expects parameter 1 to be array, null given C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 324 -ERROR - 2018-12-01 08:24:22 --> Severity: Notice --> Undefined variable: Other_Deductions C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 264 -ERROR - 2018-12-01 08:24:22 --> Severity: Notice --> Undefined variable: Festival_Bonus C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 267 -ERROR - 2018-12-01 08:24:22 --> Severity: Notice --> Undefined property: stdClass::$Loan_amount C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 290 -ERROR - 2018-12-01 08:24:22 --> Severity: Notice --> Undefined variable: Other_Deductions C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 264 -ERROR - 2018-12-01 08:24:22 --> Severity: Notice --> Undefined variable: Festival_Bonus C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 267 -ERROR - 2018-12-01 08:24:22 --> Severity: Notice --> Undefined property: stdClass::$Loan_amount C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 290 -ERROR - 2018-12-01 08:24:22 --> Severity: Notice --> Undefined variable: Other_Deductions C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 264 -ERROR - 2018-12-01 08:24:22 --> Severity: Notice --> Undefined variable: Festival_Bonus C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 267 -ERROR - 2018-12-01 08:24:23 --> Severity: Notice --> Undefined property: stdClass::$Loan_amount C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 290 -ERROR - 2018-12-01 08:24:23 --> Severity: Notice --> Undefined variable: Other_Deductions C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 264 -ERROR - 2018-12-01 08:24:23 --> Severity: Notice --> Undefined variable: Festival_Bonus C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 267 -ERROR - 2018-12-01 08:24:23 --> Severity: Notice --> Undefined property: stdClass::$Loan_amount C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 290 -ERROR - 2018-12-01 08:24:23 --> Severity: Notice --> Undefined variable: totalmanualoan C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 320 -ERROR - 2018-12-01 08:24:23 --> Severity: Warning --> array_sum() expects parameter 1 to be array, null given C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 320 -ERROR - 2018-12-01 11:39:04 --> Severity: Notice --> Undefined variable: totalmonthloan C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 319 -ERROR - 2018-12-01 11:39:04 --> Severity: Warning --> array_sum() expects parameter 1 to be array, null given C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 319 -ERROR - 2018-12-01 11:39:04 --> Severity: Notice --> Undefined variable: totalmanualoan C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 320 -ERROR - 2018-12-01 11:39:04 --> Severity: Warning --> array_sum() expects parameter 1 to be array, null given C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 320 -ERROR - 2018-12-01 11:39:04 --> Severity: Notice --> Undefined variable: totalinst C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 321 -ERROR - 2018-12-01 11:39:04 --> Severity: Warning --> array_sum() expects parameter 1 to be array, null given C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 321 -ERROR - 2018-12-01 11:39:04 --> Severity: Notice --> Undefined variable: totalotherDet C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 322 -ERROR - 2018-12-01 11:39:04 --> Severity: Warning --> array_sum() expects parameter 1 to be array, null given C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 322 -ERROR - 2018-12-01 11:39:04 --> Severity: Notice --> Undefined variable: totalfestival C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 323 -ERROR - 2018-12-01 11:39:05 --> Severity: Warning --> array_sum() expects parameter 1 to be array, null given C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 323 -ERROR - 2018-12-01 11:39:05 --> Severity: Notice --> Undefined variable: estTotal C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 324 -ERROR - 2018-12-01 11:39:05 --> Severity: Warning --> array_sum() expects parameter 1 to be array, null given C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 324 -ERROR - 2018-12-01 11:39:22 --> Severity: Notice --> Undefined variable: totalmonthloan C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 319 -ERROR - 2018-12-01 11:39:22 --> Severity: Warning --> array_sum() expects parameter 1 to be array, null given C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 319 -ERROR - 2018-12-01 11:39:22 --> Severity: Notice --> Undefined variable: totalmanualoan C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 320 -ERROR - 2018-12-01 11:39:22 --> Severity: Warning --> array_sum() expects parameter 1 to be array, null given C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 320 -ERROR - 2018-12-01 11:39:22 --> Severity: Notice --> Undefined variable: totalinst C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 321 -ERROR - 2018-12-01 11:39:22 --> Severity: Warning --> array_sum() expects parameter 1 to be array, null given C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 321 -ERROR - 2018-12-01 11:39:22 --> Severity: Notice --> Undefined variable: totalotherDet C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 322 -ERROR - 2018-12-01 11:39:22 --> Severity: Warning --> array_sum() expects parameter 1 to be array, null given C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 322 -ERROR - 2018-12-01 11:39:22 --> Severity: Notice --> Undefined variable: totalfestival C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 323 -ERROR - 2018-12-01 11:39:23 --> Severity: Warning --> array_sum() expects parameter 1 to be array, null given C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 323 -ERROR - 2018-12-01 11:39:23 --> Severity: Notice --> Undefined variable: estTotal C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 324 -ERROR - 2018-12-01 11:39:23 --> Severity: Warning --> array_sum() expects parameter 1 to be array, null given C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 324 -ERROR - 2018-12-01 11:54:50 --> Severity: Notice --> Undefined variable: Other_Deductions C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 264 -ERROR - 2018-12-01 11:54:50 --> Severity: Notice --> Undefined variable: Festival_Bonus C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 267 -ERROR - 2018-12-01 11:54:50 --> Severity: Notice --> Undefined property: stdClass::$Loan_amount C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 290 -ERROR - 2018-12-01 11:54:50 --> Severity: Notice --> Undefined variable: Other_Deductions C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 264 -ERROR - 2018-12-01 11:54:50 --> Severity: Notice --> Undefined variable: Festival_Bonus C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 267 -ERROR - 2018-12-01 11:54:50 --> Severity: Notice --> Undefined property: stdClass::$Loan_amount C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 290 -ERROR - 2018-12-01 11:54:50 --> Severity: Notice --> Undefined variable: Other_Deductions C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 264 -ERROR - 2018-12-01 11:54:50 --> Severity: Notice --> Undefined variable: Festival_Bonus C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 267 -ERROR - 2018-12-01 11:54:51 --> Severity: Notice --> Undefined property: stdClass::$Loan_amount C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 290 -ERROR - 2018-12-01 11:54:51 --> Severity: Notice --> Undefined variable: Other_Deductions C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 264 -ERROR - 2018-12-01 11:54:51 --> Severity: Notice --> Undefined variable: Festival_Bonus C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 267 -ERROR - 2018-12-01 11:54:51 --> Severity: Notice --> Undefined property: stdClass::$Loan_amount C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 290 -ERROR - 2018-12-01 11:54:51 --> Severity: Notice --> Undefined variable: totalmanualoan C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 320 -ERROR - 2018-12-01 11:54:51 --> Severity: Warning --> array_sum() expects parameter 1 to be array, null given C:\xampp\htdocs\ria\application\views\monthlypayinputs.php 320 -ERROR - 2018-12-01 12:44:17 --> Severity: Notice --> Undefined index: Gender C:\xampp\htdocs\ria\application\views\editEmployee.php 271 -ERROR - 2018-12-01 12:44:17 --> Severity: Notice --> Undefined index: Gender C:\xampp\htdocs\ria\application\views\editEmployee.php 271 -ERROR - 2018-12-01 12:44:17 --> Severity: Notice --> Undefined index: BloodGroup C:\xampp\htdocs\ria\application\views\editEmployee.php 308 -ERROR - 2018-12-01 12:44:17 --> Severity: Notice --> Undefined index: BloodGroup C:\xampp\htdocs\ria\application\views\editEmployee.php 308 -ERROR - 2018-12-01 12:44:17 --> Severity: Notice --> Undefined index: BloodGroup C:\xampp\htdocs\ria\application\views\editEmployee.php 308 -ERROR - 2018-12-01 12:44:17 --> Severity: Notice --> Undefined index: BloodGroup C:\xampp\htdocs\ria\application\views\editEmployee.php 308 -ERROR - 2018-12-01 12:44:17 --> Severity: Notice --> Undefined index: BloodGroup C:\xampp\htdocs\ria\application\views\editEmployee.php 308 -ERROR - 2018-12-01 12:44:17 --> Severity: Notice --> Undefined index: BloodGroup C:\xampp\htdocs\ria\application\views\editEmployee.php 308 -ERROR - 2018-12-01 12:44:17 --> Severity: Notice --> Undefined index: BloodGroup C:\xampp\htdocs\ria\application\views\editEmployee.php 308 -ERROR - 2018-12-01 12:44:17 --> Severity: Notice --> Undefined index: MartialStatus C:\xampp\htdocs\ria\application\views\editEmployee.php 335 -ERROR - 2018-12-01 12:44:17 --> Severity: Notice --> Undefined index: MartialStatus C:\xampp\htdocs\ria\application\views\editEmployee.php 335 -ERROR - 2018-12-01 12:44:17 --> Severity: Notice --> Undefined index: MartialStatus C:\xampp\htdocs\ria\application\views\editEmployee.php 335 -ERROR - 2018-12-01 12:44:17 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-01 12:44:17 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-01 12:44:17 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-01 12:44:17 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-01 12:44:17 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-01 12:44:17 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-01 12:44:17 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-01 12:44:17 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-01 12:44:17 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-01 12:44:17 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-01 12:44:17 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-01 12:44:17 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-01 12:44:17 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-01 12:44:18 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-01 12:44:18 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-01 12:44:18 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-01 12:44:18 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-01 12:44:18 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-01 12:44:18 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-01 12:44:18 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-01 12:44:18 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-01 12:44:18 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-01 12:44:18 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-01 12:44:18 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-01 12:44:18 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-01 12:44:18 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-01 12:44:18 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-01 12:44:18 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-01 12:44:18 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-01 12:44:18 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-01 12:44:18 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-01 12:44:18 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-01 12:44:18 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-01 12:44:18 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-01 12:44:18 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-01 12:44:18 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-01 12:44:18 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-01 12:44:18 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-01 12:44:18 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-01 12:44:18 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-01 12:44:18 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-01 12:44:18 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-01 12:44:18 --> Severity: Notice --> Undefined index: Departmentcode C:\xampp\htdocs\ria\application\views\editEmployee.php 448 -ERROR - 2018-12-01 12:44:18 --> Severity: Notice --> Undefined index: Departmentcode C:\xampp\htdocs\ria\application\views\editEmployee.php 448 -ERROR - 2018-12-01 12:44:18 --> Severity: Notice --> Undefined index: Departmentcode C:\xampp\htdocs\ria\application\views\editEmployee.php 448 -ERROR - 2018-12-01 12:44:19 --> Severity: Notice --> Undefined index: Departmentcode C:\xampp\htdocs\ria\application\views\editEmployee.php 448 -ERROR - 2018-12-01 12:44:19 --> Severity: Notice --> Undefined index: Departmentcode C:\xampp\htdocs\ria\application\views\editEmployee.php 448 -ERROR - 2018-12-01 12:44:19 --> Severity: Notice --> Undefined index: Departmentcode C:\xampp\htdocs\ria\application\views\editEmployee.php 448 -ERROR - 2018-12-01 12:44:19 --> Severity: Notice --> Undefined index: Departmentcode C:\xampp\htdocs\ria\application\views\editEmployee.php 448 -ERROR - 2018-12-01 12:44:19 --> Severity: Notice --> Undefined index: Departmentcode C:\xampp\htdocs\ria\application\views\editEmployee.php 448 -ERROR - 2018-12-01 12:44:19 --> Severity: Notice --> Undefined index: Departmentcode C:\xampp\htdocs\ria\application\views\editEmployee.php 448 -ERROR - 2018-12-01 12:44:19 --> Severity: Notice --> Undefined index: Departmentcode C:\xampp\htdocs\ria\application\views\editEmployee.php 448 -ERROR - 2018-12-01 12:44:19 --> Severity: Notice --> Undefined index: Departmentcode C:\xampp\htdocs\ria\application\views\editEmployee.php 448 -ERROR - 2018-12-01 12:44:19 --> Severity: Notice --> Undefined index: Departmentcode C:\xampp\htdocs\ria\application\views\editEmployee.php 448 -ERROR - 2018-12-01 12:44:19 --> Severity: Notice --> Undefined index: Departmentcode C:\xampp\htdocs\ria\application\views\editEmployee.php 448 -ERROR - 2018-12-01 12:44:19 --> Severity: Notice --> Undefined index: Departmentcode C:\xampp\htdocs\ria\application\views\editEmployee.php 448 -ERROR - 2018-12-01 12:44:19 --> Severity: Notice --> Undefined index: Edu_Qualification C:\xampp\htdocs\ria\application\views\editEmployee.php 486 -ERROR - 2018-12-01 12:44:19 --> Severity: Notice --> Undefined index: Edu_Qualification C:\xampp\htdocs\ria\application\views\editEmployee.php 486 -ERROR - 2018-12-01 12:44:19 --> Severity: Notice --> Undefined index: Edu_Qualification C:\xampp\htdocs\ria\application\views\editEmployee.php 486 -ERROR - 2018-12-01 12:44:19 --> Severity: Notice --> Undefined index: Edu_Qualification C:\xampp\htdocs\ria\application\views\editEmployee.php 486 -ERROR - 2018-12-01 12:44:19 --> Severity: Notice --> Undefined index: Edu_Qualification C:\xampp\htdocs\ria\application\views\editEmployee.php 486 -ERROR - 2018-12-01 12:44:19 --> Severity: Notice --> Undefined index: Edu_Qualification C:\xampp\htdocs\ria\application\views\editEmployee.php 486 -ERROR - 2018-12-01 12:44:19 --> Severity: Notice --> Undefined index: Edu_Qualification C:\xampp\htdocs\ria\application\views\editEmployee.php 486 -ERROR - 2018-12-01 12:44:19 --> Severity: Notice --> Undefined index: Edu_Qualification C:\xampp\htdocs\ria\application\views\editEmployee.php 486 -ERROR - 2018-12-01 12:44:19 --> Severity: Notice --> Undefined index: Edu_Qualification C:\xampp\htdocs\ria\application\views\editEmployee.php 486 -ERROR - 2018-12-01 12:44:19 --> Severity: Notice --> Undefined index: Edu_Qualification C:\xampp\htdocs\ria\application\views\editEmployee.php 486 -ERROR - 2018-12-01 12:44:19 --> Severity: Notice --> Undefined index: Edu_Qualification C:\xampp\htdocs\ria\application\views\editEmployee.php 486 -ERROR - 2018-12-01 12:44:19 --> Severity: Notice --> Undefined index: Edu_Qualification C:\xampp\htdocs\ria\application\views\editEmployee.php 486 -ERROR - 2018-12-01 12:44:19 --> Severity: Notice --> Undefined index: Edu_Qualification C:\xampp\htdocs\ria\application\views\editEmployee.php 486 -ERROR - 2018-12-01 12:44:19 --> Severity: Notice --> Undefined variable: uano C:\xampp\htdocs\ria\application\views\editEmployee.php 609 -ERROR - 2018-12-01 12:45:37 --> Severity: Notice --> Undefined index: Gender C:\xampp\htdocs\ria\application\views\editEmployee.php 271 -ERROR - 2018-12-01 12:45:37 --> Severity: Notice --> Undefined index: Gender C:\xampp\htdocs\ria\application\views\editEmployee.php 271 -ERROR - 2018-12-01 12:45:37 --> Severity: Notice --> Undefined index: BloodGroup C:\xampp\htdocs\ria\application\views\editEmployee.php 308 -ERROR - 2018-12-01 12:45:37 --> Severity: Notice --> Undefined index: BloodGroup C:\xampp\htdocs\ria\application\views\editEmployee.php 308 -ERROR - 2018-12-01 12:45:37 --> Severity: Notice --> Undefined index: BloodGroup C:\xampp\htdocs\ria\application\views\editEmployee.php 308 -ERROR - 2018-12-01 12:45:37 --> Severity: Notice --> Undefined index: BloodGroup C:\xampp\htdocs\ria\application\views\editEmployee.php 308 -ERROR - 2018-12-01 12:45:37 --> Severity: Notice --> Undefined index: BloodGroup C:\xampp\htdocs\ria\application\views\editEmployee.php 308 -ERROR - 2018-12-01 12:45:37 --> Severity: Notice --> Undefined index: BloodGroup C:\xampp\htdocs\ria\application\views\editEmployee.php 308 -ERROR - 2018-12-01 12:45:37 --> Severity: Notice --> Undefined index: BloodGroup C:\xampp\htdocs\ria\application\views\editEmployee.php 308 -ERROR - 2018-12-01 12:45:37 --> Severity: Notice --> Undefined index: MartialStatus C:\xampp\htdocs\ria\application\views\editEmployee.php 335 -ERROR - 2018-12-01 12:45:37 --> Severity: Notice --> Undefined index: MartialStatus C:\xampp\htdocs\ria\application\views\editEmployee.php 335 -ERROR - 2018-12-01 12:45:37 --> Severity: Notice --> Undefined index: MartialStatus C:\xampp\htdocs\ria\application\views\editEmployee.php 335 -ERROR - 2018-12-01 12:45:37 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-01 12:45:37 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-01 12:45:38 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-01 12:45:38 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-01 12:45:38 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-01 12:45:38 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-01 12:45:38 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-01 12:45:38 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-01 12:45:38 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-01 12:45:38 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-01 12:45:38 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-01 12:45:38 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-01 12:45:38 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-01 12:45:38 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-01 12:45:38 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-01 12:45:38 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-01 12:45:38 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-01 12:45:38 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-01 12:45:38 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-01 12:45:38 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-01 12:45:38 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-01 12:45:38 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-01 12:45:38 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-01 12:45:38 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-01 12:45:38 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-01 12:45:38 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-01 12:45:38 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-01 12:45:38 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-01 12:45:38 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-01 12:45:38 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-01 12:45:38 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-01 12:45:39 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-01 12:45:39 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-01 12:45:39 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-01 12:45:39 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-01 12:45:39 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-01 12:45:39 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-01 12:45:39 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-01 12:45:39 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-01 12:45:39 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-01 12:45:39 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-01 12:45:39 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-01 12:45:39 --> Severity: Notice --> Undefined index: Departmentcode C:\xampp\htdocs\ria\application\views\editEmployee.php 448 -ERROR - 2018-12-01 12:45:39 --> Severity: Notice --> Undefined index: Departmentcode C:\xampp\htdocs\ria\application\views\editEmployee.php 448 -ERROR - 2018-12-01 12:45:39 --> Severity: Notice --> Undefined index: Departmentcode C:\xampp\htdocs\ria\application\views\editEmployee.php 448 -ERROR - 2018-12-01 12:45:39 --> Severity: Notice --> Undefined index: Departmentcode C:\xampp\htdocs\ria\application\views\editEmployee.php 448 -ERROR - 2018-12-01 12:45:39 --> Severity: Notice --> Undefined index: Departmentcode C:\xampp\htdocs\ria\application\views\editEmployee.php 448 -ERROR - 2018-12-01 12:45:39 --> Severity: Notice --> Undefined index: Departmentcode C:\xampp\htdocs\ria\application\views\editEmployee.php 448 -ERROR - 2018-12-01 12:45:39 --> Severity: Notice --> Undefined index: Departmentcode C:\xampp\htdocs\ria\application\views\editEmployee.php 448 -ERROR - 2018-12-01 12:45:39 --> Severity: Notice --> Undefined index: Departmentcode C:\xampp\htdocs\ria\application\views\editEmployee.php 448 -ERROR - 2018-12-01 12:45:39 --> Severity: Notice --> Undefined index: Departmentcode C:\xampp\htdocs\ria\application\views\editEmployee.php 448 -ERROR - 2018-12-01 12:45:39 --> Severity: Notice --> Undefined index: Departmentcode C:\xampp\htdocs\ria\application\views\editEmployee.php 448 -ERROR - 2018-12-01 12:45:39 --> Severity: Notice --> Undefined index: Departmentcode C:\xampp\htdocs\ria\application\views\editEmployee.php 448 -ERROR - 2018-12-01 12:45:39 --> Severity: Notice --> Undefined index: Departmentcode C:\xampp\htdocs\ria\application\views\editEmployee.php 448 -ERROR - 2018-12-01 12:45:39 --> Severity: Notice --> Undefined index: Departmentcode C:\xampp\htdocs\ria\application\views\editEmployee.php 448 -ERROR - 2018-12-01 12:45:39 --> Severity: Notice --> Undefined index: Departmentcode C:\xampp\htdocs\ria\application\views\editEmployee.php 448 -ERROR - 2018-12-01 12:45:39 --> Severity: Notice --> Undefined index: Edu_Qualification C:\xampp\htdocs\ria\application\views\editEmployee.php 486 -ERROR - 2018-12-01 12:45:39 --> Severity: Notice --> Undefined index: Edu_Qualification C:\xampp\htdocs\ria\application\views\editEmployee.php 486 -ERROR - 2018-12-01 12:45:39 --> Severity: Notice --> Undefined index: Edu_Qualification C:\xampp\htdocs\ria\application\views\editEmployee.php 486 -ERROR - 2018-12-01 12:45:39 --> Severity: Notice --> Undefined index: Edu_Qualification C:\xampp\htdocs\ria\application\views\editEmployee.php 486 -ERROR - 2018-12-01 12:45:39 --> Severity: Notice --> Undefined index: Edu_Qualification C:\xampp\htdocs\ria\application\views\editEmployee.php 486 -ERROR - 2018-12-01 12:45:39 --> Severity: Notice --> Undefined index: Edu_Qualification C:\xampp\htdocs\ria\application\views\editEmployee.php 486 -ERROR - 2018-12-01 12:45:39 --> Severity: Notice --> Undefined index: Edu_Qualification C:\xampp\htdocs\ria\application\views\editEmployee.php 486 -ERROR - 2018-12-01 12:45:40 --> Severity: Notice --> Undefined index: Edu_Qualification C:\xampp\htdocs\ria\application\views\editEmployee.php 486 -ERROR - 2018-12-01 12:45:40 --> Severity: Notice --> Undefined index: Edu_Qualification C:\xampp\htdocs\ria\application\views\editEmployee.php 486 -ERROR - 2018-12-01 12:45:40 --> Severity: Notice --> Undefined index: Edu_Qualification C:\xampp\htdocs\ria\application\views\editEmployee.php 486 -ERROR - 2018-12-01 12:45:40 --> Severity: Notice --> Undefined index: Edu_Qualification C:\xampp\htdocs\ria\application\views\editEmployee.php 486 -ERROR - 2018-12-01 12:45:40 --> Severity: Notice --> Undefined index: Edu_Qualification C:\xampp\htdocs\ria\application\views\editEmployee.php 486 -ERROR - 2018-12-01 12:45:40 --> Severity: Notice --> Undefined index: Edu_Qualification C:\xampp\htdocs\ria\application\views\editEmployee.php 486 -ERROR - 2018-12-01 12:45:40 --> Severity: Notice --> Undefined variable: uano C:\xampp\htdocs\ria\application\views\editEmployee.php 609 diff --git a/application/logs/log-2018-12-04.php b/application/logs/log-2018-12-04.php deleted file mode 100644 index 0e98f268..00000000 --- a/application/logs/log-2018-12-04.php +++ /dev/null @@ -1,234 +0,0 @@ - - -ERROR - 2018-12-04 06:37:18 --> Severity: Notice --> Undefined index: Gender C:\xampp\htdocs\ria\application\views\editEmployee.php 271 -ERROR - 2018-12-04 06:37:18 --> Severity: Notice --> Undefined index: Gender C:\xampp\htdocs\ria\application\views\editEmployee.php 271 -ERROR - 2018-12-04 06:37:18 --> Severity: Notice --> Undefined index: BloodGroup C:\xampp\htdocs\ria\application\views\editEmployee.php 308 -ERROR - 2018-12-04 06:37:18 --> Severity: Notice --> Undefined index: BloodGroup C:\xampp\htdocs\ria\application\views\editEmployee.php 308 -ERROR - 2018-12-04 06:37:18 --> Severity: Notice --> Undefined index: BloodGroup C:\xampp\htdocs\ria\application\views\editEmployee.php 308 -ERROR - 2018-12-04 06:37:18 --> Severity: Notice --> Undefined index: BloodGroup C:\xampp\htdocs\ria\application\views\editEmployee.php 308 -ERROR - 2018-12-04 06:37:18 --> Severity: Notice --> Undefined index: BloodGroup C:\xampp\htdocs\ria\application\views\editEmployee.php 308 -ERROR - 2018-12-04 06:37:18 --> Severity: Notice --> Undefined index: BloodGroup C:\xampp\htdocs\ria\application\views\editEmployee.php 308 -ERROR - 2018-12-04 06:37:18 --> Severity: Notice --> Undefined index: BloodGroup C:\xampp\htdocs\ria\application\views\editEmployee.php 308 -ERROR - 2018-12-04 06:37:18 --> Severity: Notice --> Undefined index: MartialStatus C:\xampp\htdocs\ria\application\views\editEmployee.php 335 -ERROR - 2018-12-04 06:37:18 --> Severity: Notice --> Undefined index: MartialStatus C:\xampp\htdocs\ria\application\views\editEmployee.php 335 -ERROR - 2018-12-04 06:37:18 --> Severity: Notice --> Undefined index: MartialStatus C:\xampp\htdocs\ria\application\views\editEmployee.php 335 -ERROR - 2018-12-04 06:37:18 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-04 06:37:18 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-04 06:37:18 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-04 06:37:18 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-04 06:37:19 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-04 06:37:19 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-04 06:37:19 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-04 06:37:19 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-04 06:37:19 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-04 06:37:19 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-04 06:37:19 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-04 06:37:19 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-04 06:37:19 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-04 06:37:19 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-04 06:37:19 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-04 06:37:19 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-04 06:37:19 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-04 06:37:19 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-04 06:37:19 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-04 06:37:19 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-04 06:37:19 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-04 06:37:19 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-04 06:37:19 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-04 06:37:19 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-04 06:37:19 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-04 06:37:19 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-04 06:37:19 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-04 06:37:19 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-04 06:37:19 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-04 06:37:19 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-04 06:37:19 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-04 06:37:20 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-04 06:37:20 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-04 06:37:20 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-04 06:37:20 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-04 06:37:20 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-04 06:37:20 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-04 06:37:20 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-04 06:37:20 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-04 06:37:20 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-04 06:37:20 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-04 06:37:20 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-04 06:37:20 --> Severity: Notice --> Undefined index: Departmentcode C:\xampp\htdocs\ria\application\views\editEmployee.php 448 -ERROR - 2018-12-04 06:37:20 --> Severity: Notice --> Undefined index: Departmentcode C:\xampp\htdocs\ria\application\views\editEmployee.php 448 -ERROR - 2018-12-04 06:37:20 --> Severity: Notice --> Undefined index: Departmentcode C:\xampp\htdocs\ria\application\views\editEmployee.php 448 -ERROR - 2018-12-04 06:37:20 --> Severity: Notice --> Undefined index: Departmentcode C:\xampp\htdocs\ria\application\views\editEmployee.php 448 -ERROR - 2018-12-04 06:37:20 --> Severity: Notice --> Undefined index: Departmentcode C:\xampp\htdocs\ria\application\views\editEmployee.php 448 -ERROR - 2018-12-04 06:37:20 --> Severity: Notice --> Undefined index: Departmentcode C:\xampp\htdocs\ria\application\views\editEmployee.php 448 -ERROR - 2018-12-04 06:37:20 --> Severity: Notice --> Undefined index: Departmentcode C:\xampp\htdocs\ria\application\views\editEmployee.php 448 -ERROR - 2018-12-04 06:37:20 --> Severity: Notice --> Undefined index: Departmentcode C:\xampp\htdocs\ria\application\views\editEmployee.php 448 -ERROR - 2018-12-04 06:37:20 --> Severity: Notice --> Undefined index: Departmentcode C:\xampp\htdocs\ria\application\views\editEmployee.php 448 -ERROR - 2018-12-04 06:37:20 --> Severity: Notice --> Undefined index: Departmentcode C:\xampp\htdocs\ria\application\views\editEmployee.php 448 -ERROR - 2018-12-04 06:37:20 --> Severity: Notice --> Undefined index: Departmentcode C:\xampp\htdocs\ria\application\views\editEmployee.php 448 -ERROR - 2018-12-04 06:37:20 --> Severity: Notice --> Undefined index: Departmentcode C:\xampp\htdocs\ria\application\views\editEmployee.php 448 -ERROR - 2018-12-04 06:37:20 --> Severity: Notice --> Undefined index: Departmentcode C:\xampp\htdocs\ria\application\views\editEmployee.php 448 -ERROR - 2018-12-04 06:37:20 --> Severity: Notice --> Undefined index: Departmentcode C:\xampp\htdocs\ria\application\views\editEmployee.php 448 -ERROR - 2018-12-04 06:37:20 --> Severity: Notice --> Undefined index: Edu_Qualification C:\xampp\htdocs\ria\application\views\editEmployee.php 486 -ERROR - 2018-12-04 06:37:20 --> Severity: Notice --> Undefined index: Edu_Qualification C:\xampp\htdocs\ria\application\views\editEmployee.php 486 -ERROR - 2018-12-04 06:37:20 --> Severity: Notice --> Undefined index: Edu_Qualification C:\xampp\htdocs\ria\application\views\editEmployee.php 486 -ERROR - 2018-12-04 06:37:20 --> Severity: Notice --> Undefined index: Edu_Qualification C:\xampp\htdocs\ria\application\views\editEmployee.php 486 -ERROR - 2018-12-04 06:37:20 --> Severity: Notice --> Undefined index: Edu_Qualification C:\xampp\htdocs\ria\application\views\editEmployee.php 486 -ERROR - 2018-12-04 06:37:20 --> Severity: Notice --> Undefined index: Edu_Qualification C:\xampp\htdocs\ria\application\views\editEmployee.php 486 -ERROR - 2018-12-04 06:37:20 --> Severity: Notice --> Undefined index: Edu_Qualification C:\xampp\htdocs\ria\application\views\editEmployee.php 486 -ERROR - 2018-12-04 06:37:21 --> Severity: Notice --> Undefined index: Edu_Qualification C:\xampp\htdocs\ria\application\views\editEmployee.php 486 -ERROR - 2018-12-04 06:37:21 --> Severity: Notice --> Undefined index: Edu_Qualification C:\xampp\htdocs\ria\application\views\editEmployee.php 486 -ERROR - 2018-12-04 06:37:21 --> Severity: Notice --> Undefined index: Edu_Qualification C:\xampp\htdocs\ria\application\views\editEmployee.php 486 -ERROR - 2018-12-04 06:37:21 --> Severity: Notice --> Undefined index: Edu_Qualification C:\xampp\htdocs\ria\application\views\editEmployee.php 486 -ERROR - 2018-12-04 06:37:21 --> Severity: Notice --> Undefined index: Edu_Qualification C:\xampp\htdocs\ria\application\views\editEmployee.php 486 -ERROR - 2018-12-04 06:37:21 --> Severity: Notice --> Undefined index: Edu_Qualification C:\xampp\htdocs\ria\application\views\editEmployee.php 486 -ERROR - 2018-12-04 06:37:21 --> Severity: Notice --> Undefined variable: uano C:\xampp\htdocs\ria\application\views\editEmployee.php 609 -ERROR - 2018-12-04 06:40:19 --> Severity: Notice --> Undefined index: Gender C:\xampp\htdocs\ria\application\views\editEmployee.php 271 -ERROR - 2018-12-04 06:40:20 --> Severity: Notice --> Undefined index: Gender C:\xampp\htdocs\ria\application\views\editEmployee.php 271 -ERROR - 2018-12-04 06:40:20 --> Severity: Notice --> Undefined index: BloodGroup C:\xampp\htdocs\ria\application\views\editEmployee.php 308 -ERROR - 2018-12-04 06:40:20 --> Severity: Notice --> Undefined index: BloodGroup C:\xampp\htdocs\ria\application\views\editEmployee.php 308 -ERROR - 2018-12-04 06:40:20 --> Severity: Notice --> Undefined index: BloodGroup C:\xampp\htdocs\ria\application\views\editEmployee.php 308 -ERROR - 2018-12-04 06:40:20 --> Severity: Notice --> Undefined index: BloodGroup C:\xampp\htdocs\ria\application\views\editEmployee.php 308 -ERROR - 2018-12-04 06:40:20 --> Severity: Notice --> Undefined index: BloodGroup C:\xampp\htdocs\ria\application\views\editEmployee.php 308 -ERROR - 2018-12-04 06:40:20 --> Severity: Notice --> Undefined index: BloodGroup C:\xampp\htdocs\ria\application\views\editEmployee.php 308 -ERROR - 2018-12-04 06:40:20 --> Severity: Notice --> Undefined index: BloodGroup C:\xampp\htdocs\ria\application\views\editEmployee.php 308 -ERROR - 2018-12-04 06:40:20 --> Severity: Notice --> Undefined index: MartialStatus C:\xampp\htdocs\ria\application\views\editEmployee.php 335 -ERROR - 2018-12-04 06:40:20 --> Severity: Notice --> Undefined index: MartialStatus C:\xampp\htdocs\ria\application\views\editEmployee.php 335 -ERROR - 2018-12-04 06:40:20 --> Severity: Notice --> Undefined index: MartialStatus C:\xampp\htdocs\ria\application\views\editEmployee.php 335 -ERROR - 2018-12-04 06:40:20 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-04 06:40:20 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-04 06:40:20 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-04 06:40:20 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-04 06:40:20 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-04 06:40:20 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-04 06:40:20 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-04 06:40:20 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-04 06:40:20 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-04 06:40:20 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-04 06:40:20 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-04 06:40:20 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-04 06:40:20 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-04 06:40:20 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-04 06:40:20 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-04 06:40:20 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-04 06:40:20 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-04 06:40:20 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-04 06:40:20 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-04 06:40:20 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-04 06:40:21 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-04 06:40:21 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-04 06:40:21 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-04 06:40:21 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-04 06:40:21 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-04 06:40:21 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-04 06:40:21 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-04 06:40:21 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-04 06:40:21 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-04 06:40:21 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-04 06:40:21 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-04 06:40:21 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-04 06:40:21 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-04 06:40:21 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-04 06:40:21 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-04 06:40:21 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-04 06:40:21 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-04 06:40:21 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-04 06:40:21 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-04 06:40:21 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-04 06:40:21 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-04 06:40:21 --> Severity: Notice --> Undefined index: Designation C:\xampp\htdocs\ria\application\views\editEmployee.php 421 -ERROR - 2018-12-04 06:40:21 --> Severity: Notice --> Undefined index: Departmentcode C:\xampp\htdocs\ria\application\views\editEmployee.php 448 -ERROR - 2018-12-04 06:40:21 --> Severity: Notice --> Undefined index: Departmentcode C:\xampp\htdocs\ria\application\views\editEmployee.php 448 -ERROR - 2018-12-04 06:40:21 --> Severity: Notice --> Undefined index: Departmentcode C:\xampp\htdocs\ria\application\views\editEmployee.php 448 -ERROR - 2018-12-04 06:40:21 --> Severity: Notice --> Undefined index: Departmentcode C:\xampp\htdocs\ria\application\views\editEmployee.php 448 -ERROR - 2018-12-04 06:40:21 --> Severity: Notice --> Undefined index: Departmentcode C:\xampp\htdocs\ria\application\views\editEmployee.php 448 -ERROR - 2018-12-04 06:40:21 --> Severity: Notice --> Undefined index: Departmentcode C:\xampp\htdocs\ria\application\views\editEmployee.php 448 -ERROR - 2018-12-04 06:40:21 --> Severity: Notice --> Undefined index: Departmentcode C:\xampp\htdocs\ria\application\views\editEmployee.php 448 -ERROR - 2018-12-04 06:40:21 --> Severity: Notice --> Undefined index: Departmentcode C:\xampp\htdocs\ria\application\views\editEmployee.php 448 -ERROR - 2018-12-04 06:40:21 --> Severity: Notice --> Undefined index: Departmentcode C:\xampp\htdocs\ria\application\views\editEmployee.php 448 -ERROR - 2018-12-04 06:40:22 --> Severity: Notice --> Undefined index: Departmentcode C:\xampp\htdocs\ria\application\views\editEmployee.php 448 -ERROR - 2018-12-04 06:40:22 --> Severity: Notice --> Undefined index: Departmentcode C:\xampp\htdocs\ria\application\views\editEmployee.php 448 -ERROR - 2018-12-04 06:40:22 --> Severity: Notice --> Undefined index: Departmentcode C:\xampp\htdocs\ria\application\views\editEmployee.php 448 -ERROR - 2018-12-04 06:40:22 --> Severity: Notice --> Undefined index: Departmentcode C:\xampp\htdocs\ria\application\views\editEmployee.php 448 -ERROR - 2018-12-04 06:40:22 --> Severity: Notice --> Undefined index: Departmentcode C:\xampp\htdocs\ria\application\views\editEmployee.php 448 -ERROR - 2018-12-04 06:40:22 --> Severity: Notice --> Undefined index: Edu_Qualification C:\xampp\htdocs\ria\application\views\editEmployee.php 486 -ERROR - 2018-12-04 06:40:22 --> Severity: Notice --> Undefined index: Edu_Qualification C:\xampp\htdocs\ria\application\views\editEmployee.php 486 -ERROR - 2018-12-04 06:40:22 --> Severity: Notice --> Undefined index: Edu_Qualification C:\xampp\htdocs\ria\application\views\editEmployee.php 486 -ERROR - 2018-12-04 06:40:22 --> Severity: Notice --> Undefined index: Edu_Qualification C:\xampp\htdocs\ria\application\views\editEmployee.php 486 -ERROR - 2018-12-04 06:40:22 --> Severity: Notice --> Undefined index: Edu_Qualification C:\xampp\htdocs\ria\application\views\editEmployee.php 486 -ERROR - 2018-12-04 06:40:22 --> Severity: Notice --> Undefined index: Edu_Qualification C:\xampp\htdocs\ria\application\views\editEmployee.php 486 -ERROR - 2018-12-04 06:40:22 --> Severity: Notice --> Undefined index: Edu_Qualification C:\xampp\htdocs\ria\application\views\editEmployee.php 486 -ERROR - 2018-12-04 06:40:22 --> Severity: Notice --> Undefined index: Edu_Qualification C:\xampp\htdocs\ria\application\views\editEmployee.php 486 -ERROR - 2018-12-04 06:40:22 --> Severity: Notice --> Undefined index: Edu_Qualification C:\xampp\htdocs\ria\application\views\editEmployee.php 486 -ERROR - 2018-12-04 06:40:22 --> Severity: Notice --> Undefined index: Edu_Qualification C:\xampp\htdocs\ria\application\views\editEmployee.php 486 -ERROR - 2018-12-04 06:40:22 --> Severity: Notice --> Undefined index: Edu_Qualification C:\xampp\htdocs\ria\application\views\editEmployee.php 486 -ERROR - 2018-12-04 06:40:22 --> Severity: Notice --> Undefined index: Edu_Qualification C:\xampp\htdocs\ria\application\views\editEmployee.php 486 -ERROR - 2018-12-04 06:40:22 --> Severity: Notice --> Undefined index: Edu_Qualification C:\xampp\htdocs\ria\application\views\editEmployee.php 486 -ERROR - 2018-12-04 06:40:22 --> Severity: Notice --> Undefined variable: uano C:\xampp\htdocs\ria\application\views\editEmployee.php 609 -ERROR - 2018-12-04 07:33:58 --> Severity: Warning --> mysqli_query(): MySQL server has gone away C:\xampp\htdocs\ria\system\database\drivers\mysqli\mysqli_driver.php 180 -ERROR - 2018-12-04 07:33:58 --> Severity: Warning --> mysqli_query(): MySQL server has gone away C:\xampp\htdocs\ria\system\database\drivers\mysqli\mysqli_driver.php 180 -ERROR - 2018-12-04 07:33:59 --> Severity: Warning --> mysqli_query(): Error reading result set's header C:\xampp\htdocs\ria\system\database\drivers\mysqli\mysqli_driver.php 180 -ERROR - 2018-12-04 07:33:59 --> Query error: MySQL server has gone away -ERROR - 2018-12-04 07:33:59 --> Severity: Warning --> mysqli_query(): Error reading result set's header C:\xampp\htdocs\ria\system\database\drivers\mysqli\mysqli_driver.php 180 -ERROR - 2018-12-04 07:33:59 --> Query error: MySQL server has gone away -ERROR - 2018-12-04 07:35:35 --> Severity: Warning --> call_user_func_array() expects parameter 1 to be a valid callback, class 'report' does not have a method 'index' C:\xampp\htdocs\ria\system\core\CodeIgniter.php 360 -ERROR - 2018-12-04 07:38:16 --> Severity: Warning --> call_user_func_array() expects parameter 1 to be a valid callback, class 'report' does not have a method 'index' C:\xampp\htdocs\ria\system\core\CodeIgniter.php 360 -ERROR - 2018-12-04 07:40:23 --> Severity: Warning --> call_user_func_array() expects parameter 1 to be a valid callback, class 'report' does not have a method 'index' C:\xampp\htdocs\ria\system\core\CodeIgniter.php 360 -ERROR - 2018-12-04 07:41:34 --> Severity: Warning --> call_user_func_array() expects parameter 1 to be a valid callback, class 'report' does not have a method 'index' C:\xampp\htdocs\ria\system\core\CodeIgniter.php 360 -ERROR - 2018-12-04 07:42:42 --> Severity: Warning --> call_user_func_array() expects parameter 1 to be a valid callback, class 'report' does not have a method 'index' C:\xampp\htdocs\ria\system\core\CodeIgniter.php 360 -ERROR - 2018-12-04 07:43:44 --> Severity: Warning --> call_user_func_array() expects parameter 1 to be a valid callback, class 'report' does not have a method 'index' C:\xampp\htdocs\ria\system\core\CodeIgniter.php 360 -ERROR - 2018-12-04 07:47:51 --> Severity: Warning --> call_user_func_array() expects parameter 1 to be a valid callback, class 'report' does not have a method 'index' C:\xampp\htdocs\ria\system\core\CodeIgniter.php 360 -ERROR - 2018-12-04 07:48:17 --> Severity: Warning --> call_user_func_array() expects parameter 1 to be a valid callback, class 'report' does not have a method 'index' C:\xampp\htdocs\ria\system\core\CodeIgniter.php 360 -ERROR - 2018-12-04 07:49:18 --> Severity: Warning --> call_user_func_array() expects parameter 1 to be a valid callback, class 'report' does not have a method 'index' C:\xampp\htdocs\ria\system\core\CodeIgniter.php 360 -ERROR - 2018-12-04 07:49:34 --> Severity: Warning --> call_user_func_array() expects parameter 1 to be a valid callback, class 'report' does not have a method 'index' C:\xampp\htdocs\ria\system\core\CodeIgniter.php 360 -ERROR - 2018-12-04 07:57:05 --> Severity: Warning --> call_user_func_array() expects parameter 1 to be a valid callback, class 'report' does not have a method 'index' C:\xampp\htdocs\ria\system\core\CodeIgniter.php 360 -ERROR - 2018-12-04 08:00:55 --> Severity: Warning --> call_user_func_array() expects parameter 1 to be a valid callback, class 'report' does not have a method 'index' C:\xampp\htdocs\ria\system\core\CodeIgniter.php 360 -ERROR - 2018-12-04 08:01:18 --> Severity: Warning --> call_user_func_array() expects parameter 1 to be a valid callback, class 'report' does not have a method 'index' C:\xampp\htdocs\ria\system\core\CodeIgniter.php 360 -ERROR - 2018-12-04 08:29:19 --> Severity: Warning --> call_user_func_array() expects parameter 1 to be a valid callback, class 'report' does not have a method 'index' C:\xampp\htdocs\ria\system\core\CodeIgniter.php 360 -ERROR - 2018-12-04 08:30:39 --> Severity: Warning --> call_user_func_array() expects parameter 1 to be a valid callback, class 'report' does not have a method 'index' C:\xampp\htdocs\ria\system\core\CodeIgniter.php 360 -ERROR - 2018-12-04 08:30:54 --> Severity: Warning --> call_user_func_array() expects parameter 1 to be a valid callback, class 'report' does not have a method 'index' C:\xampp\htdocs\ria\system\core\CodeIgniter.php 360 -ERROR - 2018-12-04 08:31:27 --> Severity: Warning --> call_user_func_array() expects parameter 1 to be a valid callback, class 'report' does not have a method 'index' C:\xampp\htdocs\ria\system\core\CodeIgniter.php 360 -ERROR - 2018-12-04 08:33:13 --> Severity: Warning --> call_user_func_array() expects parameter 1 to be a valid callback, class 'report' does not have a method 'index' C:\xampp\htdocs\ria\system\core\CodeIgniter.php 360 -ERROR - 2018-12-04 08:33:54 --> Severity: Warning --> call_user_func_array() expects parameter 1 to be a valid callback, class 'report' does not have a method 'index' C:\xampp\htdocs\ria\system\core\CodeIgniter.php 360 -ERROR - 2018-12-04 10:00:21 --> Severity: Warning --> call_user_func_array() expects parameter 1 to be a valid callback, class 'report' does not have a method 'index' C:\xampp\htdocs\ria\system\core\CodeIgniter.php 360 -ERROR - 2018-12-04 10:01:38 --> Severity: Warning --> call_user_func_array() expects parameter 1 to be a valid callback, class 'report' does not have a method 'index' C:\xampp\htdocs\ria\system\core\CodeIgniter.php 360 -ERROR - 2018-12-04 10:08:35 --> Severity: Warning --> call_user_func_array() expects parameter 1 to be a valid callback, class 'report' does not have a method 'index' C:\xampp\htdocs\ria\system\core\CodeIgniter.php 360 -ERROR - 2018-12-04 10:09:53 --> Severity: Warning --> call_user_func_array() expects parameter 1 to be a valid callback, class 'report' does not have a method 'index' C:\xampp\htdocs\ria\system\core\CodeIgniter.php 360 -ERROR - 2018-12-04 10:11:05 --> Severity: Warning --> call_user_func_array() expects parameter 1 to be a valid callback, class 'report' does not have a method 'index' C:\xampp\htdocs\ria\system\core\CodeIgniter.php 360 -ERROR - 2018-12-04 10:19:39 --> Severity: Warning --> call_user_func_array() expects parameter 1 to be a valid callback, class 'report' does not have a method 'index' C:\xampp\htdocs\ria\system\core\CodeIgniter.php 360 -ERROR - 2018-12-04 10:20:11 --> Severity: Warning --> call_user_func_array() expects parameter 1 to be a valid callback, class 'report' does not have a method 'index' C:\xampp\htdocs\ria\system\core\CodeIgniter.php 360 -ERROR - 2018-12-04 10:21:44 --> Severity: Warning --> call_user_func_array() expects parameter 1 to be a valid callback, class 'report' does not have a method 'index' C:\xampp\htdocs\ria\system\core\CodeIgniter.php 360 -ERROR - 2018-12-04 12:17:34 --> Severity: Notice --> Use of undefined constant console - assumed 'console' C:\xampp\htdocs\ria\application\controllers\report.php 676 -ERROR - 2018-12-04 12:17:34 --> Severity: Warning --> log() expects parameter 1 to be float, string given C:\xampp\htdocs\ria\application\controllers\report.php 676 -ERROR - 2018-12-04 12:29:34 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\controllers\report.php 689 -ERROR - 2018-12-04 12:30:12 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\controllers\report.php 689 -ERROR - 2018-12-04 13:14:09 --> Severity: Warning --> mysqli_connect(): (HY000/2002): A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. - C:\xampp\htdocs\ria\system\database\drivers\mysqli\mysqli_driver.php 77 -ERROR - 2018-12-04 13:14:09 --> Unable to connect to the database -ERROR - 2018-12-04 13:14:43 --> Severity: Warning --> mysqli_connect(): (HY000/2002): A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. - C:\xampp\htdocs\ria\system\database\drivers\mysqli\mysqli_driver.php 77 -ERROR - 2018-12-04 13:14:44 --> Unable to connect to the database -ERROR - 2018-12-04 13:14:57 --> Severity: Warning --> mysqli_connect(): (HY000/2002): A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. - C:\xampp\htdocs\ria\system\database\drivers\mysqli\mysqli_driver.php 77 -ERROR - 2018-12-04 13:14:57 --> Unable to connect to the database -ERROR - 2018-12-04 13:17:47 --> Severity: Warning --> mysqli_connect(): (HY000/2002): A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. - C:\xampp\htdocs\ria\system\database\drivers\mysqli\mysqli_driver.php 77 -ERROR - 2018-12-04 13:17:47 --> Unable to connect to the database -ERROR - 2018-12-04 13:29:30 --> Severity: Notice --> Array to string conversion C:\xampp\htdocs\ria\application\models\dahsboard_model.php 1809 -ERROR - 2018-12-04 13:29:31 --> Severity: Notice --> Array to string conversion C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 70 -ERROR - 2018-12-04 14:24:31 --> Severity: Warning --> call_user_func_array() expects parameter 1 to be a valid callback, class 'report' does not have a method 'index' C:\xampp\htdocs\ria\system\core\CodeIgniter.php 360 -ERROR - 2018-12-04 14:29:28 --> Severity: Notice --> Array to string conversion C:\xampp\htdocs\ria\application\models\dahsboard_model.php 1809 -ERROR - 2018-12-04 14:29:28 --> Severity: Notice --> Array to string conversion C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 70 -ERROR - 2018-12-04 14:30:35 --> Severity: Notice --> Array to string conversion C:\xampp\htdocs\ria\application\models\dahsboard_model.php 1809 -ERROR - 2018-12-04 14:47:50 --> Severity: Notice --> Array to string conversion C:\xampp\htdocs\ria\application\models\dahsboard_model.php 1810 -ERROR - 2018-12-04 14:47:50 --> Query error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''Array' group by pono,material_name,category,supplier_name,id.IGRItemNo' at line 52 -ERROR - 2018-12-04 14:52:12 --> Query error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''30 mesh x 32 G SS304 wire mesh screenfor 60,6212 - Silica Sand AFS 39-43- For S' at line 52 -ERROR - 2018-12-04 14:53:23 --> Severity: Notice --> Array to string conversion C:\xampp\htdocs\ria\application\models\dahsboard_model.php 1810 -ERROR - 2018-12-04 14:53:23 --> Query error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''Array' group by pono,material_name,category,supplier_name,id.IGRItemNo' at line 52 -ERROR - 2018-12-04 14:55:06 --> Query error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'mesh x 32 G SS304 wire mesh screenfor 60,6212 - Silica Sand AFS 39-43- For Sievi' at line 52 -ERROR - 2018-12-04 14:55:31 --> Query error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'mesh x 32 G SS304 wire mesh screenfor 60,6212 - Silica Sand AFS 39-43- For Sievi' at line 52 -ERROR - 2018-12-04 14:56:00 --> Severity: Warning --> implode(): Invalid arguments passed C:\xampp\htdocs\ria\application\models\dahsboard_model.php 1810 -ERROR - 2018-12-04 14:56:01 --> Query error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') group by pono,material_name,category,supplier_name,id.IGRItemNo' at line 52 -ERROR - 2018-12-04 14:56:17 --> Query error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'mesh x 32 G SS304 wire mesh screenfor 60,6212 - Silica Sand AFS 39-43- For Sievi' at line 52 -ERROR - 2018-12-04 14:56:35 --> Query error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''(30 mesh x 32 G SS304 wire mesh screenfor 60,6212 - Silica Sand AFS 39-43- For ' at line 52 -ERROR - 2018-12-04 15:03:41 --> Severity: Notice --> Array to string conversion C:\xampp\htdocs\ria\application\models\dahsboard_model.php 1810 -ERROR - 2018-12-04 15:03:42 --> Severity: Warning --> implode(): Invalid arguments passed C:\xampp\htdocs\ria\application\models\dahsboard_model.php 1810 diff --git a/application/logs/log-2018-12-05.php b/application/logs/log-2018-12-05.php deleted file mode 100644 index 182e2a08..00000000 --- a/application/logs/log-2018-12-05.php +++ /dev/null @@ -1,145 +0,0 @@ - - -ERROR - 2018-12-05 06:57:28 --> Severity: Warning --> mysqli_connect(): (HY000/1044): Access denied for user 'resicoin_RIADev'@'%' to database 'resicoin_PROD' C:\xampp\htdocs\ria\system\database\drivers\mysqli\mysqli_driver.php 77 -ERROR - 2018-12-05 06:57:28 --> Unable to connect to the database -ERROR - 2018-12-05 06:57:40 --> Severity: Warning --> mysqli_connect(): (HY000/1044): Access denied for user 'resicoin_RIADev'@'%' to database 'resicoin_PROD' C:\xampp\htdocs\ria\system\database\drivers\mysqli\mysqli_driver.php 77 -ERROR - 2018-12-05 06:57:40 --> Unable to connect to the database -ERROR - 2018-12-05 06:57:51 --> Severity: Warning --> mysqli_connect(): (HY000/1044): Access denied for user 'resicoin_RIADev'@'%' to database 'resicoin_PROD' C:\xampp\htdocs\ria\system\database\drivers\mysqli\mysqli_driver.php 77 -ERROR - 2018-12-05 06:57:51 --> Unable to connect to the database -ERROR - 2018-12-05 06:58:41 --> Severity: Warning --> mysqli_connect(): (HY000/1045): Access denied for user 'resicoin_PROD'@'103.16.202.153' (using password: YES) C:\xampp\htdocs\ria\system\database\drivers\mysqli\mysqli_driver.php 77 -ERROR - 2018-12-05 06:58:41 --> Unable to connect to the database -ERROR - 2018-12-05 06:58:46 --> Severity: Warning --> mysqli_connect(): (HY000/1045): Access denied for user 'resicoin_PROD'@'103.16.202.153' (using password: YES) C:\xampp\htdocs\ria\system\database\drivers\mysqli\mysqli_driver.php 77 -ERROR - 2018-12-05 06:58:46 --> Unable to connect to the database -ERROR - 2018-12-05 07:03:16 --> Severity: Warning --> mysqli_connect(): (HY000/1045): Access denied for user 'resicoin_PROD'@'103.16.202.153' (using password: YES) C:\xampp\htdocs\ria\system\database\drivers\mysqli\mysqli_driver.php 77 -ERROR - 2018-12-05 07:03:16 --> Unable to connect to the database -ERROR - 2018-12-05 07:03:30 --> Severity: Warning --> mysqli_connect(): (HY000/1045): Access denied for user 'resicoin_PROD'@'103.16.202.153' (using password: YES) C:\xampp\htdocs\ria\system\database\drivers\mysqli\mysqli_driver.php 77 -ERROR - 2018-12-05 07:03:30 --> Unable to connect to the database -ERROR - 2018-12-05 07:03:34 --> Severity: Warning --> mysqli_connect(): (HY000/1045): Access denied for user 'resicoin_PROD'@'103.16.202.153' (using password: YES) C:\xampp\htdocs\ria\system\database\drivers\mysqli\mysqli_driver.php 77 -ERROR - 2018-12-05 07:03:34 --> Unable to connect to the database -ERROR - 2018-12-05 07:03:51 --> Severity: Warning --> mysqli_connect(): (HY000/1045): Access denied for user 'resicoin_PROD'@'103.16.202.153' (using password: YES) C:\xampp\htdocs\ria\system\database\drivers\mysqli\mysqli_driver.php 77 -ERROR - 2018-12-05 07:03:51 --> Unable to connect to the database -ERROR - 2018-12-05 07:04:11 --> Severity: Warning --> mysqli_connect(): (HY000/1045): Access denied for user 'resicoin_PROD'@'103.16.202.153' (using password: YES) C:\xampp\htdocs\ria\system\database\drivers\mysqli\mysqli_driver.php 77 -ERROR - 2018-12-05 07:04:11 --> Unable to connect to the database -ERROR - 2018-12-05 07:04:27 --> Severity: Warning --> mysqli_connect(): (HY000/1045): Access denied for user 'resicoin_PROD'@'103.16.202.153' (using password: YES) C:\xampp\htdocs\ria\system\database\drivers\mysqli\mysqli_driver.php 77 -ERROR - 2018-12-05 07:04:27 --> Unable to connect to the database -ERROR - 2018-12-05 07:05:25 --> Severity: Warning --> mysqli_connect(): (HY000/1045): Access denied for user 'resicoin_PROD'@'103.16.202.153' (using password: YES) C:\xampp\htdocs\ria\system\database\drivers\mysqli\mysqli_driver.php 77 -ERROR - 2018-12-05 07:05:25 --> Unable to connect to the database -ERROR - 2018-12-05 07:05:44 --> Severity: Warning --> mysqli_connect(): (HY000/1045): Access denied for user 'resicoin_PROD'@'103.16.202.153' (using password: YES) C:\xampp\htdocs\ria\system\database\drivers\mysqli\mysqli_driver.php 77 -ERROR - 2018-12-05 07:05:44 --> Unable to connect to the database -ERROR - 2018-12-05 07:19:58 --> Severity: Notice --> Undefined variable: user C:\xampp\htdocs\ria\application\views\dashboard.php 627 -ERROR - 2018-12-05 07:47:19 --> Severity: Notice --> Undefined variable: user C:\xampp\htdocs\ria\application\views\dashboard.php 627 -ERROR - 2018-12-05 08:00:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 112 -ERROR - 2018-12-05 08:00:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 112 -ERROR - 2018-12-05 08:00:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 112 -ERROR - 2018-12-05 08:00:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 112 -ERROR - 2018-12-05 08:00:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 112 -ERROR - 2018-12-05 08:00:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 112 -ERROR - 2018-12-05 08:00:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 112 -ERROR - 2018-12-05 08:00:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 112 -ERROR - 2018-12-05 08:00:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 112 -ERROR - 2018-12-05 08:00:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 112 -ERROR - 2018-12-05 08:00:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 112 -ERROR - 2018-12-05 08:00:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 112 -ERROR - 2018-12-05 08:00:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 112 -ERROR - 2018-12-05 08:00:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 112 -ERROR - 2018-12-05 08:00:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 112 -ERROR - 2018-12-05 08:00:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 112 -ERROR - 2018-12-05 08:00:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 112 -ERROR - 2018-12-05 08:00:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 112 -ERROR - 2018-12-05 08:00:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 112 -ERROR - 2018-12-05 08:00:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 112 -ERROR - 2018-12-05 08:00:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 112 -ERROR - 2018-12-05 08:00:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 112 -ERROR - 2018-12-05 08:00:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 112 -ERROR - 2018-12-05 08:00:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 112 -ERROR - 2018-12-05 08:00:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 112 -ERROR - 2018-12-05 08:00:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 112 -ERROR - 2018-12-05 08:00:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 112 -ERROR - 2018-12-05 08:00:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 112 -ERROR - 2018-12-05 08:00:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 112 -ERROR - 2018-12-05 08:00:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 112 -ERROR - 2018-12-05 08:00:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 112 -ERROR - 2018-12-05 08:00:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 112 -ERROR - 2018-12-05 08:00:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 112 -ERROR - 2018-12-05 08:00:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 112 -ERROR - 2018-12-05 08:00:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 112 -ERROR - 2018-12-05 08:00:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 112 -ERROR - 2018-12-05 08:00:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 112 -ERROR - 2018-12-05 08:00:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 112 -ERROR - 2018-12-05 08:00:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 112 -ERROR - 2018-12-05 08:00:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 112 -ERROR - 2018-12-05 08:00:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 112 -ERROR - 2018-12-05 08:00:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 112 -ERROR - 2018-12-05 08:00:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 112 -ERROR - 2018-12-05 08:00:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 112 -ERROR - 2018-12-05 08:00:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 112 -ERROR - 2018-12-05 08:00:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 112 -ERROR - 2018-12-05 08:00:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 112 -ERROR - 2018-12-05 08:00:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 112 -ERROR - 2018-12-05 08:00:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 112 -ERROR - 2018-12-05 08:00:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 112 -ERROR - 2018-12-05 08:00:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 112 -ERROR - 2018-12-05 08:00:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 112 -ERROR - 2018-12-05 08:00:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 112 -ERROR - 2018-12-05 08:00:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 112 -ERROR - 2018-12-05 08:00:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 112 -ERROR - 2018-12-05 08:00:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 112 -ERROR - 2018-12-05 08:00:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 112 -ERROR - 2018-12-05 08:00:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 112 -ERROR - 2018-12-05 08:00:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 112 -ERROR - 2018-12-05 08:00:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 112 -ERROR - 2018-12-05 08:00:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 112 -ERROR - 2018-12-05 08:00:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 112 -ERROR - 2018-12-05 08:00:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 112 -ERROR - 2018-12-05 08:00:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 112 -ERROR - 2018-12-05 08:00:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 112 -ERROR - 2018-12-05 08:00:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 112 -ERROR - 2018-12-05 08:00:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 112 -ERROR - 2018-12-05 08:00:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 112 -ERROR - 2018-12-05 08:00:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 112 -ERROR - 2018-12-05 08:00:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 112 -ERROR - 2018-12-05 08:00:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 112 -ERROR - 2018-12-05 08:00:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 112 -ERROR - 2018-12-05 08:00:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 112 -ERROR - 2018-12-05 08:00:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 112 -ERROR - 2018-12-05 08:00:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 112 -ERROR - 2018-12-05 08:00:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 112 -ERROR - 2018-12-05 08:00:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 112 -ERROR - 2018-12-05 08:00:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 112 -ERROR - 2018-12-05 08:00:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 112 -ERROR - 2018-12-05 08:00:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 112 -ERROR - 2018-12-05 08:00:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 112 -ERROR - 2018-12-05 08:00:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 112 -ERROR - 2018-12-05 08:00:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 112 -ERROR - 2018-12-05 08:00:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 112 -ERROR - 2018-12-05 08:13:34 --> Severity: Notice --> Undefined variable: UANumber C:\xampp\htdocs\ria\application\views\editSupplier.php 242 -ERROR - 2018-12-05 08:13:35 --> Severity: Notice --> Undefined variable: Exiseregistration C:\xampp\htdocs\ria\application\views\editSupplier.php 248 -ERROR - 2018-12-05 08:13:35 --> Severity: Notice --> Undefined variable: CSTNO C:\xampp\htdocs\ria\application\views\editSupplier.php 255 -ERROR - 2018-12-05 08:13:35 --> Severity: Notice --> Undefined variable: CSTDate C:\xampp\htdocs\ria\application\views\editSupplier.php 258 -ERROR - 2018-12-05 08:13:35 --> Severity: Notice --> Undefined variable: CollectrateAddress C:\xampp\htdocs\ria\application\views\editSupplier.php 273 -ERROR - 2018-12-05 08:14:06 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given C:\xampp\htdocs\ria\system\database\drivers\mysqli\mysqli_result.php 38 -ERROR - 2018-12-05 08:14:18 --> Severity: Notice --> Undefined property: stdClass::$FirstName C:\xampp\htdocs\ria\application\views\editRevenuepurchaseorder.php 122 -ERROR - 2018-12-05 08:14:19 --> Severity: Notice --> Undefined variable: update C:\xampp\htdocs\ria\application\views\editRevenuepurchaseorder.php 238 -ERROR - 2018-12-05 08:14:19 --> Severity: Notice --> Undefined property: stdClass::$BillNo C:\xampp\htdocs\ria\application\views\editRevenuepurchaseorder.php 4059 -ERROR - 2018-12-05 08:14:19 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\ria\application\views\editRevenuepurchaseorder.php 4060 -ERROR - 2018-12-05 08:14:19 --> Severity: Notice --> Undefined property: stdClass::$BillNo C:\xampp\htdocs\ria\application\views\editRevenuepurchaseorder.php 4059 -ERROR - 2018-12-05 08:14:19 --> Severity: Notice --> Undefined property: stdClass::$FilePath C:\xampp\htdocs\ria\application\views\editRevenuepurchaseorder.php 4060 -ERROR - 2018-12-05 08:14:19 --> Severity: Notice --> Undefined property: stdClass::$BillNo C:\xampp\htdocs\ria\application\views\editRevenuepurchaseorder.php 4231 -ERROR - 2018-12-05 08:49:29 --> Severity: Notice --> Undefined offset: 0 C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 106 -ERROR - 2018-12-05 08:49:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 106 -ERROR - 2018-12-05 10:05:45 --> Severity: Notice --> Undefined variable: sname C:\xampp\htdocs\ria\application\controllers\report.php 703 -ERROR - 2018-12-05 10:33:51 --> Severity: Notice --> Undefined variable: user C:\xampp\htdocs\ria\application\views\dashboard.php 627 -ERROR - 2018-12-05 10:46:36 --> Severity: Notice --> Undefined offset: 0 C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 61 -ERROR - 2018-12-05 10:46:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 61 -ERROR - 2018-12-05 10:46:36 --> Severity: Notice --> Undefined offset: 0 C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 100 -ERROR - 2018-12-05 10:46:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 100 -ERROR - 2018-12-05 10:49:09 --> Severity: Notice --> Undefined offset: 0 C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 61 -ERROR - 2018-12-05 10:49:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 61 -ERROR - 2018-12-05 11:19:19 --> Severity: Notice --> Undefined variable: data C:\xampp\htdocs\ria\application\controllers\report.php 736 -ERROR - 2018-12-05 11:19:19 --> Severity: Notice --> Undefined variable: pageTitle C:\xampp\htdocs\ria\application\views\includes\header.php 4 -ERROR - 2018-12-05 11:19:19 --> Severity: Notice --> Undefined variable: cust C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 120 -ERROR - 2018-12-05 11:19:19 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 120 -ERROR - 2018-12-05 11:19:19 --> Severity: Notice --> Undefined variable: finyear C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 143 -ERROR - 2018-12-05 11:19:19 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 143 -ERROR - 2018-12-05 11:19:19 --> Severity: Notice --> Undefined variable: material C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 189 -ERROR - 2018-12-05 11:19:19 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\Report_supplierlink_summary.php 189 diff --git a/application/logs/log-2018-12-11.php b/application/logs/log-2018-12-11.php deleted file mode 100644 index c55257e7..00000000 --- a/application/logs/log-2018-12-11.php +++ /dev/null @@ -1,1394 +0,0 @@ - - -ERROR - 2018-12-11 08:11:32 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-11 08:16:39 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-11 09:59:05 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-11 10:18:56 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-11 10:18:56 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-11 10:19:33 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-11 10:19:33 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-11 10:21:17 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-11 10:21:17 --> The upload path does not appear to be valid. -ERROR - 2018-12-11 10:21:18 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-11 10:21:18 --> The upload path does not appear to be valid. -ERROR - 2018-12-11 10:24:06 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-11 10:26:03 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-11 10:26:33 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-11 10:26:33 --> The upload path does not appear to be valid. -ERROR - 2018-12-11 10:37:51 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-11 10:38:01 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-11 10:38:47 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-11 10:38:47 --> The upload path does not appear to be valid. -ERROR - 2018-12-11 10:38:48 --> Severity: Notice --> Undefined variable: res C:\xampp\htdocs\ria\application\controllers\cashbook.php 356 -ERROR - 2018-12-11 10:38:51 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1565 -ERROR - 2018-12-11 10:38:51 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1565 -ERROR - 2018-12-11 10:38:51 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1565 -ERROR - 2018-12-11 10:38:51 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1565 -ERROR - 2018-12-11 10:38:52 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-11 10:38:52 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-11 10:38:52 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-11 10:38:52 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-11 10:38:52 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-11 10:38:52 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-11 10:38:52 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-11 10:38:53 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-11 10:38:53 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-11 10:38:53 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-11 10:38:53 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-11 10:38:53 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-11 10:38:53 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-11 10:38:53 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-11 10:39:34 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-11 10:39:43 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-11 10:39:58 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-11 10:39:58 --> The upload path does not appear to be valid. -ERROR - 2018-12-11 10:39:59 --> Severity: Notice --> Undefined variable: res C:\xampp\htdocs\ria\application\controllers\cashbook.php 356 -ERROR - 2018-12-11 10:40:02 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1565 -ERROR - 2018-12-11 10:40:02 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1565 -ERROR - 2018-12-11 10:40:02 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1565 -ERROR - 2018-12-11 10:40:02 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1565 -ERROR - 2018-12-11 10:40:02 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-11 10:40:02 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-11 10:40:02 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-11 10:40:02 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-11 10:40:02 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-11 10:40:02 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-11 10:40:02 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-11 10:40:02 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-11 10:40:02 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-11 10:40:02 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-11 10:40:02 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-11 10:40:02 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-11 10:40:02 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-11 10:40:03 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-11 10:40:46 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-11 10:41:00 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-11 10:41:00 --> The upload path does not appear to be valid. -ERROR - 2018-12-11 11:02:29 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-11 11:03:51 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1565 -ERROR - 2018-12-11 11:03:51 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1565 -ERROR - 2018-12-11 11:03:51 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1565 -ERROR - 2018-12-11 11:03:51 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1565 -ERROR - 2018-12-11 11:03:52 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-11 11:03:52 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-11 11:03:52 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-11 11:03:52 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-11 11:03:52 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-11 11:03:52 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-11 11:03:52 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-11 11:03:52 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-11 11:03:52 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-11 11:03:52 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-11 11:03:52 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-11 11:03:52 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-11 11:03:52 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-11 11:03:52 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-11 11:04:13 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2018-12-11 11:04:13 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2018-12-11 11:04:22 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2018-12-11 11:04:22 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2018-12-11 11:04:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-11 11:04:22 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-11 11:04:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-11 11:04:22 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-11 11:04:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-11 11:04:22 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-11 11:04:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-11 11:04:22 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-11 11:04:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-11 11:04:22 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-11 11:04:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-11 11:04:22 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-11 11:04:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-11 11:04:22 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-11 11:04:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-11 11:04:22 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-11 11:04:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-11 11:04:22 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-11 11:04:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-11 11:04:22 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-11 11:04:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-11 11:04:22 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-11 11:04:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-11 11:04:23 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-11 11:04:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-11 11:04:23 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-11 11:04:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-11 11:04:23 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-11 11:04:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-11 11:04:23 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-11 11:04:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-11 11:04:23 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-11 11:04:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-11 11:04:23 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-11 11:04:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-11 11:04:23 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-11 11:04:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-11 11:04:23 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-11 11:04:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-11 11:04:23 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-11 11:04:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-11 11:04:23 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-11 11:04:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-11 11:04:23 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-11 11:04:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-11 11:04:23 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-11 11:04:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-11 11:04:23 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-11 11:04:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-11 11:04:23 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-11 11:04:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-11 11:04:24 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-11 11:04:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-11 11:04:24 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-11 11:05:48 --> Severity: Notice --> Undefined variable: balancetocleared C:\xampp\htdocs\ria\application\controllers\cashbook.php 1754 -ERROR - 2018-12-11 11:05:48 --> Severity: Notice --> Undefined variable: clearedblnce C:\xampp\htdocs\ria\application\controllers\cashbook.php 1763 -ERROR - 2018-12-11 11:05:48 --> Severity: Notice --> Undefined variable: balancetocleared C:\xampp\htdocs\ria\application\controllers\cashbook.php 1763 -ERROR - 2018-12-11 11:05:48 --> Severity: Notice --> Undefined variable: data C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2018-12-11 11:05:48 --> Severity: Notice --> Undefined variable: data C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2018-12-11 11:05:49 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-11 11:05:49 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-11 11:05:49 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-11 11:05:49 --> Severity: Notice --> Undefined variable: bankreport C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2018-12-11 11:05:49 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-11 11:05:49 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2018-12-11 11:05:49 --> Severity: Notice --> Undefined variable: bankreport C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2018-12-11 11:05:49 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-11 11:05:49 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2018-12-11 11:05:49 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-11 11:05:49 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-11 11:05:49 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-11 11:05:49 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-11 11:05:49 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-11 11:05:49 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-11 11:05:49 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-11 11:05:49 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-11 11:05:49 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-11 11:05:49 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-11 11:05:49 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-11 11:05:49 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-11 11:05:49 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-11 11:05:49 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-11 11:05:49 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-11 11:05:49 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-11 11:05:49 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-11 11:05:49 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-11 11:05:49 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-11 11:05:49 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-11 11:05:49 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-11 11:05:49 --> Severity: Notice --> Undefined variable: finyear C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2018-12-11 11:05:49 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-11 11:05:49 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-11 11:05:49 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2018-12-11 11:05:49 --> Severity: Notice --> Undefined variable: finyear C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2018-12-11 11:05:49 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 237 -ERROR - 2018-12-11 11:05:49 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2018-12-11 11:05:49 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 237 -ERROR - 2018-12-11 11:05:50 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1565 -ERROR - 2018-12-11 11:05:50 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1565 -ERROR - 2018-12-11 11:05:50 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1565 -ERROR - 2018-12-11 11:05:50 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1565 -ERROR - 2018-12-11 11:05:50 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1565 -ERROR - 2018-12-11 11:05:50 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1565 -ERROR - 2018-12-11 11:05:50 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1565 -ERROR - 2018-12-11 11:05:50 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1565 -ERROR - 2018-12-11 11:05:51 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-11 11:05:51 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-11 11:05:51 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-11 11:05:51 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-11 11:05:51 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-11 11:05:51 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-11 11:05:51 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-11 11:05:51 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-11 11:05:51 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-11 11:05:51 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-11 11:05:51 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-11 11:05:51 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-11 11:05:51 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-11 11:05:51 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-11 11:05:51 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-11 11:05:51 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-11 11:05:51 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-11 11:05:51 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-11 11:05:51 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-11 11:05:51 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-11 11:05:51 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-11 11:05:51 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-11 11:05:51 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-11 11:05:51 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-11 11:05:51 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-11 11:05:51 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-11 11:05:51 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-11 11:05:51 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-11 11:06:01 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\banksettlement.php 4 -ERROR - 2018-12-11 11:06:01 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\banksettlement.php 4 -ERROR - 2018-12-11 11:06:01 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2018-12-11 11:06:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2018-12-11 11:06:01 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2018-12-11 11:06:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2018-12-11 11:06:01 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2018-12-11 11:06:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2018-12-11 11:06:01 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2018-12-11 11:06:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2018-12-11 11:06:01 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2018-12-11 11:06:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2018-12-11 11:06:01 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2018-12-11 11:06:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2018-12-11 11:06:38 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1565 -ERROR - 2018-12-11 11:06:38 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1565 -ERROR - 2018-12-11 11:06:38 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1565 -ERROR - 2018-12-11 11:06:38 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1565 -ERROR - 2018-12-11 11:06:38 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-11 11:06:39 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-11 11:06:39 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-11 11:06:39 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-11 11:06:39 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-11 11:06:39 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-11 11:06:39 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-11 11:06:39 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-11 11:06:39 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-11 11:06:39 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-11 11:06:39 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-11 11:06:39 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-11 11:06:39 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-11 11:06:39 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-11 11:06:48 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\banksettlement.php 4 -ERROR - 2018-12-11 11:06:48 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\banksettlement.php 4 -ERROR - 2018-12-11 11:06:48 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2018-12-11 11:06:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2018-12-11 11:06:48 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2018-12-11 11:06:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2018-12-11 11:06:48 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2018-12-11 11:06:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2018-12-11 11:31:23 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-11 11:43:33 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-11 11:43:33 --> The upload path does not appear to be valid. -ERROR - 2018-12-11 11:43:38 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 385 -ERROR - 2018-12-11 11:43:38 --> Severity: Notice --> Undefined variable: narration C:\xampp\htdocs\ria\application\controllers\cashbook.php 385 -ERROR - 2018-12-11 11:43:38 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 385 -ERROR - 2018-12-11 11:43:38 --> Severity: Notice --> Undefined variable: narration C:\xampp\htdocs\ria\application\controllers\cashbook.php 385 -ERROR - 2018-12-11 11:43:38 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 385 -ERROR - 2018-12-11 11:43:38 --> Severity: Notice --> Undefined variable: narration C:\xampp\htdocs\ria\application\controllers\cashbook.php 385 -ERROR - 2018-12-11 11:43:38 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 385 -ERROR - 2018-12-11 11:43:38 --> Severity: Notice --> Undefined variable: narration C:\xampp\htdocs\ria\application\controllers\cashbook.php 385 -ERROR - 2018-12-11 11:43:38 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 385 -ERROR - 2018-12-11 11:43:38 --> Severity: Notice --> Undefined variable: narration C:\xampp\htdocs\ria\application\controllers\cashbook.php 385 -ERROR - 2018-12-11 11:43:39 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 385 -ERROR - 2018-12-11 11:43:39 --> Severity: Notice --> Undefined variable: narration C:\xampp\htdocs\ria\application\controllers\cashbook.php 385 -ERROR - 2018-12-11 11:43:39 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 385 -ERROR - 2018-12-11 11:43:39 --> Severity: Notice --> Undefined variable: narration C:\xampp\htdocs\ria\application\controllers\cashbook.php 385 -ERROR - 2018-12-11 11:43:39 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 385 -ERROR - 2018-12-11 11:43:39 --> Severity: Notice --> Undefined variable: narration C:\xampp\htdocs\ria\application\controllers\cashbook.php 385 -ERROR - 2018-12-11 11:43:39 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 385 -ERROR - 2018-12-11 11:43:40 --> Severity: Notice --> Undefined variable: narration C:\xampp\htdocs\ria\application\controllers\cashbook.php 385 -ERROR - 2018-12-11 11:43:40 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 385 -ERROR - 2018-12-11 11:43:40 --> Severity: Notice --> Undefined variable: narration C:\xampp\htdocs\ria\application\controllers\cashbook.php 385 -ERROR - 2018-12-11 11:43:44 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1605 -ERROR - 2018-12-11 11:43:44 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1605 -ERROR - 2018-12-11 11:43:44 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1605 -ERROR - 2018-12-11 11:43:44 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1605 -ERROR - 2018-12-11 11:43:44 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-11 11:43:44 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-11 11:43:44 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-11 11:43:45 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-11 11:43:45 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-11 11:43:45 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-11 11:43:45 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-11 11:43:45 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-11 11:43:45 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-11 11:43:45 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-11 11:43:45 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-11 11:43:45 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-11 11:43:45 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-11 11:43:45 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-11 11:49:31 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1605 -ERROR - 2018-12-11 11:49:31 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1605 -ERROR - 2018-12-11 11:49:31 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1605 -ERROR - 2018-12-11 11:49:32 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1605 -ERROR - 2018-12-11 11:49:33 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-11 11:49:33 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-11 11:49:33 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-11 11:49:33 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-11 11:49:33 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-11 11:49:33 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-11 11:49:33 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-11 11:49:33 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-11 11:49:33 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-11 11:49:33 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-11 11:49:33 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-11 11:49:33 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-11 11:49:33 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-11 11:49:33 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-11 11:49:33 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 237 -ERROR - 2018-12-11 11:49:47 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-11 11:50:19 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-11 11:50:19 --> The upload path does not appear to be valid. -ERROR - 2018-12-11 11:50:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 385 -ERROR - 2018-12-11 11:50:23 --> Severity: Notice --> Undefined variable: narration C:\xampp\htdocs\ria\application\controllers\cashbook.php 385 -ERROR - 2018-12-11 11:50:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 385 -ERROR - 2018-12-11 11:50:23 --> Severity: Notice --> Undefined variable: narration C:\xampp\htdocs\ria\application\controllers\cashbook.php 385 -ERROR - 2018-12-11 11:50:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 385 -ERROR - 2018-12-11 11:50:24 --> Severity: Notice --> Undefined variable: narration C:\xampp\htdocs\ria\application\controllers\cashbook.php 385 -ERROR - 2018-12-11 11:50:24 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 385 -ERROR - 2018-12-11 11:50:24 --> Severity: Notice --> Undefined variable: narration C:\xampp\htdocs\ria\application\controllers\cashbook.php 385 -ERROR - 2018-12-11 11:50:24 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 385 -ERROR - 2018-12-11 11:50:24 --> Severity: Notice --> Undefined variable: narration C:\xampp\htdocs\ria\application\controllers\cashbook.php 385 -ERROR - 2018-12-11 11:50:24 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 385 -ERROR - 2018-12-11 11:50:24 --> Severity: Notice --> Undefined variable: narration C:\xampp\htdocs\ria\application\controllers\cashbook.php 385 -ERROR - 2018-12-11 11:50:24 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 385 -ERROR - 2018-12-11 11:50:24 --> Severity: Notice --> Undefined variable: narration C:\xampp\htdocs\ria\application\controllers\cashbook.php 385 -ERROR - 2018-12-11 11:50:24 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 385 -ERROR - 2018-12-11 11:50:24 --> Severity: Notice --> Undefined variable: narration C:\xampp\htdocs\ria\application\controllers\cashbook.php 385 -ERROR - 2018-12-11 11:50:25 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 385 -ERROR - 2018-12-11 11:50:25 --> Severity: Notice --> Undefined variable: narration C:\xampp\htdocs\ria\application\controllers\cashbook.php 385 -ERROR - 2018-12-11 11:50:25 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 385 -ERROR - 2018-12-11 11:50:25 --> Severity: Notice --> Undefined variable: narration C:\xampp\htdocs\ria\application\controllers\cashbook.php 385 -ERROR - 2018-12-11 11:50:28 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1605 -ERROR - 2018-12-11 11:50:28 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1605 -ERROR - 2018-12-11 11:50:28 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1605 -ERROR - 2018-12-11 11:50:28 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1605 -ERROR - 2018-12-11 11:50:29 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-11 11:50:29 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-11 11:50:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-11 11:50:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-11 11:50:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-11 11:50:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-11 11:50:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-11 11:50:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-11 11:50:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-11 11:50:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-11 11:50:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-11 11:50:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-11 11:50:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-11 11:50:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-11 12:25:34 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-11 12:26:42 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-11 12:26:42 --> The upload path does not appear to be valid. -ERROR - 2018-12-11 12:26:47 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 385 -ERROR - 2018-12-11 12:26:47 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 385 -ERROR - 2018-12-11 12:26:47 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 385 -ERROR - 2018-12-11 12:26:47 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 385 -ERROR - 2018-12-11 12:26:47 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 385 -ERROR - 2018-12-11 12:26:47 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 385 -ERROR - 2018-12-11 12:26:47 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 385 -ERROR - 2018-12-11 12:26:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 385 -ERROR - 2018-12-11 12:26:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 385 -ERROR - 2018-12-11 12:26:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 385 -ERROR - 2018-12-11 12:29:02 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1605 -ERROR - 2018-12-11 12:29:02 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1605 -ERROR - 2018-12-11 12:29:02 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1605 -ERROR - 2018-12-11 12:29:02 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1605 -ERROR - 2018-12-11 12:29:03 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-11 12:29:03 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-11 12:29:03 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-11 12:29:03 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-11 12:29:03 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-11 12:29:03 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-11 12:29:03 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-11 12:29:03 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-11 12:29:03 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-11 12:29:03 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-11 12:29:03 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-11 12:29:03 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-11 12:29:03 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-11 12:29:03 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-11 12:41:42 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-11 12:42:57 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-11 12:43:29 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-11 12:43:29 --> The upload path does not appear to be valid. -ERROR - 2018-12-11 12:43:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 385 -ERROR - 2018-12-11 12:43:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 385 -ERROR - 2018-12-11 12:43:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 385 -ERROR - 2018-12-11 12:43:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 385 -ERROR - 2018-12-11 12:43:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 385 -ERROR - 2018-12-11 12:43:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 385 -ERROR - 2018-12-11 12:43:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 385 -ERROR - 2018-12-11 12:43:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 385 -ERROR - 2018-12-11 12:43:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 385 -ERROR - 2018-12-11 12:43:34 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 385 -ERROR - 2018-12-11 12:43:37 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1605 -ERROR - 2018-12-11 12:43:37 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1605 -ERROR - 2018-12-11 12:43:37 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1605 -ERROR - 2018-12-11 12:43:37 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1605 -ERROR - 2018-12-11 12:43:37 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-11 12:43:37 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-11 12:43:37 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-11 12:43:37 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-11 12:43:38 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-11 12:43:38 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-11 12:43:38 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-11 12:43:38 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-11 12:43:38 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-11 12:43:38 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-11 12:43:38 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-11 12:43:38 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-11 12:43:38 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-11 12:43:38 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-11 12:46:33 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-11 12:46:58 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-11 12:46:58 --> The upload path does not appear to be valid. -ERROR - 2018-12-11 12:46:58 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 385 -ERROR - 2018-12-11 12:46:59 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 385 -ERROR - 2018-12-11 12:46:59 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 385 -ERROR - 2018-12-11 12:46:59 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 385 -ERROR - 2018-12-11 12:46:59 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 385 -ERROR - 2018-12-11 12:46:59 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 385 -ERROR - 2018-12-11 12:46:59 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 385 -ERROR - 2018-12-11 12:46:59 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 385 -ERROR - 2018-12-11 12:46:59 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 385 -ERROR - 2018-12-11 12:47:00 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 385 -ERROR - 2018-12-11 12:47:00 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 385 -ERROR - 2018-12-11 12:47:00 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 385 -ERROR - 2018-12-11 12:47:00 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 385 -ERROR - 2018-12-11 12:47:00 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 385 -ERROR - 2018-12-11 12:47:04 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1605 -ERROR - 2018-12-11 12:47:04 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1605 -ERROR - 2018-12-11 12:47:04 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1605 -ERROR - 2018-12-11 12:47:04 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1605 -ERROR - 2018-12-11 12:47:04 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-11 12:47:04 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-11 12:47:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-11 12:47:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-11 12:47:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-11 12:47:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-11 12:47:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-11 12:47:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-11 12:47:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-11 12:47:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-11 12:47:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-11 12:47:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-11 12:47:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-11 12:47:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-11 12:58:50 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-11 12:59:18 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-11 12:59:18 --> The upload path does not appear to be valid. -ERROR - 2018-12-11 12:59:19 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute width redefined in Entity, line: 21 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-11 12:59:19 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : table-- in Entity, line: 156 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-11 13:00:57 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-11 13:01:12 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-11 13:01:12 --> The upload path does not appear to be valid. -ERROR - 2018-12-11 13:01:12 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute width redefined in Entity, line: 21 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-11 13:01:12 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : table-- in Entity, line: 156 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-11 13:01:19 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-11 13:01:30 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-11 13:07:29 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-11 13:08:01 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-11 13:08:01 --> The upload path does not appear to be valid. -ERROR - 2018-12-11 13:08:01 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:01 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:01 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:01 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:02 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:02 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:02 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:02 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:02 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:02 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:02 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:02 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:02 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:02 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:02 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:02 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:03 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:03 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:03 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:03 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:03 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:03 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:03 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:03 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:03 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:03 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:03 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:03 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:04 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:04 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:04 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:04 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:04 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:04 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:04 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:04 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:04 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:04 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:04 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:04 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:05 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:05 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:05 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:05 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:05 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:05 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:05 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:05 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:05 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:05 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:05 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:05 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:06 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:06 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:06 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:06 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:06 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:06 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:06 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:06 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:06 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:06 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:06 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:06 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:07 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:07 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:07 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:07 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:07 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:07 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:07 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:07 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:07 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:07 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:07 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:07 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:08 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:08 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:08 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:08 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:08 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:08 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:08 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:08 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:08 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:08 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:08 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:08 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:09 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:09 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:09 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:09 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:09 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:09 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:09 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:09 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:09 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:09 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:09 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:09 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:10 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:10 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:10 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:10 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:10 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:10 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:10 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:10 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:10 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:10 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:10 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:10 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:11 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:11 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:11 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:11 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:11 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:11 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:11 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:11 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:11 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:11 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:11 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:11 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:12 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:12 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:12 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:12 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:12 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:12 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:12 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:12 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:12 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:12 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:12 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:12 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:13 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:13 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:13 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:13 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:13 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:13 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:13 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:13 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:13 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:13 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:13 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:13 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:14 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:14 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:14 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:14 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:14 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:14 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:14 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:14 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:14 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:14 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:14 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:14 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:15 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:15 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:15 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:15 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:15 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:15 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:15 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:15 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:15 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:15 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:15 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:15 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:16 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:16 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:16 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:16 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:16 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:16 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:16 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:16 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:16 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:16 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:16 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:16 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:17 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:17 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:17 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:17 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:17 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:17 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:17 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:17 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:17 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:17 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:17 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:17 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:18 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:18 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:18 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:18 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:18 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:18 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:18 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:18 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:18 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:18 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:18 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:18 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:19 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:19 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:19 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:19 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:19 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:19 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:19 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:19 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:19 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:19 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:19 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:19 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:20 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:20 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:20 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:20 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:20 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:20 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:20 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:20 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:20 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:20 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:20 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:20 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:21 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:21 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:21 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:21 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:21 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:21 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:21 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:21 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:21 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:21 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:21 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:21 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:22 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:22 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:22 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:22 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:22 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:22 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:22 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:22 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:22 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:22 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:22 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:22 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:23 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:23 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:23 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:23 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:08:27 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1743 -ERROR - 2018-12-11 13:08:27 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1743 -ERROR - 2018-12-11 13:08:27 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1743 -ERROR - 2018-12-11 13:08:27 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1743 -ERROR - 2018-12-11 13:08:27 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-11 13:08:27 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-11 13:08:27 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-11 13:08:27 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-11 13:08:28 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-11 13:08:28 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-11 13:08:28 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-11 13:08:28 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-11 13:08:28 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-11 13:08:28 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-11 13:08:28 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-11 13:08:28 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-11 13:08:28 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-11 13:08:28 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-11 13:23:51 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-11 13:24:11 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-11 13:24:11 --> The upload path does not appear to be valid. -ERROR - 2018-12-11 13:24:11 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:11 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:11 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:11 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:11 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:12 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:12 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:12 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:12 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:12 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:12 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:12 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:12 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:12 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:12 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:12 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:12 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:13 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:13 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:13 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:13 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:13 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:13 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:13 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:13 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:13 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:13 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:13 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:14 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:14 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:14 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:14 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:14 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:14 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:14 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:14 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:14 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:14 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:14 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:14 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:15 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:15 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:15 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:15 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:15 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:15 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:15 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:15 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:15 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:15 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:15 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:15 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:15 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:16 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:16 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:16 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:16 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:16 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:16 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:16 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:16 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:16 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:16 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:16 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:17 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:17 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:17 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:17 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:17 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:17 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:17 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:17 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:17 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:17 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:17 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:18 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:18 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:18 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:18 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:18 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:18 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:18 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:18 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:18 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:18 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:18 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:19 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:19 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:19 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:19 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:19 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:19 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:19 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:19 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:19 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:19 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:19 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:19 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:20 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:20 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:20 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:20 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:20 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:20 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:20 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:20 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:20 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:20 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:21 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:21 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:21 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:21 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:21 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:21 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:21 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:21 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:21 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:21 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:21 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:21 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:22 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:22 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:22 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:22 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:22 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:22 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:22 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:22 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:22 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:22 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:22 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:22 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:23 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:23 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:23 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:23 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:23 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:24 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:24 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:24 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:24 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:24 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:24 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:24 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:24 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:24 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:24 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:24 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:25 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:25 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:25 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:25 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:25 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:25 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:25 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:25 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:25 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:25 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:25 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:25 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:26 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:26 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:26 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:26 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:26 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:26 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:26 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:26 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:26 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:26 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:26 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:26 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:26 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:27 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:27 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:27 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:27 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:27 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:27 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:27 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:27 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:27 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:27 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:27 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:28 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:28 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:28 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:28 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:28 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:28 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:28 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:28 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:28 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:28 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:28 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:28 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:29 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:29 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:29 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:29 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:29 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:29 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:29 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:29 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:29 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:29 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:29 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:29 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:30 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:30 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:30 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:30 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:30 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:30 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:30 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:30 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:30 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:30 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:30 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:30 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:31 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:31 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:31 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:31 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:31 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:31 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:32 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:32 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:32 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:32 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:33 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:33 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:33 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:33 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:33 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:33 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:34 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:34 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:34 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:34 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:34 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:34 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:34 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:34 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:34 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:34 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 13:24:38 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1743 -ERROR - 2018-12-11 13:24:38 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1743 -ERROR - 2018-12-11 13:24:38 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1743 -ERROR - 2018-12-11 13:24:39 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1743 -ERROR - 2018-12-11 13:24:39 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-11 13:24:39 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-11 13:24:39 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-11 13:24:39 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-11 13:24:39 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-11 13:24:39 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-11 13:24:39 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-11 13:24:39 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-11 13:24:39 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-11 13:24:39 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-11 13:24:39 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-11 13:24:39 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-11 13:24:39 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-11 13:24:39 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-11 13:24:39 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 237 -ERROR - 2018-12-11 13:42:51 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-11 13:50:38 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-11 13:52:02 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-11 13:52:03 --> The upload path does not appear to be valid. -ERROR - 2018-12-11 13:52:07 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute width redefined in Entity, line: 21 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-11 13:52:07 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : table-- in Entity, line: 156 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-11 13:53:57 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-11 13:54:26 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-11 13:54:26 --> The upload path does not appear to be valid. -ERROR - 2018-12-11 13:54:27 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute width redefined in Entity, line: 21 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-11 13:54:27 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : table-- in Entity, line: 156 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-11 14:01:37 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-11 14:01:37 --> The upload path does not appear to be valid. -ERROR - 2018-12-11 14:01:38 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:38 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:38 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:38 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:38 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:38 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:38 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:38 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:39 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:39 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:39 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:39 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:39 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:39 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:39 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:39 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:39 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:39 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:39 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:39 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:40 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:40 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:40 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:40 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:40 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:40 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:40 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:40 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:40 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:40 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:40 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:40 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:41 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:41 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:41 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:41 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:41 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:41 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:41 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:41 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:41 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:41 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:41 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:41 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:42 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:42 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:42 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:42 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:42 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:42 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:42 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:42 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:42 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:42 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:42 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:42 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:43 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:43 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:43 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:43 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:43 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:43 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:43 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:43 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:43 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:43 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:43 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:43 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:44 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:44 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:44 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:44 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:44 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:44 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:44 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:44 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:44 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:44 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:44 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:44 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:45 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:45 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:45 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:45 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:45 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:45 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:45 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:45 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:45 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:45 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:45 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:45 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:46 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:46 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:46 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:46 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:46 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:46 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:46 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:46 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:46 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:46 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:47 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:47 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:47 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:47 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:47 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:47 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:47 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:47 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:47 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:47 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:47 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:47 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:48 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:48 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:48 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:48 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:48 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:48 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:49 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:49 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:49 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:49 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:49 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:49 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:49 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:49 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:49 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:49 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:49 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:49 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:50 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:50 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:50 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:50 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:50 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:50 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:50 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:50 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:50 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:50 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:50 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:50 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:51 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:51 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:51 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:51 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:51 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:51 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:52 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:52 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:52 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:52 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:52 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:52 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:52 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:52 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:52 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:52 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:52 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:52 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:53 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:53 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:53 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:53 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:53 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:53 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:54 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:54 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:54 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:54 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:54 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:54 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:54 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:54 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:54 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:54 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:54 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:54 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:55 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:55 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:55 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:55 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:55 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:55 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:55 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:55 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:55 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:55 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:55 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:55 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:56 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:56 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:56 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:56 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:56 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:56 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:56 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:56 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:56 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:56 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:56 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:56 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:57 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:57 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:57 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:57 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:57 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:57 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:57 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:57 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:57 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:57 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:57 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:57 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:58 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:58 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:58 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:58 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:58 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:58 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:58 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:58 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:58 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:58 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:59 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:59 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:59 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:59 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:59 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:59 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:59 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:59 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:59 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:59 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:59 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:01:59 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:02:00 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:02:00 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:02:00 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:02:00 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:02:00 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:02:00 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:02:00 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:02:00 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-11 14:02:05 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1743 -ERROR - 2018-12-11 14:02:05 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1743 -ERROR - 2018-12-11 14:02:05 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1743 -ERROR - 2018-12-11 14:02:05 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1743 -ERROR - 2018-12-11 14:02:06 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-11 14:02:06 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-11 14:02:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-11 14:02:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-11 14:02:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-11 14:02:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-11 14:02:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-11 14:02:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-11 14:02:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-11 14:02:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-11 14:02:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-11 14:02:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-11 14:02:07 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-11 14:02:07 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-11 14:12:48 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1743 -ERROR - 2018-12-11 14:12:49 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1743 -ERROR - 2018-12-11 14:12:49 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1743 -ERROR - 2018-12-11 14:12:49 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1743 -ERROR - 2018-12-11 14:12:49 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-11 14:12:49 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-11 14:12:49 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-11 14:12:49 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-11 14:12:49 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-11 14:12:49 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-11 14:12:49 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-11 14:12:49 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-11 14:12:49 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-11 14:12:49 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-11 14:12:49 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-11 14:12:50 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-11 14:12:50 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-11 14:12:50 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-11 14:12:50 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 237 -ERROR - 2018-12-11 14:13:43 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-11 14:15:49 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-11 14:15:49 --> The upload path does not appear to be valid. -ERROR - 2018-12-11 14:15:50 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 385 -ERROR - 2018-12-11 14:15:50 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 385 -ERROR - 2018-12-11 14:15:50 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 385 -ERROR - 2018-12-11 14:15:50 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 385 -ERROR - 2018-12-11 14:15:50 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 385 -ERROR - 2018-12-11 14:15:50 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 385 -ERROR - 2018-12-11 14:15:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 385 -ERROR - 2018-12-11 14:15:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 385 -ERROR - 2018-12-11 14:15:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 385 -ERROR - 2018-12-11 14:15:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 385 -ERROR - 2018-12-11 14:15:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 385 -ERROR - 2018-12-11 14:15:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 385 -ERROR - 2018-12-11 14:15:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 385 -ERROR - 2018-12-11 14:15:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 385 -ERROR - 2018-12-11 14:15:55 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1743 -ERROR - 2018-12-11 14:15:55 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1743 -ERROR - 2018-12-11 14:15:55 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1743 -ERROR - 2018-12-11 14:15:55 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1743 -ERROR - 2018-12-11 14:15:55 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-11 14:15:55 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-11 14:15:55 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-11 14:15:55 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-11 14:15:55 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-11 14:15:55 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-11 14:15:55 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-11 14:15:55 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-11 14:15:55 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-11 14:15:55 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-11 14:15:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-11 14:15:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-11 14:15:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-11 14:15:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-11 14:32:01 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 diff --git a/application/logs/log-2018-12-12.php b/application/logs/log-2018-12-12.php deleted file mode 100644 index 79f71e62..00000000 --- a/application/logs/log-2018-12-12.php +++ /dev/null @@ -1,4005 +0,0 @@ - - -ERROR - 2018-12-12 05:51:28 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-12 05:52:16 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-12 05:52:16 --> The upload path does not appear to be valid. -ERROR - 2018-12-12 05:52:23 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseStartTag: invalid element name in Entity, line: 13 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 05:52:24 --> Severity: Warning --> DOMDocument::loadHTML(): ID shLink already defined in Entity, line: 16 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 05:52:24 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : frameset in Entity, line: 57 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 05:52:24 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : frameset in Entity, line: 57 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 05:52:24 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : style in Entity, line: 72 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 05:52:24 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseStartTag: misplaced <body> tag in Entity, line: 73 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 05:52:24 --> Severity: Warning --> DOMDocument::loadHTML(): ID tdScroll already defined in Entity, line: 77 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 05:52:24 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseEntityRef: expecting ';' in Entity, line: 77 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 05:52:24 --> Severity: Warning --> DOMDocument::loadHTML(): ID tdScroll already defined in Entity, line: 78 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 05:52:24 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseEntityRef: expecting ';' in Entity, line: 78 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 05:52:24 --> Severity: Warning --> DOMDocument::loadHTML(): ID tdScroll already defined in Entity, line: 79 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 05:52:24 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseStartTag: misplaced <html> tag in Entity, line: 89 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 05:52:24 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 99 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 05:52:24 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 100 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 05:52:24 --> Severity: Warning --> DOMDocument::loadHTML(): Tag icellcount invalid in Entity, line: 100 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 05:52:24 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseStartTag: invalid element name in Entity, line: 103 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 05:52:24 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 111 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 05:52:24 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 112 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 05:52:24 --> Severity: Warning --> DOMDocument::loadHTML(): Tag icellcount invalid in Entity, line: 112 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 05:52:24 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : td in Entity, line: 112 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 05:52:24 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 114 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 05:52:24 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 114 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 05:52:24 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 115 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 05:52:24 --> Severity: Warning --> DOMDocument::loadHTML(): Tag c_ltabs invalid in Entity, line: 115 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 05:52:24 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : td in Entity, line: 115 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 05:52:25 --> Severity: Warning --> DOMDocument::loadHTML(): ID tdTab already defined in Entity, line: 120 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 05:52:25 --> Severity: Warning --> DOMDocument::loadHTML(): ID aTab already defined in Entity, line: 120 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 05:52:25 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 122 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 05:52:25 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 123 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 05:52:25 --> Severity: Warning --> DOMDocument::loadHTML(): Tag c_ltabs invalid in Entity, line: 123 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 05:52:25 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : td in Entity, line: 123 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 05:52:25 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 126 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 05:52:25 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 127 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 05:52:25 --> Severity: Warning --> DOMDocument::loadHTML(): Tag icellcount invalid in Entity, line: 127 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 05:52:25 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : td in Entity, line: 127 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 05:52:25 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 129 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 05:52:25 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 130 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 05:52:25 --> Severity: Warning --> DOMDocument::loadHTML(): Tag c_ltabs invalid in Entity, line: 130 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 05:52:25 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : td in Entity, line: 130 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 05:52:25 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : tr in Entity, line: 134 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 05:52:25 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseStartTag: invalid element name in Entity, line: 150 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 05:52:25 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 168 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 05:52:25 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 169 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 05:52:25 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 171 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 05:52:25 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 172 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 05:52:25 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 172 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 05:52:25 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute if redefined in Entity, line: 173 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 05:52:25 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 173 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 05:52:25 --> Severity: Warning --> DOMDocument::loadHTML(): Tag c_ltabs invalid in Entity, line: 173 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 05:52:25 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 174 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 05:52:25 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 175 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 05:52:25 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 177 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 05:52:25 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 178 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 05:52:26 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 179 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 05:52:26 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute inexttab redefined in Entity, line: 180 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 05:52:26 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 180 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 05:52:26 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 181 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 05:52:26 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 183 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 05:52:26 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 184 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 05:52:26 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute inexttab redefined in Entity, line: 185 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 05:52:26 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute if redefined in Entity, line: 187 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 05:52:26 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 187 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 05:52:26 --> Severity: Warning --> DOMDocument::loadHTML(): Tag c_ltabs invalid in Entity, line: 187 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 05:52:26 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseStartTag: invalid element name in Entity, line: 210 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 05:52:26 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseEntityRef: no name in Entity, line: 214 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 05:52:26 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseEntityRef: no name in Entity, line: 214 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 05:52:26 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseStartTag: invalid element name in Entity, line: 214 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 05:52:26 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseEntityRef: no name in Entity, line: 271 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 05:52:26 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseEntityRef: no name in Entity, line: 271 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 05:52:26 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseEntityRef: no name in Entity, line: 272 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 05:52:26 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseEntityRef: no name in Entity, line: 272 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 05:52:26 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : script in Entity, line: 296 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 05:52:26 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseStartTag: invalid element name in Entity, line: 297 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 05:52:26 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : head in Entity, line: 316 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 05:52:30 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1743 -ERROR - 2018-12-12 05:52:30 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1743 -ERROR - 2018-12-12 05:52:30 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1743 -ERROR - 2018-12-12 05:52:30 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1743 -ERROR - 2018-12-12 05:52:31 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-12 05:52:31 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-12 05:52:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-12 05:52:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-12 05:52:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-12 05:52:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-12 05:52:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-12 05:52:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-12 05:52:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-12 05:52:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-12 05:52:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-12 05:52:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-12 05:52:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-12 05:52:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-12 05:52:31 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 237 -ERROR - 2018-12-12 08:53:51 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-12 08:54:22 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-12 08:54:23 --> The upload path does not appear to be valid. -ERROR - 2018-12-12 08:54:27 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute width redefined in Entity, line: 21 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 08:54:27 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : table-- in Entity, line: 156 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 08:57:59 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-12 08:58:30 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-12 08:58:30 --> The upload path does not appear to be valid. -ERROR - 2018-12-12 08:58:31 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute width redefined in Entity, line: 21 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 08:58:31 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : table-- in Entity, line: 156 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 10:08:39 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-12 10:09:08 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-12 10:09:09 --> The upload path does not appear to be valid. -ERROR - 2018-12-12 10:09:10 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-12 10:09:10 --> The upload path does not appear to be valid. -ERROR - 2018-12-12 10:09:15 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:09:15 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:09:15 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:09:15 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:10:16 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-12 10:10:16 --> The upload path does not appear to be valid. -ERROR - 2018-12-12 10:10:50 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-12 10:10:50 --> The upload path does not appear to be valid. -ERROR - 2018-12-12 10:11:44 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-12 10:11:44 --> The upload path does not appear to be valid. -ERROR - 2018-12-12 10:12:28 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-12 10:12:28 --> The upload path does not appear to be valid. -ERROR - 2018-12-12 10:12:28 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:29 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:29 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:29 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:29 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:29 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:29 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:29 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:29 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:29 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:29 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:29 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:30 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:30 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:30 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:30 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:30 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:30 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:30 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:30 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:30 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:30 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:31 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:31 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:31 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:31 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:31 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:31 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:32 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:32 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:32 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:32 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:32 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:32 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:32 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:32 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:32 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:32 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:32 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:32 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:33 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:33 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:33 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:33 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:33 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:34 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:34 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:34 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:34 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:34 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:34 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:34 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:34 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:34 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:34 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:34 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:34 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:35 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:35 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:35 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:35 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:35 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:35 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:35 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:35 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:35 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:35 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:35 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:36 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:36 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:36 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:36 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:36 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:36 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:36 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:36 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:36 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:36 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:36 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:36 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:37 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:37 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:37 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:37 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:37 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:37 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:37 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:37 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:37 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:37 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:37 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:37 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:38 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:38 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:38 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:38 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:38 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:38 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:38 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:38 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:38 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:38 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:38 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:38 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:39 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:39 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:39 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:39 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:39 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:39 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:39 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:39 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:39 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:39 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:39 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:39 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:40 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:40 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:40 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:40 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:40 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:40 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:40 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:40 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:40 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:40 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:40 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:40 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:41 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:41 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:41 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:41 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:41 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:41 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:41 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:41 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:41 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:41 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:41 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:41 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:42 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:42 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:42 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:42 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:42 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:42 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:42 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:42 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:42 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:42 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:42 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:43 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:43 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:43 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:43 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:43 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:43 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:43 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:43 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:43 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:43 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:43 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:44 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:44 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:44 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:44 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:44 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:44 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:44 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:44 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:44 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:44 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:44 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:44 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:45 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:45 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:45 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:45 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:45 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:45 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:45 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:45 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:45 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:45 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:45 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:45 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:46 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:46 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:46 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:46 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:46 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:46 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:46 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:46 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:46 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:46 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:46 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:46 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:47 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:47 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:47 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:47 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:47 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:47 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:47 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:47 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:47 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:47 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:48 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:48 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:48 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:48 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:48 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:49 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:49 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:49 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:49 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:49 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:49 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:49 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:49 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:49 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:49 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:49 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:49 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:50 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:50 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:50 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:50 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:50 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:50 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:50 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:50 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:50 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:50 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:50 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:50 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:51 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:51 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:51 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:51 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:12:51 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:13:02 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1744 -ERROR - 2018-12-12 10:13:02 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1744 -ERROR - 2018-12-12 10:13:02 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1744 -ERROR - 2018-12-12 10:13:02 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1744 -ERROR - 2018-12-12 10:13:03 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-12 10:13:03 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-12 10:13:03 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-12 10:13:03 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-12 10:13:03 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-12 10:13:03 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-12 10:13:03 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-12 10:13:03 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-12 10:13:03 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-12 10:13:03 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-12 10:13:03 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-12 10:13:03 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-12 10:13:03 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-12 10:13:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-12 10:13:49 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1744 -ERROR - 2018-12-12 10:13:49 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1744 -ERROR - 2018-12-12 10:13:49 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1744 -ERROR - 2018-12-12 10:13:49 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1744 -ERROR - 2018-12-12 10:13:49 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-12 10:13:49 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-12 10:13:50 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-12 10:13:50 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-12 10:13:50 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-12 10:13:50 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-12 10:13:50 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-12 10:13:50 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-12 10:13:50 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-12 10:13:50 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-12 10:13:50 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-12 10:13:50 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-12 10:13:50 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-12 10:13:50 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-12 10:13:50 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 237 -ERROR - 2018-12-12 10:14:14 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-12 10:14:59 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-12 10:14:59 --> The upload path does not appear to be valid. -ERROR - 2018-12-12 10:15:01 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:15:01 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:15:35 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-12 10:15:36 --> The upload path does not appear to be valid. -ERROR - 2018-12-12 10:15:36 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:15:36 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:18:45 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-12 10:18:45 --> The upload path does not appear to be valid. -ERROR - 2018-12-12 10:18:46 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:18:46 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:19:20 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-12 10:19:20 --> The upload path does not appear to be valid. -ERROR - 2018-12-12 10:19:21 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:19:21 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 10:27:39 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-12 10:27:39 --> The upload path does not appear to be valid. -ERROR - 2018-12-12 10:27:43 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1744 -ERROR - 2018-12-12 10:27:43 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1744 -ERROR - 2018-12-12 10:27:43 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1744 -ERROR - 2018-12-12 10:27:43 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1744 -ERROR - 2018-12-12 10:27:43 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-12 10:27:43 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-12 10:27:43 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-12 10:27:43 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-12 10:27:43 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-12 10:27:43 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-12 10:27:43 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-12 10:27:43 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-12 10:27:44 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-12 10:27:44 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-12 10:27:44 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-12 10:27:44 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-12 10:27:44 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-12 10:27:44 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-12 10:27:44 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 237 -ERROR - 2018-12-12 10:31:12 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-12 10:31:50 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-12 10:31:50 --> The upload path does not appear to be valid. -ERROR - 2018-12-12 10:31:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:51 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:51 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:51 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:51 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:51 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:51 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:52 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:52 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:52 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:52 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:52 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:52 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:52 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:52 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:52 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:52 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:52 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:52 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:53 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:53 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:53 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:53 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:53 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:53 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:54 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:54 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:54 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:54 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:54 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:54 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:54 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:54 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:54 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:54 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:54 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:54 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:54 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:54 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:55 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:55 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:55 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:55 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:55 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:55 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:55 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:55 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:55 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:55 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:55 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:55 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:56 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:56 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:56 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:56 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:56 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:56 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:56 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:56 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:56 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:56 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:56 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:56 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:57 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:57 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:57 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:57 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:57 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:57 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:57 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:57 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:57 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:57 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:57 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:57 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:57 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:57 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:58 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:58 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:58 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:58 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:58 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:58 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:58 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:58 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:58 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:58 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:58 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:58 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:59 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:59 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:59 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:59 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:59 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:59 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:59 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:59 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:59 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:59 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:59 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:31:59 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:00 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:00 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:00 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:00 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:00 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:00 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:00 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:00 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:00 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:00 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:00 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:00 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:00 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:00 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:01 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:01 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:01 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:01 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:01 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:01 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:01 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:01 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:01 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:01 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:01 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:01 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:02 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:02 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:02 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:02 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:02 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:02 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:02 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:02 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:02 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:02 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:02 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:02 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:03 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:03 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:03 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:03 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:03 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:03 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:03 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:03 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:03 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:03 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:03 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:03 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:04 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:04 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:04 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:04 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:04 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:04 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:04 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:04 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:04 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:04 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:04 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:04 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:05 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:05 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:05 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:05 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:05 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:05 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:05 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:05 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:05 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:05 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:05 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:05 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:06 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:06 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:06 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:06 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:06 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:06 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:06 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:06 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:06 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:06 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:06 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:06 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:07 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:07 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:07 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:07 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:07 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:07 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:07 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:07 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:07 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:07 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:07 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:07 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:07 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:07 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:08 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:08 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:08 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:08 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:08 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:08 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:08 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:08 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:08 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:08 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:08 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:08 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:09 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:09 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:09 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:09 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:09 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:09 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:09 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:09 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:09 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:09 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:09 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:09 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:10 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:10 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:10 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:10 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:10 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:10 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:10 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:10 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:10 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:10 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:10 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:10 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:11 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:11 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:11 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:11 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:11 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:11 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:11 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:11 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:11 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:11 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:11 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:11 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:12 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:12 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:12 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:12 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:32:15 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1743 -ERROR - 2018-12-12 10:32:15 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1743 -ERROR - 2018-12-12 10:32:15 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1743 -ERROR - 2018-12-12 10:32:15 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1743 -ERROR - 2018-12-12 10:32:15 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-12 10:32:15 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-12 10:32:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-12 10:32:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-12 10:32:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-12 10:32:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-12 10:32:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-12 10:32:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-12 10:32:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-12 10:32:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-12 10:32:16 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-12 10:32:16 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-12 10:32:16 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-12 10:32:16 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-12 10:32:16 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 237 -ERROR - 2018-12-12 10:34:06 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-12 10:34:26 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-12 10:34:26 --> The upload path does not appear to be valid. -ERROR - 2018-12-12 10:34:27 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:27 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:27 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:27 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:27 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:27 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:27 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:27 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:27 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:27 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:27 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:27 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:28 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:28 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:28 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:28 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:28 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:28 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:28 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:28 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:28 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:28 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:28 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:28 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:29 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:29 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:29 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:29 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:29 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:29 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:29 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:29 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:29 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:29 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:29 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:29 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:30 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:30 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:30 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:30 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:30 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:30 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:30 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:30 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:30 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:30 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:30 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:30 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:31 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:31 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:31 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:31 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:31 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:31 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:32 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:32 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:32 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:32 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:32 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:32 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:32 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:32 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:32 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:32 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:32 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:33 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:33 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:33 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:33 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:33 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:33 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:34 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:34 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:34 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:34 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:34 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:34 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:34 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:34 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:34 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:34 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:34 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:35 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:35 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:35 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:35 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:35 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:35 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:35 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:35 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:35 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:35 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:35 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:35 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:36 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:36 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:36 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:36 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:36 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:36 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:36 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:36 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:36 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:36 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:36 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:36 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:37 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:37 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:37 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:37 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:37 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:37 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:37 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:37 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:37 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:37 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:37 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:37 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:38 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:38 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:38 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:38 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:38 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:38 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:38 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:38 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:38 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:38 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:38 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:38 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:39 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:39 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:39 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:39 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:39 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:39 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:39 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:39 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:39 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:39 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:39 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:39 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:40 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:40 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:40 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:40 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:40 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:40 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:40 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:40 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:40 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:40 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:40 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:41 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:41 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:41 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:41 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:41 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:41 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:41 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:41 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:41 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:41 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:41 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:41 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:41 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:42 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:42 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:42 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:42 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:42 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:42 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:42 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:42 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:42 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:42 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:42 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:42 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:43 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:43 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:43 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:43 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:43 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:43 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:43 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:43 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:43 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:43 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:43 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:43 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:44 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:44 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:44 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:44 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:44 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:44 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:44 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:44 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:44 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:44 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:44 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:44 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:45 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:45 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:45 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:45 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:45 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:45 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:45 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:45 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:45 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:45 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:45 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:45 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:46 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:46 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:46 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:46 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:46 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:46 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:46 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:46 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:46 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:46 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:46 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:46 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:47 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:47 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:47 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:47 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:47 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:47 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:47 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:47 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:47 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:47 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:47 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:47 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:48 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:48 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:48 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:48 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:48 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:48 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:49 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:49 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 520 -ERROR - 2018-12-12 10:34:51 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1743 -ERROR - 2018-12-12 10:34:51 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1743 -ERROR - 2018-12-12 10:34:51 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1743 -ERROR - 2018-12-12 10:34:51 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1743 -ERROR - 2018-12-12 10:34:52 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-12 10:34:52 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-12 10:34:52 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-12 10:34:52 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-12 10:34:52 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-12 10:34:52 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-12 10:34:52 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-12 10:34:52 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-12 10:34:52 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-12 10:34:52 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-12 10:34:52 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-12 10:34:52 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-12 10:34:52 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-12 10:34:52 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-12 10:34:52 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 237 -ERROR - 2018-12-12 10:37:40 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-12 10:38:05 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-12 10:38:05 --> The upload path does not appear to be valid. -ERROR - 2018-12-12 10:40:28 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-12 10:41:03 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-12 10:41:03 --> The upload path does not appear to be valid. -ERROR - 2018-12-12 10:50:24 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-12 10:50:24 --> The upload path does not appear to be valid. -ERROR - 2018-12-12 10:52:31 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-12 10:52:31 --> The upload path does not appear to be valid. -ERROR - 2018-12-12 10:52:31 --> Severity: Notice --> Undefined variable: birth C:\xampp\htdocs\ria\application\controllers\cashbook.php 479 -ERROR - 2018-12-12 10:53:05 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-12 10:53:05 --> The upload path does not appear to be valid. -ERROR - 2018-12-12 10:55:45 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-12 10:56:05 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-12 10:56:05 --> The upload path does not appear to be valid. -ERROR - 2018-12-12 10:56:06 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:56:06 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:15 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-12 10:57:27 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-12 10:57:27 --> The upload path does not appear to be valid. -ERROR - 2018-12-12 10:57:28 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:28 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:28 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:28 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:28 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:28 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:28 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:28 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:29 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:29 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:29 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:29 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:29 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:29 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:29 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:29 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:29 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:29 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:29 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:29 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:30 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:30 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:30 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:30 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:30 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:30 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:30 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:30 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:30 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:30 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:31 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:31 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:31 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:31 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:32 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:32 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:32 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:32 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:32 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:32 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:32 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:32 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:32 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:32 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:32 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:32 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:33 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:33 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:33 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:33 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:33 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:33 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:34 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:34 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:34 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:34 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:34 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:34 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:34 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:34 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:34 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:34 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:34 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:34 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:35 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:35 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:35 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:35 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:35 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:35 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:35 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:35 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:35 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:35 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:35 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:35 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:36 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:36 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:36 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:36 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:36 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:36 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:36 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:36 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:36 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:36 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:36 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:36 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:37 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:37 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:37 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:37 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:37 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:37 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:37 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:37 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:37 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:37 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:37 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:37 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:38 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:38 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:38 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:38 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:38 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:38 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:38 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:38 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:38 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:38 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:38 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:38 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:39 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:39 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:39 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:39 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:39 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:39 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:39 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:39 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:39 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:39 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:39 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:39 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:40 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:40 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:40 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:40 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:40 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:40 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:40 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:40 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:40 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:40 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:40 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:41 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:41 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:41 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:41 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:41 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:41 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:41 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:41 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:41 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:42 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:42 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:42 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:42 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:42 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:42 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:42 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:42 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:42 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:42 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:43 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:43 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:43 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:43 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:43 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:43 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:43 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:43 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:43 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:43 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:44 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:44 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:44 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:44 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:44 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:44 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:44 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:45 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:45 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:45 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:45 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:45 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:45 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:45 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:45 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:45 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:45 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:45 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:46 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:46 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:46 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:46 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:46 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:46 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:46 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:46 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:46 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:46 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:46 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:46 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:47 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:47 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:47 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:47 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:47 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:47 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:47 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:47 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:48 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:48 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:48 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:48 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:48 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:49 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:49 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:49 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:49 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:49 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:49 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:50 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:50 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:50 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:50 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:50 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:50 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:50 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:50 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:50 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:50 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:50 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:50 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:51 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:51 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:51 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:51 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:51 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:51 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:52 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:52 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:52 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:52 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:52 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:52 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:52 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:52 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:52 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:52 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:52 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:52 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 10:57:55 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1747 -ERROR - 2018-12-12 10:57:55 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1747 -ERROR - 2018-12-12 10:57:55 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1747 -ERROR - 2018-12-12 10:57:55 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1747 -ERROR - 2018-12-12 10:57:56 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-12 10:57:56 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-12 10:57:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-12 10:57:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-12 10:57:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-12 10:57:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-12 10:57:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-12 10:57:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-12 10:57:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-12 10:57:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-12 10:57:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-12 10:57:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-12 10:57:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-12 10:57:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-12 11:19:15 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-12 11:19:32 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-12 11:19:32 --> The upload path does not appear to be valid. -ERROR - 2018-12-12 11:19:32 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:33 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:33 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:34 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:34 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:34 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:34 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:34 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:34 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:34 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:34 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:34 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:34 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:34 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:35 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:35 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:35 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:35 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:35 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:35 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:35 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:35 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:35 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:35 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:35 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:35 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:35 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:36 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:36 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:36 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:36 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:36 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:36 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:36 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:36 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:36 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:37 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:37 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:37 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:37 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:37 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:37 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:37 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:38 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:38 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:38 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:38 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:38 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:38 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:38 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:38 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:38 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:38 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:38 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:39 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:39 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:39 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:39 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:39 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:39 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:39 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:39 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:39 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:39 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:39 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:39 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:40 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:40 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:40 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:40 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:40 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:40 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:40 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:40 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:40 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:40 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:40 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:40 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:40 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:41 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:41 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:41 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:41 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:41 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:41 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:41 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:41 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:41 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:41 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:41 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:42 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:42 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:42 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:42 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:42 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:42 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:42 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:42 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:42 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:42 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:42 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:42 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:42 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:43 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:43 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:43 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:43 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:43 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:43 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:43 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:43 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:43 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:43 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:43 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:44 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:44 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:44 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:44 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:44 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:44 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:44 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:44 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:44 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:44 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:44 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:44 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:45 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:45 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:45 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:45 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:45 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:45 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:45 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:45 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:45 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:45 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:45 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:45 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:46 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:46 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:46 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:46 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:46 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:46 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:46 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:46 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:46 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:46 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:46 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:46 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:46 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:47 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:47 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:47 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:47 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:47 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:47 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:47 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:47 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:47 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:47 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:47 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:48 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:48 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:48 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:48 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:48 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:49 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:49 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:49 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:49 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:49 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:49 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:49 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:49 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:49 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:49 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:49 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:50 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:50 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:50 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:50 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:50 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:50 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:50 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:50 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:50 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:50 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:50 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:50 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:51 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:51 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:51 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:51 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:51 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:51 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:52 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:52 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:52 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:52 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:52 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:52 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:52 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:52 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:52 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:52 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:52 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:52 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:53 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:53 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:53 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:53 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:53 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:53 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:54 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:54 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:54 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:54 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:54 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:54 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:54 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:54 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:54 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:54 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:54 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:54 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:55 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:55 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:55 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:55 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:55 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:55 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:55 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:55 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:55 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:55 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:55 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:55 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:56 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:56 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:56 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:56 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:56 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:19:56 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:20:01 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1747 -ERROR - 2018-12-12 11:20:01 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1747 -ERROR - 2018-12-12 11:20:01 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1747 -ERROR - 2018-12-12 11:20:01 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1747 -ERROR - 2018-12-12 11:20:01 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-12 11:20:01 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-12 11:20:02 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-12 11:20:02 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-12 11:20:02 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-12 11:20:02 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-12 11:20:02 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-12 11:20:02 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-12 11:20:02 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-12 11:20:02 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-12 11:20:02 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-12 11:20:02 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-12 11:20:02 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-12 11:20:02 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-12 11:20:02 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 237 -ERROR - 2018-12-12 11:23:28 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-12 11:23:44 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-12 11:23:44 --> The upload path does not appear to be valid. -ERROR - 2018-12-12 11:23:44 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:23:44 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:26 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-12 11:26:35 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-12 11:26:48 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-12 11:26:48 --> The upload path does not appear to be valid. -ERROR - 2018-12-12 11:26:49 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:49 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:49 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:49 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:49 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:49 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:50 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:50 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:50 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:50 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:50 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:50 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:50 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:50 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:50 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:50 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:50 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:50 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:51 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:51 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:51 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:51 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:51 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:51 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:52 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:52 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:52 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:52 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:52 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:52 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:52 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:52 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:52 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:52 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:52 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:52 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:53 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:53 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:53 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:53 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:53 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:54 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:54 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:55 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:55 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:55 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:55 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:55 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:55 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:55 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:55 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:55 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:55 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:55 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:56 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:56 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:56 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:56 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:56 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:56 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:56 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:56 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:56 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:56 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:57 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:57 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:57 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:57 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:57 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:57 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:57 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:58 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:58 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:58 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:58 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:58 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:58 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:58 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:58 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:58 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:58 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:58 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:58 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:59 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:59 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:59 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:59 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:59 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:59 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:59 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:59 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:59 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:59 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:59 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:26:59 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:00 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:00 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:00 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:00 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:00 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:00 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:00 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:00 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:01 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:01 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:01 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:01 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:01 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:01 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:01 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:01 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:02 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:02 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:02 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:02 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:02 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:02 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:02 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:02 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:02 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:02 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:03 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:03 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:03 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:03 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:03 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:03 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:03 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:04 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:04 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:04 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:04 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:04 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:04 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:04 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:04 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:04 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:05 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:05 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:05 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:05 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:05 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:05 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:05 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:05 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:06 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:06 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:06 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:06 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:06 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:06 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:06 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:06 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:06 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:06 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:07 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:07 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:07 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:07 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:07 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:07 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:07 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:07 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:08 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:08 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:08 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:08 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:08 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:08 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:08 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:08 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:08 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:08 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:09 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:09 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:09 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:09 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:09 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:09 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:09 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:09 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:09 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:09 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:09 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:09 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:10 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:10 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:10 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:10 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:10 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:10 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:10 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:10 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:10 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:10 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:11 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:11 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:11 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:11 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:11 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:11 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:11 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:11 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:11 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:11 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:12 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:12 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:12 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:12 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:12 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:12 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:12 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:13 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:13 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:13 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:13 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:13 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:13 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:13 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:13 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:13 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:14 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:14 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:14 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:14 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:14 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:14 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:14 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:14 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:14 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:15 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:15 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:15 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:15 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:15 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:15 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:15 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:15 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:15 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:15 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:16 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:16 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:16 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:16 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:16 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:16 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:16 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:16 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:16 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:17 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:17 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:17 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:17 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:27:21 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1748 -ERROR - 2018-12-12 11:27:21 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1748 -ERROR - 2018-12-12 11:27:21 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1748 -ERROR - 2018-12-12 11:27:21 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1748 -ERROR - 2018-12-12 11:27:21 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-12 11:27:21 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-12 11:27:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-12 11:27:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-12 11:27:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-12 11:27:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-12 11:27:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-12 11:27:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-12 11:27:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-12 11:27:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-12 11:27:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-12 11:27:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-12 11:27:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-12 11:27:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-12 11:28:17 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-12 11:28:41 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-12 11:28:41 --> The upload path does not appear to be valid. -ERROR - 2018-12-12 11:28:41 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:41 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:41 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:41 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:42 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:42 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:42 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:42 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:42 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:42 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:42 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:42 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:42 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:42 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:42 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:43 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:43 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:43 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:43 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:43 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:43 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:43 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:43 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:43 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:43 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:43 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:43 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:44 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:44 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:44 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:44 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:44 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:44 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:44 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:44 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:44 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:44 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:44 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:44 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:45 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:45 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:45 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:45 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:45 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:45 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:45 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:45 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:45 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:45 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:45 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:46 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:46 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:46 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:46 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:46 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:46 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:46 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:46 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:46 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:46 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:46 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:47 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:47 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:47 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:47 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:47 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:47 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:47 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:47 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:47 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:47 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:47 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:47 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:48 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:48 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:48 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:48 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:48 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:48 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:49 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:49 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:49 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:49 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:49 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:49 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:49 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:49 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:49 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:49 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:49 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:49 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:50 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:50 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:50 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:50 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:50 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:50 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:50 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:50 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:50 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:50 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:50 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:50 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:51 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:51 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:51 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:51 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:51 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:51 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:52 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:52 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:52 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:52 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:52 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:52 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:52 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:52 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:52 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:52 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:52 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:52 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:53 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:53 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:53 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:53 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:53 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:53 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:54 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:54 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:54 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:54 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:54 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:54 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:54 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:54 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:54 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:54 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:54 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:54 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:55 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:55 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:55 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:55 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:55 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:55 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:55 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:55 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:55 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:55 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:56 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:56 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:56 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:56 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:56 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:56 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:56 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:56 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:56 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:56 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:56 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:57 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:57 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:57 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:57 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:57 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:57 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:57 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:57 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:57 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:57 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:57 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:58 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:58 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:58 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:58 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:58 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:58 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:58 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:58 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:58 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:58 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:58 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:58 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:59 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:59 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:59 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:59 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:59 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:59 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:59 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:59 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:59 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:59 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:59 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:28:59 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:29:00 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:29:00 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:29:00 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:29:00 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:29:00 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:29:00 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:29:00 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:29:01 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:29:01 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:29:01 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:29:01 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:29:01 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:29:01 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:29:01 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:29:01 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:29:01 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:29:01 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:29:01 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:29:02 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:29:02 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:29:02 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:29:02 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:29:02 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:29:02 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:29:02 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:29:02 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:29:02 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:29:02 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:29:02 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:29:03 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:29:03 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:29:03 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:29:03 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:29:03 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:29:03 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:29:03 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:29:03 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:29:03 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:29:03 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:29:03 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:29:04 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:29:04 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:29:04 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:29:04 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:29:04 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:29:04 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:29:04 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:29:04 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:29:04 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:29:04 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:29:04 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 524 -ERROR - 2018-12-12 11:29:08 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1748 -ERROR - 2018-12-12 11:29:08 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1748 -ERROR - 2018-12-12 11:29:08 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1748 -ERROR - 2018-12-12 11:29:08 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1748 -ERROR - 2018-12-12 11:29:08 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-12 11:29:08 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-12 11:29:08 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-12 11:29:08 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-12 11:29:08 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-12 11:29:08 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-12 11:29:09 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-12 11:29:09 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-12 11:29:09 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-12 11:29:09 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-12 11:29:09 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-12 11:29:09 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-12 11:29:09 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-12 11:29:09 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-12 11:40:39 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2018-12-12 11:40:39 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2018-12-12 11:41:08 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2018-12-12 11:41:08 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2018-12-12 11:41:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-12 11:41:08 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-12 11:41:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-12 11:41:08 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-12 11:41:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-12 11:41:08 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-12 11:41:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-12 11:41:08 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-12 11:41:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-12 11:41:08 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-12 11:41:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-12 11:41:09 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-12 11:41:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-12 11:41:09 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-12 11:41:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-12 11:41:09 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-12 11:41:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-12 11:41:09 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-12 11:41:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-12 11:41:09 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-12 11:41:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-12 11:41:09 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-12 11:41:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-12 11:41:09 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-12 11:41:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-12 11:41:09 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-12 11:41:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-12 11:41:09 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-12 11:41:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-12 11:41:10 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-12 11:41:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-12 11:41:10 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-12 11:41:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-12 11:41:10 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-12 11:41:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-12 11:41:10 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-12 11:41:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-12 11:41:10 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-12 11:41:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-12 11:41:10 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-12 11:41:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-12 11:41:10 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-12 11:41:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-12 11:41:10 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-12 11:41:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-12 11:41:10 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-12 11:41:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-12 11:41:11 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-12 11:41:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-12 11:41:11 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-12 11:41:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-12 11:41:11 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-12 11:41:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-12 11:41:11 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-12 11:42:22 --> Severity: Notice --> Undefined variable: balancetocleared C:\xampp\htdocs\ria\application\controllers\cashbook.php 1939 -ERROR - 2018-12-12 11:42:22 --> Severity: Notice --> Undefined variable: balancetocleared C:\xampp\htdocs\ria\application\controllers\cashbook.php 1939 -ERROR - 2018-12-12 11:42:22 --> Severity: Notice --> Undefined variable: balancetocleared C:\xampp\htdocs\ria\application\controllers\cashbook.php 1939 -ERROR - 2018-12-12 11:42:22 --> Severity: Notice --> Undefined variable: balancetocleared C:\xampp\htdocs\ria\application\controllers\cashbook.php 1939 -ERROR - 2018-12-12 11:42:22 --> Severity: Notice --> Undefined variable: clearedblnce C:\xampp\htdocs\ria\application\controllers\cashbook.php 1948 -ERROR - 2018-12-12 11:42:22 --> Severity: Notice --> Undefined variable: clearedblnce C:\xampp\htdocs\ria\application\controllers\cashbook.php 1948 -ERROR - 2018-12-12 11:42:22 --> Severity: Notice --> Undefined variable: clearedblnce C:\xampp\htdocs\ria\application\controllers\cashbook.php 1948 -ERROR - 2018-12-12 11:42:22 --> Severity: Notice --> Undefined variable: balancetocleared C:\xampp\htdocs\ria\application\controllers\cashbook.php 1948 -ERROR - 2018-12-12 11:42:22 --> Severity: Notice --> Undefined variable: clearedblnce C:\xampp\htdocs\ria\application\controllers\cashbook.php 1948 -ERROR - 2018-12-12 11:42:22 --> Severity: Notice --> Undefined variable: balancetocleared C:\xampp\htdocs\ria\application\controllers\cashbook.php 1948 -ERROR - 2018-12-12 11:42:22 --> Severity: Notice --> Undefined variable: balancetocleared C:\xampp\htdocs\ria\application\controllers\cashbook.php 1948 -ERROR - 2018-12-12 11:42:22 --> Severity: Notice --> Undefined variable: balancetocleared C:\xampp\htdocs\ria\application\controllers\cashbook.php 1948 -ERROR - 2018-12-12 11:42:22 --> Severity: Notice --> Undefined variable: data C:\xampp\htdocs\ria\application\controllers\cashbook.php 2014 -ERROR - 2018-12-12 11:42:23 --> Severity: Notice --> Undefined variable: data C:\xampp\htdocs\ria\application\controllers\cashbook.php 2014 -ERROR - 2018-12-12 11:42:23 --> Severity: Notice --> Undefined variable: data C:\xampp\htdocs\ria\application\controllers\cashbook.php 2014 -ERROR - 2018-12-12 11:42:23 --> Severity: Notice --> Undefined variable: data C:\xampp\htdocs\ria\application\controllers\cashbook.php 2014 -ERROR - 2018-12-12 11:42:23 --> Severity: Notice --> Undefined variable: data C:\xampp\htdocs\ria\application\controllers\cashbook.php 2014 -ERROR - 2018-12-12 11:42:23 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-12 11:42:23 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-12 11:42:23 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-12 11:42:23 --> Severity: Notice --> Undefined variable: bankreport C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2018-12-12 11:42:23 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-12 11:42:23 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-12 11:42:23 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-12 11:42:23 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2018-12-12 11:42:23 --> Severity: Notice --> Undefined variable: bankreport C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2018-12-12 11:42:23 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-12 11:42:23 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-12 11:42:23 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-12 11:42:23 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2018-12-12 11:42:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-12 11:42:23 --> Severity: Notice --> Undefined variable: bankreport C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2018-12-12 11:42:23 --> Severity: Notice --> Undefined variable: bankreport C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2018-12-12 11:42:23 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-12 11:42:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-12 11:42:23 --> Severity: Notice --> Undefined variable: bankreport C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2018-12-12 11:42:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-12 11:42:23 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2018-12-12 11:42:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-12 11:42:23 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2018-12-12 11:42:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-12 11:42:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-12 11:42:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-12 11:42:23 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2018-12-12 11:42:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-12 11:42:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-12 11:42:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-12 11:42:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-12 11:42:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-12 11:42:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-12 11:42:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-12 11:42:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-12 11:42:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-12 11:42:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-12 11:42:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-12 11:42:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-12 11:42:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-12 11:42:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-12 11:42:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-12 11:42:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-12 11:42:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-12 11:42:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-12 11:42:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-12 11:42:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-12 11:42:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-12 11:42:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-12 11:42:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-12 11:42:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-12 11:42:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-12 11:42:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-12 11:42:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-12 11:42:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-12 11:42:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-12 11:42:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-12 11:42:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-12 11:42:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-12 11:42:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-12 11:42:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-12 11:42:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-12 11:42:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-12 11:42:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-12 11:42:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-12 11:42:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-12 11:42:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-12 11:42:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-12 11:42:24 --> Severity: Notice --> Undefined variable: finyear C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2018-12-12 11:42:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-12 11:42:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-12 11:42:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-12 11:42:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-12 11:42:24 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2018-12-12 11:42:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-12 11:42:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-12 11:42:24 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 237 -ERROR - 2018-12-12 11:42:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-12 11:42:24 --> Severity: Notice --> Undefined variable: finyear C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2018-12-12 11:42:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-12 11:42:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-12 11:42:24 --> Severity: Notice --> Undefined variable: finyear C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2018-12-12 11:42:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-12 11:42:24 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2018-12-12 11:42:24 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2018-12-12 11:42:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-12 11:42:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-12 11:42:24 --> Severity: Notice --> Undefined variable: finyear C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2018-12-12 11:42:24 --> Severity: Notice --> Undefined variable: finyear C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2018-12-12 11:42:24 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 237 -ERROR - 2018-12-12 11:42:24 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 237 -ERROR - 2018-12-12 11:42:24 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2018-12-12 11:42:24 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2018-12-12 11:42:24 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 237 -ERROR - 2018-12-12 11:42:24 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 237 -ERROR - 2018-12-12 11:42:25 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1750 -ERROR - 2018-12-12 11:42:25 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1750 -ERROR - 2018-12-12 11:42:25 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1750 -ERROR - 2018-12-12 11:42:25 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1750 -ERROR - 2018-12-12 11:42:25 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1750 -ERROR - 2018-12-12 11:42:25 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1750 -ERROR - 2018-12-12 11:42:26 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1750 -ERROR - 2018-12-12 11:42:26 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1750 -ERROR - 2018-12-12 11:42:26 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1750 -ERROR - 2018-12-12 11:42:26 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1750 -ERROR - 2018-12-12 11:42:26 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1750 -ERROR - 2018-12-12 11:42:26 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1750 -ERROR - 2018-12-12 11:42:26 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-12 11:42:26 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-12 11:42:26 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-12 11:42:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-12 11:42:26 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-12 11:42:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-12 11:42:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-12 11:42:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-12 11:42:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-12 11:42:26 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-12 11:42:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-12 11:42:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-12 11:42:26 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-12 11:42:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-12 11:42:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-12 11:42:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-12 11:42:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-12 11:42:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-12 11:42:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-12 11:42:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-12 11:42:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-12 11:42:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-12 11:42:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-12 11:42:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-12 11:42:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-12 11:42:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-12 11:42:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-12 11:42:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-12 11:42:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-12 11:42:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-12 11:42:27 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-12 11:42:27 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-12 11:42:27 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-12 11:42:27 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-12 11:42:27 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-12 11:42:27 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-12 11:42:27 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-12 11:42:27 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-12 11:42:27 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-12 11:42:27 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-12 11:42:27 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-12 11:42:27 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-12 12:34:56 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-12 12:35:36 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-12 12:35:36 --> The upload path does not appear to be valid. -ERROR - 2018-12-12 12:35:40 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute width redefined in Entity, line: 21 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 12:35:40 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : table-- in Entity, line: 156 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 12:35:41 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 451 -ERROR - 2018-12-12 12:35:41 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 451 -ERROR - 2018-12-12 12:35:41 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 451 -ERROR - 2018-12-12 12:35:41 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 451 -ERROR - 2018-12-12 12:35:41 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 451 -ERROR - 2018-12-12 12:35:41 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 451 -ERROR - 2018-12-12 12:35:45 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1745 -ERROR - 2018-12-12 12:35:45 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1745 -ERROR - 2018-12-12 12:35:45 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1745 -ERROR - 2018-12-12 12:35:45 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1745 -ERROR - 2018-12-12 12:35:45 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-12 12:35:45 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-12 12:35:46 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-12 12:35:46 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-12 12:35:46 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-12 12:35:46 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-12 12:35:46 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-12 12:35:46 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-12 12:35:46 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-12 12:35:46 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-12 12:35:46 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-12 12:35:47 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-12 12:35:47 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-12 12:35:47 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-12 12:41:01 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1745 -ERROR - 2018-12-12 12:41:02 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1745 -ERROR - 2018-12-12 12:41:02 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1745 -ERROR - 2018-12-12 12:41:02 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1745 -ERROR - 2018-12-12 12:41:02 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-12 12:41:02 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-12 12:41:02 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-12 12:41:02 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-12 12:41:02 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-12 12:41:02 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-12 12:41:03 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-12 12:41:03 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-12 12:41:03 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-12 12:41:03 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-12 12:41:03 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-12 12:41:03 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-12 12:41:03 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-12 12:41:03 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-12 12:41:03 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 237 -ERROR - 2018-12-12 12:41:10 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-12 12:41:34 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-12 12:41:34 --> The upload path does not appear to be valid. -ERROR - 2018-12-12 12:41:34 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute width redefined in Entity, line: 21 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 12:41:35 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : table-- in Entity, line: 156 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 12:41:35 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 451 -ERROR - 2018-12-12 12:41:35 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 451 -ERROR - 2018-12-12 12:41:35 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 451 -ERROR - 2018-12-12 12:41:35 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 451 -ERROR - 2018-12-12 12:41:35 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 451 -ERROR - 2018-12-12 12:41:35 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 451 -ERROR - 2018-12-12 12:41:46 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1745 -ERROR - 2018-12-12 12:41:46 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1745 -ERROR - 2018-12-12 12:41:47 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1745 -ERROR - 2018-12-12 12:41:47 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1745 -ERROR - 2018-12-12 12:41:47 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-12 12:41:47 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-12 12:41:47 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-12 12:41:47 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-12 12:41:47 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-12 12:41:47 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-12 12:41:47 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-12 12:41:47 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-12 12:41:47 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-12 12:41:47 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-12 12:41:48 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-12 12:41:48 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-12 12:41:48 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-12 12:41:48 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-12 12:45:48 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-12 12:46:21 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-12 12:46:21 --> The upload path does not appear to be valid. -ERROR - 2018-12-12 12:46:22 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute width redefined in Entity, line: 21 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 12:46:22 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : table-- in Entity, line: 156 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 12:46:22 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 451 -ERROR - 2018-12-12 12:46:22 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 451 -ERROR - 2018-12-12 12:46:22 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 451 -ERROR - 2018-12-12 12:46:22 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 451 -ERROR - 2018-12-12 12:46:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 451 -ERROR - 2018-12-12 12:46:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 451 -ERROR - 2018-12-12 12:46:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 451 -ERROR - 2018-12-12 12:46:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 451 -ERROR - 2018-12-12 12:46:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 451 -ERROR - 2018-12-12 12:46:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 451 -ERROR - 2018-12-12 12:46:26 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1745 -ERROR - 2018-12-12 12:46:26 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1745 -ERROR - 2018-12-12 12:46:26 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1745 -ERROR - 2018-12-12 12:46:26 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1745 -ERROR - 2018-12-12 12:46:27 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-12 12:46:27 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-12 12:46:27 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-12 12:46:27 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-12 12:46:27 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-12 12:46:27 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-12 12:46:27 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-12 12:46:27 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-12 12:46:27 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-12 12:46:27 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-12 12:46:27 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-12 12:46:27 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-12 12:46:27 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-12 12:46:27 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-12 12:52:09 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-12 12:52:38 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-12 12:52:38 --> The upload path does not appear to be valid. -ERROR - 2018-12-12 12:52:38 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute width redefined in Entity, line: 21 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 12:52:39 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : table-- in Entity, line: 156 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 12:52:39 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 451 -ERROR - 2018-12-12 12:52:39 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 451 -ERROR - 2018-12-12 12:52:39 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 451 -ERROR - 2018-12-12 12:52:39 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 451 -ERROR - 2018-12-12 12:52:39 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 451 -ERROR - 2018-12-12 12:52:39 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 451 -ERROR - 2018-12-12 12:52:39 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 451 -ERROR - 2018-12-12 12:52:39 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 451 -ERROR - 2018-12-12 12:52:40 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 451 -ERROR - 2018-12-12 12:52:40 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 451 -ERROR - 2018-12-12 12:52:43 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1745 -ERROR - 2018-12-12 12:52:43 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1745 -ERROR - 2018-12-12 12:52:43 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1745 -ERROR - 2018-12-12 12:52:43 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1745 -ERROR - 2018-12-12 12:52:43 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-12 12:52:43 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-12 12:52:43 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-12 12:52:43 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-12 12:52:43 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-12 12:52:44 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-12 12:52:44 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-12 12:52:44 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-12 12:52:44 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-12 12:52:44 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-12 12:52:44 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-12 12:52:44 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-12 12:52:44 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-12 12:52:44 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-12 12:54:51 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-12 12:55:22 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-12 12:55:22 --> The upload path does not appear to be valid. -ERROR - 2018-12-12 12:55:22 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute width redefined in Entity, line: 21 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 12:55:22 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : table-- in Entity, line: 156 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 12:55:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 451 -ERROR - 2018-12-12 12:55:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 451 -ERROR - 2018-12-12 12:55:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 451 -ERROR - 2018-12-12 12:55:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 451 -ERROR - 2018-12-12 12:55:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 451 -ERROR - 2018-12-12 12:55:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 451 -ERROR - 2018-12-12 12:55:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 451 -ERROR - 2018-12-12 12:55:24 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 451 -ERROR - 2018-12-12 12:55:24 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 451 -ERROR - 2018-12-12 12:55:24 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 451 -ERROR - 2018-12-12 12:55:26 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1745 -ERROR - 2018-12-12 12:55:27 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1745 -ERROR - 2018-12-12 12:55:27 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1745 -ERROR - 2018-12-12 12:55:27 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1745 -ERROR - 2018-12-12 12:55:27 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-12 12:55:27 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-12 12:55:27 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-12 12:55:27 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-12 12:55:27 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-12 12:55:27 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-12 12:55:27 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-12 12:55:27 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-12 12:55:27 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-12 12:55:27 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-12 12:55:28 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-12 12:55:28 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-12 12:55:28 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-12 12:55:28 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-12 12:58:50 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-12 12:59:14 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-12 12:59:14 --> The upload path does not appear to be valid. -ERROR - 2018-12-12 12:59:14 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute width redefined in Entity, line: 21 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 12:59:14 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : table-- in Entity, line: 156 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 12:59:14 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 451 -ERROR - 2018-12-12 12:59:15 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 451 -ERROR - 2018-12-12 12:59:15 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 451 -ERROR - 2018-12-12 12:59:15 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 451 -ERROR - 2018-12-12 12:59:15 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 451 -ERROR - 2018-12-12 12:59:15 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 451 -ERROR - 2018-12-12 12:59:15 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 451 -ERROR - 2018-12-12 12:59:16 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 451 -ERROR - 2018-12-12 12:59:16 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 451 -ERROR - 2018-12-12 12:59:16 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 451 -ERROR - 2018-12-12 12:59:20 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1745 -ERROR - 2018-12-12 12:59:20 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1745 -ERROR - 2018-12-12 12:59:20 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1745 -ERROR - 2018-12-12 12:59:20 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1745 -ERROR - 2018-12-12 12:59:21 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-12 12:59:21 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-12 12:59:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-12 12:59:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-12 12:59:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-12 12:59:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-12 12:59:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-12 12:59:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-12 12:59:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-12 12:59:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-12 12:59:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-12 12:59:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-12 12:59:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-12 12:59:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-12 13:02:50 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-12 13:03:39 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-12 13:03:39 --> The upload path does not appear to be valid. -ERROR - 2018-12-12 13:03:39 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute width redefined in Entity, line: 21 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 13:03:39 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : table-- in Entity, line: 156 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 13:03:40 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 451 -ERROR - 2018-12-12 13:03:40 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 451 -ERROR - 2018-12-12 13:03:40 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 451 -ERROR - 2018-12-12 13:03:40 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 451 -ERROR - 2018-12-12 13:03:40 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 451 -ERROR - 2018-12-12 13:03:40 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 451 -ERROR - 2018-12-12 13:03:41 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 451 -ERROR - 2018-12-12 13:03:41 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 451 -ERROR - 2018-12-12 13:03:41 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 451 -ERROR - 2018-12-12 13:03:44 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1745 -ERROR - 2018-12-12 13:03:44 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1745 -ERROR - 2018-12-12 13:03:45 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1745 -ERROR - 2018-12-12 13:03:45 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1745 -ERROR - 2018-12-12 13:03:45 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-12 13:03:45 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-12 13:03:45 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-12 13:03:45 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-12 13:03:45 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-12 13:03:45 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-12 13:03:45 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-12 13:03:45 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-12 13:03:45 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-12 13:03:45 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-12 13:03:46 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-12 13:03:46 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-12 13:03:46 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-12 13:03:46 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-12 13:09:55 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1745 -ERROR - 2018-12-12 13:09:55 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1745 -ERROR - 2018-12-12 13:09:55 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1745 -ERROR - 2018-12-12 13:09:55 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1745 -ERROR - 2018-12-12 13:09:55 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-12 13:09:55 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-12 13:09:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-12 13:09:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-12 13:09:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-12 13:09:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-12 13:09:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-12 13:09:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-12 13:09:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-12 13:09:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-12 13:09:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-12 13:09:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-12 13:09:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-12 13:09:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-12 13:09:56 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 237 -ERROR - 2018-12-12 13:10:49 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-12 13:11:57 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-12 13:11:57 --> The upload path does not appear to be valid. -ERROR - 2018-12-12 13:11:58 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:11:58 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:11:58 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:11:58 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:11:58 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:11:58 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:11:58 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:11:58 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:11:59 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:11:59 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:11:59 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:11:59 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:11:59 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:11:59 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:11:59 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:11:59 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:11:59 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:11:59 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:00 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:00 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:00 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:00 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:00 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:00 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:00 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:00 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:00 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:00 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:01 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:01 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:01 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:01 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:01 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:01 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:01 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:01 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:01 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:01 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:02 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:02 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:02 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:02 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:02 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:02 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:02 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:02 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:02 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:02 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:03 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:03 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:03 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:03 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:03 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:03 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:03 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:03 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:03 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:03 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:04 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:04 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:04 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:04 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:04 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:04 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:04 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:04 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:04 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:04 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:05 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:05 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:05 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:05 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:05 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:05 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:05 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:05 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:05 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:05 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:06 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:06 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:06 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:06 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:06 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:06 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:06 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:06 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:07 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:07 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:07 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:07 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:07 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:07 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:07 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:07 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:07 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:07 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:08 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:08 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:08 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:08 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:08 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:08 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:08 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:08 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:08 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:08 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:09 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:09 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:09 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:09 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:09 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:09 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:09 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:09 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:09 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:09 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:10 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:10 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:10 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:10 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:10 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:10 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:10 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:10 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:10 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:10 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:11 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:11 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:11 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:11 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:11 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:11 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:11 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:11 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:11 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:11 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:12 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:12 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:12 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:12 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:12 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:12 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:12 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:12 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:12 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:12 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:13 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:13 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:13 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:13 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:13 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:13 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:13 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:13 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:13 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:14 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:14 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:14 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:14 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:14 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:14 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:14 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:14 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:14 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:15 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:15 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:15 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:15 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:15 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:15 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:15 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:15 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:15 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:15 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:16 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:16 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:16 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:16 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:16 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:16 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:16 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:16 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:16 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:17 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:17 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:17 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:17 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:17 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:17 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:17 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:17 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:17 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:18 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:18 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:18 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:18 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:18 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:18 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:18 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:18 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:19 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:19 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:19 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:19 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:19 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:19 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:19 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:19 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:19 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:20 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:20 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:20 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:20 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:20 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:20 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:20 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:20 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:20 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:21 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:21 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:21 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:21 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:21 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:21 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:21 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:21 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:21 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:21 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:22 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:22 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:22 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:22 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:22 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:22 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:22 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:22 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:22 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:22 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:23 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:23 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:23 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:23 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:23 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:24 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:24 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:24 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:24 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:24 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:24 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:24 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:24 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:24 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:24 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:25 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:25 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:25 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:25 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:25 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:25 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:12:29 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1745 -ERROR - 2018-12-12 13:12:29 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1745 -ERROR - 2018-12-12 13:12:29 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1745 -ERROR - 2018-12-12 13:12:29 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1745 -ERROR - 2018-12-12 13:12:30 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-12 13:12:30 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-12 13:12:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-12 13:12:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-12 13:12:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-12 13:12:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-12 13:12:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-12 13:12:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-12 13:12:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-12 13:12:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-12 13:12:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-12 13:12:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-12 13:12:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-12 13:12:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-12 13:13:33 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1745 -ERROR - 2018-12-12 13:13:33 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1745 -ERROR - 2018-12-12 13:13:33 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1745 -ERROR - 2018-12-12 13:13:33 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1745 -ERROR - 2018-12-12 13:13:34 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-12 13:13:34 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-12 13:13:34 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-12 13:13:34 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-12 13:13:34 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-12 13:13:34 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-12 13:13:34 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-12 13:13:34 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-12 13:13:34 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-12 13:13:34 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-12 13:13:34 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-12 13:13:34 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-12 13:13:34 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-12 13:13:35 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-12 13:13:35 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 237 -ERROR - 2018-12-12 13:13:40 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-12 13:13:42 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-12 13:14:00 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-12 13:14:00 --> The upload path does not appear to be valid. -ERROR - 2018-12-12 13:14:01 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:01 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:02 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:02 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:02 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:02 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:02 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:02 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:02 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:02 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:02 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:03 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:03 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:03 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:03 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:03 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:03 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:03 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:03 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:04 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:04 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:04 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:04 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:04 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:04 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:04 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:05 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:05 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:06 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:06 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:06 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:06 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:07 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:08 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:08 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:08 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:08 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:08 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:08 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:08 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:09 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:09 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:09 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:09 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:11 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:11 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:11 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:11 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:11 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:11 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:11 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:11 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:12 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:12 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:12 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:12 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:12 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:12 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:12 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:12 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:13 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:13 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:13 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:13 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:13 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:13 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:13 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:13 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:14 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:14 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:14 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:14 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:15 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:15 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:15 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:15 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:15 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:15 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:15 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:15 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:16 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:16 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:16 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:16 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:17 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:17 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:17 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:17 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:17 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:17 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:17 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:18 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:18 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:18 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:18 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:18 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:18 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:18 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:18 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:18 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:19 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:19 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:19 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:19 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:19 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:19 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:19 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:19 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:20 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:20 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:20 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:20 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:20 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:20 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:20 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:20 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:20 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:21 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:21 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:21 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:21 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:21 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:21 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:21 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:21 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:22 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:22 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:22 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:22 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:22 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:22 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:22 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:23 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:23 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:23 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:23 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:24 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:24 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:24 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:24 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:24 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:24 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:25 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:25 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:25 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:25 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:25 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:25 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:26 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:26 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:26 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:26 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:26 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:26 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:27 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:27 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:27 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:27 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:27 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:27 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:27 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:27 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:27 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:28 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:28 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:28 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:28 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:28 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:28 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:28 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:29 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:29 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:29 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:29 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:29 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:29 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:29 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:29 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:29 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:29 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:30 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:30 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:30 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:30 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:30 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:30 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:30 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:30 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:31 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:31 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:31 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:31 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:32 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:32 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:32 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:32 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:32 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:32 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:32 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:32 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:33 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:33 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:33 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:33 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:34 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:34 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:34 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:34 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:35 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:35 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:35 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:35 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:35 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:35 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:36 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:36 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:36 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:36 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:36 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:36 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:36 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:36 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:37 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:37 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:37 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:37 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:37 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:37 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:37 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:37 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:38 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:38 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:38 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:38 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:38 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:38 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:38 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:38 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:39 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:39 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:39 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:39 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:39 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:39 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:39 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:40 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:40 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:40 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:40 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:40 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:40 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:41 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:41 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:41 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:41 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:41 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:41 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:41 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:42 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:42 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:14:55 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1745 -ERROR - 2018-12-12 13:14:55 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1745 -ERROR - 2018-12-12 13:14:55 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1745 -ERROR - 2018-12-12 13:14:55 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1745 -ERROR - 2018-12-12 13:14:56 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-12 13:14:56 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-12 13:14:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-12 13:14:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-12 13:14:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-12 13:14:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-12 13:14:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-12 13:14:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-12 13:14:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-12 13:14:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-12 13:14:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-12 13:14:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-12 13:14:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-12 13:14:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-12 13:16:47 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1745 -ERROR - 2018-12-12 13:16:47 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1745 -ERROR - 2018-12-12 13:16:47 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1745 -ERROR - 2018-12-12 13:16:47 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1745 -ERROR - 2018-12-12 13:16:48 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-12 13:16:48 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-12 13:16:48 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-12 13:16:48 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-12 13:16:48 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-12 13:16:48 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-12 13:16:48 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-12 13:16:48 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-12 13:16:48 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-12 13:16:49 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-12 13:16:49 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-12 13:16:49 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-12 13:16:49 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-12 13:16:49 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-12 13:16:49 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 237 -ERROR - 2018-12-12 13:16:54 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-12 13:16:55 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-12 13:16:56 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-12 13:16:57 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-12 13:17:19 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-12 13:17:19 --> The upload path does not appear to be valid. -ERROR - 2018-12-12 13:17:19 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:20 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:20 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:20 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:20 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:20 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:20 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:20 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:20 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:20 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:21 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:21 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:21 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:21 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:21 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:21 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:21 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:21 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:21 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:21 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:22 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:22 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:22 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:22 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:22 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:22 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:22 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:22 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:23 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:23 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:23 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:23 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:23 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:24 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:24 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:24 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:24 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:24 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:24 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:24 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:24 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:24 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:25 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:25 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:25 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:25 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:25 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:25 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:25 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:25 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:25 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:26 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:26 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:26 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:26 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:26 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:26 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:26 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:26 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:27 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:27 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:27 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:27 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:27 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:27 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:27 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:27 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:27 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:27 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:28 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:28 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:28 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:28 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:28 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:28 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:28 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:28 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:29 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:29 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:29 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:29 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:29 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:29 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:29 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:29 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:29 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:29 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:30 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:30 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:30 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:30 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:30 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:30 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:30 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:30 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:31 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:31 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:31 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:31 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:31 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:32 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:32 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:32 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:32 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:32 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:32 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:32 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:32 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:33 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:33 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:33 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:33 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:33 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:34 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:34 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:34 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:34 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:34 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:34 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:34 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:34 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:35 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:35 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:35 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:35 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:35 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:35 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:35 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:35 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:35 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:35 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:36 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:36 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:36 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:36 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:36 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:36 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:36 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:36 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:37 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:37 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:37 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:37 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:37 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:37 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:37 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:37 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:37 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:38 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:38 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:38 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:38 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:38 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:38 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:38 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:38 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:38 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:39 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:39 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:39 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:39 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:39 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:39 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:39 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:39 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:39 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:40 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:40 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:40 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:40 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:40 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:40 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:40 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:40 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:40 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:41 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:41 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:41 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:41 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:41 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:41 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:41 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:41 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:41 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:42 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:42 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:42 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:42 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:42 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:42 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:42 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:42 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:42 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:43 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:43 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:43 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:43 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:43 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:43 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:43 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:43 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:44 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:44 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:44 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:44 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:44 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:44 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:44 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:44 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:44 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:45 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:45 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:45 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:45 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:45 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:45 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:45 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:45 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:45 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:46 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:46 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:46 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:46 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:46 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:46 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:46 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:46 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:46 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:47 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:47 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:47 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:47 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:47 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:47 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:47 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:47 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:47 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:48 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:48 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:48 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:48 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:49 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:49 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:49 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:49 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:49 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:49 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:49 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:49 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:49 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:49 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 521 -ERROR - 2018-12-12 13:17:52 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1745 -ERROR - 2018-12-12 13:17:52 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1745 -ERROR - 2018-12-12 13:17:52 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1745 -ERROR - 2018-12-12 13:17:52 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1745 -ERROR - 2018-12-12 13:17:52 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-12 13:17:53 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-12 13:17:53 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-12 13:17:53 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-12 13:17:53 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-12 13:17:53 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-12 13:17:53 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-12 13:17:53 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-12 13:17:53 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-12 13:17:53 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-12 13:17:53 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-12 13:17:53 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-12 13:17:53 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-12 13:17:53 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-12 13:19:45 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-12 13:20:06 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-12 13:20:06 --> The upload path does not appear to be valid. -ERROR - 2018-12-12 13:20:06 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute width redefined in Entity, line: 21 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 13:20:06 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : table-- in Entity, line: 156 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 13:20:07 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 451 -ERROR - 2018-12-12 13:20:07 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 451 -ERROR - 2018-12-12 13:20:07 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 451 -ERROR - 2018-12-12 13:20:07 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 451 -ERROR - 2018-12-12 13:20:07 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 451 -ERROR - 2018-12-12 13:20:07 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 451 -ERROR - 2018-12-12 13:20:07 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 451 -ERROR - 2018-12-12 13:20:08 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 451 -ERROR - 2018-12-12 13:20:08 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 451 -ERROR - 2018-12-12 13:20:11 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1745 -ERROR - 2018-12-12 13:20:11 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1745 -ERROR - 2018-12-12 13:20:12 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1745 -ERROR - 2018-12-12 13:20:12 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1745 -ERROR - 2018-12-12 13:20:12 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-12 13:20:12 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-12 13:20:12 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-12 13:20:12 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-12 13:20:12 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-12 13:20:12 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-12 13:20:12 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-12 13:20:12 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-12 13:20:12 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-12 13:20:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-12 13:20:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-12 13:20:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-12 13:20:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-12 13:20:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-12 13:29:33 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-12 13:29:57 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-12 13:29:58 --> The upload path does not appear to be valid. -ERROR - 2018-12-12 13:29:58 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute width redefined in Entity, line: 21 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 13:29:58 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : table-- in Entity, line: 156 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 13:29:58 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 451 -ERROR - 2018-12-12 13:37:26 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-12 13:37:26 --> The upload path does not appear to be valid. -ERROR - 2018-12-12 13:37:26 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute width redefined in Entity, line: 21 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 13:37:26 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : table-- in Entity, line: 156 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 13:37:27 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 451 -ERROR - 2018-12-12 13:40:47 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-12 13:40:47 --> The upload path does not appear to be valid. -ERROR - 2018-12-12 13:40:47 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute width redefined in Entity, line: 21 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 13:40:47 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : table-- in Entity, line: 156 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 13:40:47 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-12 13:41:36 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-12 13:41:36 --> The upload path does not appear to be valid. -ERROR - 2018-12-12 13:41:36 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute width redefined in Entity, line: 21 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 13:41:36 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : table-- in Entity, line: 156 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 13:41:37 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-12 13:41:38 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-12 13:41:38 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-12 13:41:39 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-12 13:41:40 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-12 13:41:40 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-12 13:41:40 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-12 13:41:40 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-12 13:41:40 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-12 13:41:44 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1750 -ERROR - 2018-12-12 13:41:44 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1750 -ERROR - 2018-12-12 13:41:44 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1750 -ERROR - 2018-12-12 13:41:44 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1750 -ERROR - 2018-12-12 13:41:44 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-12 13:41:45 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-12 13:41:45 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-12 13:41:45 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-12 13:41:45 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-12 13:41:45 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-12 13:41:45 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-12 13:41:45 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-12 13:41:45 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-12 13:41:45 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-12 13:41:45 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-12 13:41:45 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-12 13:41:45 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-12 13:41:46 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-12 13:43:03 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-12 13:43:07 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-12 13:43:32 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-12 13:43:32 --> The upload path does not appear to be valid. -ERROR - 2018-12-12 13:43:32 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:32 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:33 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:33 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:33 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:33 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:34 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:34 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:34 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:34 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:34 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:34 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:34 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:34 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:34 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:35 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:35 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:35 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:35 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:35 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:35 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:35 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:35 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:35 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:36 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:36 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:36 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:36 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:36 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:36 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:36 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:36 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:36 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:37 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:37 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:37 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:37 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:37 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:37 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:37 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:37 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:37 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:38 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:38 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:38 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:38 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:38 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:38 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:38 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:38 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:38 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:38 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:39 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:39 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:39 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:39 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:39 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:39 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:40 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:40 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:40 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:40 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:40 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:40 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:40 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:40 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:40 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:40 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:41 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:41 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:41 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:41 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:41 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:41 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:41 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:41 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:42 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:42 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:42 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:42 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:42 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:42 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:42 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:42 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:43 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:43 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:43 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:43 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:43 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:43 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:43 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:43 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:43 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:43 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:44 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:44 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:44 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:44 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:44 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:44 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:44 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:44 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:45 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:45 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:45 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:45 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:45 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:45 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:45 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:45 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:45 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:45 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:46 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:46 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:46 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:46 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:46 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:46 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:46 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:46 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:47 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:47 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:47 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:47 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:47 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:47 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:47 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:47 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:47 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:47 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:48 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:48 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:48 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:48 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:49 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:49 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:49 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:49 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:49 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:49 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:49 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:49 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:49 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:49 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:50 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:50 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:50 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:50 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:50 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:50 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:50 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:50 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:51 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:51 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:51 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:51 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:51 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:52 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:52 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:52 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:52 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:52 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:52 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:52 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:52 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:52 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:53 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:53 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:53 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:53 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:53 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:54 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:54 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:54 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:54 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:54 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:54 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:54 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:54 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:55 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:55 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:55 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:55 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:55 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:55 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:55 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:55 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:56 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:56 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:56 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:56 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:56 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:56 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:56 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:56 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:56 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:56 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:57 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:57 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:57 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:57 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:57 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:57 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:57 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:57 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:58 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:58 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:58 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:58 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:58 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:58 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:58 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:59 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:59 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:59 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:59 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:59 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:59 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:59 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:43:59 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:44:00 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:44:00 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:44:00 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:44:00 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:44:00 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:44:00 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:44:00 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:44:00 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:44:01 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:44:01 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:44:01 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:44:01 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:44:01 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:44:01 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:44:01 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:44:01 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:44:01 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:44:02 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:44:02 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:44:02 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:44:02 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:44:02 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:44:02 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:44:02 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:44:02 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:44:03 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:44:03 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:44:03 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:44:03 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:44:03 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:44:03 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:44:03 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:44:03 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-12 13:44:07 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1750 -ERROR - 2018-12-12 13:44:07 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1750 -ERROR - 2018-12-12 13:44:07 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1750 -ERROR - 2018-12-12 13:44:07 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1750 -ERROR - 2018-12-12 13:44:07 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-12 13:44:07 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-12 13:44:07 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-12 13:44:07 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-12 13:44:07 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-12 13:44:07 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-12 13:44:07 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-12 13:44:08 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-12 13:44:08 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-12 13:44:08 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-12 13:44:08 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-12 13:44:08 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-12 13:44:08 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-12 13:44:08 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-12 13:47:06 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-12 13:47:30 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-12 13:47:30 --> The upload path does not appear to be valid. -ERROR - 2018-12-12 13:47:31 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute width redefined in Entity, line: 21 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 13:47:31 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : table-- in Entity, line: 156 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 13:47:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-12 13:47:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-12 13:47:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-12 13:47:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-12 13:47:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-12 13:47:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-12 13:47:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-12 13:47:32 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-12 13:47:32 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-12 13:47:35 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1750 -ERROR - 2018-12-12 13:47:35 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1750 -ERROR - 2018-12-12 13:47:35 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1750 -ERROR - 2018-12-12 13:47:35 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1750 -ERROR - 2018-12-12 13:47:36 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-12 13:47:36 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-12 13:47:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-12 13:47:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-12 13:47:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-12 13:47:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-12 13:47:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-12 13:47:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-12 13:47:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-12 13:47:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-12 13:47:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-12 13:47:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-12 13:47:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-12 13:47:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-12 14:15:43 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-12 14:16:35 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-12 14:16:35 --> The upload path does not appear to be valid. -ERROR - 2018-12-12 14:16:40 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute width redefined in Entity, line: 21 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 14:16:40 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : table-- in Entity, line: 156 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-12 14:16:40 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 diff --git a/application/logs/log-2018-12-13.php b/application/logs/log-2018-12-13.php deleted file mode 100644 index 4bb1e131..00000000 --- a/application/logs/log-2018-12-13.php +++ /dev/null @@ -1,1605 +0,0 @@ - - -ERROR - 2018-12-13 07:03:19 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-13 07:03:45 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-13 07:03:45 --> The upload path does not appear to be valid. -ERROR - 2018-12-13 07:03:52 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute width redefined in Entity, line: 21 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-13 07:03:52 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : table-- in Entity, line: 156 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-13 07:03:52 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:03:52 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:03:52 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:03:52 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:03:52 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:03:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:03:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:03:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:03:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:03:56 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1750 -ERROR - 2018-12-13 07:03:56 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1750 -ERROR - 2018-12-13 07:03:56 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1750 -ERROR - 2018-12-13 07:03:56 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1750 -ERROR - 2018-12-13 07:03:56 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-13 07:03:56 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-13 07:03:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-13 07:03:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-13 07:03:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-13 07:03:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-13 07:03:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-13 07:03:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-13 07:03:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-13 07:03:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-13 07:03:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-13 07:03:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-13 07:03:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-13 07:03:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-13 07:05:12 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-13 07:05:47 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-13 07:05:47 --> The upload path does not appear to be valid. -ERROR - 2018-12-13 07:05:48 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute width redefined in Entity, line: 21 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-13 07:05:48 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : table-- in Entity, line: 156 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-13 07:05:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:05:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:05:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:05:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:05:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:05:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:05:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:05:49 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:05:49 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:05:51 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1750 -ERROR - 2018-12-13 07:05:51 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1750 -ERROR - 2018-12-13 07:05:51 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1750 -ERROR - 2018-12-13 07:05:51 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1750 -ERROR - 2018-12-13 07:05:52 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-13 07:05:52 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-13 07:05:52 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-13 07:05:52 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-13 07:05:52 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-13 07:05:52 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-13 07:05:52 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-13 07:05:52 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-13 07:05:52 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-13 07:05:52 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-13 07:05:52 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-13 07:05:52 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-13 07:05:52 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-13 07:05:52 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-13 07:06:30 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-13 07:06:47 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-13 07:06:47 --> The upload path does not appear to be valid. -ERROR - 2018-12-13 07:06:48 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute width redefined in Entity, line: 21 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-13 07:06:48 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : table-- in Entity, line: 156 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-13 07:06:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:06:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:06:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:06:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:06:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:06:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:06:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:06:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:06:49 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:06:51 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1750 -ERROR - 2018-12-13 07:06:51 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1750 -ERROR - 2018-12-13 07:06:51 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1750 -ERROR - 2018-12-13 07:06:51 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1750 -ERROR - 2018-12-13 07:06:51 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-13 07:06:51 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-13 07:06:51 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-13 07:06:51 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-13 07:06:51 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-13 07:06:51 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-13 07:06:52 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-13 07:06:52 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-13 07:06:52 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-13 07:06:52 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-13 07:06:52 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-13 07:06:52 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-13 07:06:52 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-13 07:06:52 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-13 07:07:24 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-13 07:07:35 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-13 07:07:35 --> The upload path does not appear to be valid. -ERROR - 2018-12-13 07:07:36 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute width redefined in Entity, line: 21 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-13 07:07:36 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : table-- in Entity, line: 156 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-13 07:07:36 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:07:36 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:07:36 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:07:36 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:07:36 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:07:36 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:07:36 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:07:37 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:07:37 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:08:25 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-13 07:08:25 --> The upload path does not appear to be valid. -ERROR - 2018-12-13 07:08:25 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute width redefined in Entity, line: 21 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-13 07:08:25 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : table-- in Entity, line: 156 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-13 07:08:25 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:08:25 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:08:26 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:08:26 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:08:26 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:08:26 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:08:26 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:08:26 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:08:26 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:09:22 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-13 07:09:22 --> The upload path does not appear to be valid. -ERROR - 2018-12-13 07:09:22 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute width redefined in Entity, line: 21 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-13 07:09:22 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : table-- in Entity, line: 156 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-13 07:09:22 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:09:22 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:09:22 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:09:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:09:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:09:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:09:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:09:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:09:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:11:50 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-13 07:11:50 --> The upload path does not appear to be valid. -ERROR - 2018-12-13 07:11:51 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute width redefined in Entity, line: 21 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-13 07:11:51 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : table-- in Entity, line: 156 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-13 07:11:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:11:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:11:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:11:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:11:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:11:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:11:52 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:11:52 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:11:52 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:16:49 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-13 07:18:45 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-13 07:18:45 --> The upload path does not appear to be valid. -ERROR - 2018-12-13 07:18:45 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute width redefined in Entity, line: 21 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-13 07:18:45 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : table-- in Entity, line: 156 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-13 07:18:45 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:18:46 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:18:46 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:18:46 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:18:46 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:18:46 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:18:46 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:18:46 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:18:46 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:37:18 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-13 07:37:51 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-13 07:38:09 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-13 07:38:09 --> The upload path does not appear to be valid. -ERROR - 2018-12-13 07:38:09 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute width redefined in Entity, line: 21 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-13 07:38:09 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : table-- in Entity, line: 156 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-13 07:38:09 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:38:09 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:38:09 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:38:10 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:38:10 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:38:10 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:38:10 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:38:10 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:38:10 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:38:14 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1750 -ERROR - 2018-12-13 07:38:14 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1750 -ERROR - 2018-12-13 07:38:14 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1750 -ERROR - 2018-12-13 07:38:14 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1750 -ERROR - 2018-12-13 07:38:14 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-13 07:38:14 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-13 07:38:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-13 07:38:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-13 07:38:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-13 07:38:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-13 07:38:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-13 07:38:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-13 07:38:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-13 07:38:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-13 07:38:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-13 07:38:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-13 07:38:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-13 07:38:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-13 07:38:42 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2018-12-13 07:38:42 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2018-12-13 07:38:52 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2018-12-13 07:38:52 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2018-12-13 07:38:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-13 07:38:52 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-13 07:38:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-13 07:38:53 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-13 07:38:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-13 07:38:53 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-13 07:38:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-13 07:38:53 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-13 07:38:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-13 07:38:53 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-13 07:38:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-13 07:38:53 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-13 07:38:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-13 07:38:53 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-13 07:38:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-13 07:38:53 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-13 07:38:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-13 07:38:53 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-13 07:38:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-13 07:38:53 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-13 07:38:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-13 07:38:53 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-13 07:38:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-13 07:38:53 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-13 07:38:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-13 07:38:53 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-13 07:38:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-13 07:38:53 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-13 07:38:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-13 07:38:53 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-13 07:38:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-13 07:38:54 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-13 07:38:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-13 07:38:54 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-13 07:38:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-13 07:38:54 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-13 07:38:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-13 07:38:54 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-13 07:38:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-13 07:38:54 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-13 07:38:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-13 07:38:54 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-13 07:38:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-13 07:38:54 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-13 07:38:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-13 07:38:54 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-13 07:38:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-13 07:38:54 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-13 07:38:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-13 07:38:54 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-13 07:38:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-13 07:38:54 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-13 07:38:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-13 07:38:54 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-13 07:39:29 --> Severity: Notice --> Undefined variable: balancetocleared C:\xampp\htdocs\ria\application\controllers\cashbook.php 1939 -ERROR - 2018-12-13 07:39:29 --> Severity: Notice --> Undefined variable: balancetocleared C:\xampp\htdocs\ria\application\controllers\cashbook.php 1939 -ERROR - 2018-12-13 07:39:29 --> Severity: Notice --> Undefined variable: clearedblnce C:\xampp\htdocs\ria\application\controllers\cashbook.php 1948 -ERROR - 2018-12-13 07:39:29 --> Severity: Notice --> Undefined variable: clearedblnce C:\xampp\htdocs\ria\application\controllers\cashbook.php 1948 -ERROR - 2018-12-13 07:39:29 --> Severity: Notice --> Undefined variable: balancetocleared C:\xampp\htdocs\ria\application\controllers\cashbook.php 1948 -ERROR - 2018-12-13 07:39:29 --> Severity: Notice --> Undefined variable: balancetocleared C:\xampp\htdocs\ria\application\controllers\cashbook.php 1948 -ERROR - 2018-12-13 07:39:29 --> Severity: Notice --> Undefined variable: data C:\xampp\htdocs\ria\application\controllers\cashbook.php 2014 -ERROR - 2018-12-13 07:39:29 --> Severity: Notice --> Undefined variable: data C:\xampp\htdocs\ria\application\controllers\cashbook.php 2014 -ERROR - 2018-12-13 07:39:29 --> Severity: Notice --> Undefined variable: data C:\xampp\htdocs\ria\application\controllers\cashbook.php 2014 -ERROR - 2018-12-13 07:39:29 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-13 07:39:29 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-13 07:39:29 --> Severity: Notice --> Undefined variable: bankreport C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2018-12-13 07:39:29 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2018-12-13 07:39:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-13 07:39:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-13 07:39:29 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-13 07:39:29 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-13 07:39:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-13 07:39:29 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-13 07:39:29 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-13 07:39:29 --> Severity: Notice --> Undefined variable: bankreport C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2018-12-13 07:39:29 --> Severity: Notice --> Undefined variable: bankreport C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2018-12-13 07:39:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-13 07:39:29 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2018-12-13 07:39:29 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2018-12-13 07:39:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-13 07:39:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-13 07:39:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-13 07:39:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-13 07:39:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-13 07:39:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-13 07:39:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-13 07:39:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-13 07:39:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-13 07:39:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-13 07:39:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-13 07:39:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-13 07:39:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-13 07:39:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-13 07:39:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-13 07:39:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-13 07:39:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-13 07:39:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-13 07:39:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-13 07:39:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-13 07:39:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-13 07:39:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-13 07:39:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-13 07:39:30 --> Severity: Notice --> Undefined variable: finyear C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2018-12-13 07:39:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-13 07:39:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-13 07:39:30 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2018-12-13 07:39:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-13 07:39:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-13 07:39:30 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 237 -ERROR - 2018-12-13 07:39:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-13 07:39:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-13 07:39:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-13 07:39:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-13 07:39:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-13 07:39:30 --> Severity: Notice --> Undefined variable: finyear C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2018-12-13 07:39:30 --> Severity: Notice --> Undefined variable: finyear C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2018-12-13 07:39:30 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2018-12-13 07:39:30 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2018-12-13 07:39:30 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 237 -ERROR - 2018-12-13 07:39:30 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 237 -ERROR - 2018-12-13 07:39:31 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1750 -ERROR - 2018-12-13 07:39:31 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1750 -ERROR - 2018-12-13 07:39:31 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1750 -ERROR - 2018-12-13 07:39:31 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1750 -ERROR - 2018-12-13 07:39:31 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1750 -ERROR - 2018-12-13 07:39:31 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1750 -ERROR - 2018-12-13 07:39:31 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-13 07:39:31 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1750 -ERROR - 2018-12-13 07:39:31 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-13 07:39:31 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1750 -ERROR - 2018-12-13 07:39:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-13 07:39:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-13 07:39:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-13 07:39:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-13 07:39:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-13 07:39:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-13 07:39:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-13 07:39:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-13 07:39:31 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-13 07:39:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-13 07:39:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-13 07:39:31 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-13 07:39:32 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-13 07:39:32 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-13 07:39:32 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-13 07:39:32 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-13 07:39:32 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-13 07:39:32 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-13 07:39:32 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-13 07:39:32 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-13 07:39:32 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-13 07:39:32 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-13 07:39:32 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-13 07:39:32 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-13 07:39:32 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-13 07:39:32 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-13 07:39:40 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\banksettlement.php 4 -ERROR - 2018-12-13 07:39:40 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\banksettlement.php 4 -ERROR - 2018-12-13 07:39:40 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2018-12-13 07:39:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2018-12-13 07:39:40 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2018-12-13 07:39:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2018-12-13 07:39:40 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2018-12-13 07:39:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2018-12-13 07:39:40 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2018-12-13 07:39:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2018-12-13 07:39:40 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2018-12-13 07:39:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2018-12-13 07:39:40 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2018-12-13 07:39:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2018-12-13 07:39:40 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2018-12-13 07:39:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2018-12-13 07:39:40 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2018-12-13 07:39:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2018-12-13 07:39:40 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2018-12-13 07:39:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2018-12-13 07:39:57 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1750 -ERROR - 2018-12-13 07:39:57 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1750 -ERROR - 2018-12-13 07:39:57 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1750 -ERROR - 2018-12-13 07:39:57 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1750 -ERROR - 2018-12-13 07:39:57 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-13 07:39:57 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-13 07:39:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-13 07:39:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-13 07:39:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-13 07:39:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-13 07:39:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-13 07:39:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-13 07:39:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-13 07:39:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-13 07:39:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-13 07:39:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-13 07:39:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-13 07:39:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-13 07:42:52 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-13 07:43:10 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-13 07:43:10 --> The upload path does not appear to be valid. -ERROR - 2018-12-13 07:43:10 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute width redefined in Entity, line: 21 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-13 07:43:10 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : table-- in Entity, line: 156 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-13 07:43:10 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:43:10 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:43:11 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:43:11 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:43:11 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:43:11 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:43:11 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:43:11 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:43:11 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:43:14 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1750 -ERROR - 2018-12-13 07:43:14 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1750 -ERROR - 2018-12-13 07:43:14 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1750 -ERROR - 2018-12-13 07:43:14 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1750 -ERROR - 2018-12-13 07:43:15 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-13 07:43:15 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-13 07:43:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-13 07:43:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-13 07:43:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-13 07:43:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-13 07:43:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-13 07:43:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-13 07:43:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-13 07:43:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-13 07:43:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-13 07:43:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-13 07:43:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-13 07:43:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-13 07:47:52 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-13 07:48:28 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-13 07:48:29 --> The upload path does not appear to be valid. -ERROR - 2018-12-13 07:48:29 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:29 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:29 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:29 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:30 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:30 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:30 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:30 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:30 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:30 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:30 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:30 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:30 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:30 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:30 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:30 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:31 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:31 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:31 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:31 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:31 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:31 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:32 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:32 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:32 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:32 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:32 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:32 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:32 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:32 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:32 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:32 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:32 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:32 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:33 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:33 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:33 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:33 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:33 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:33 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:34 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:34 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:34 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:34 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:34 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:34 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:34 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:34 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:34 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:34 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:34 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:34 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:35 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:35 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:35 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:35 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:35 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:35 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:35 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:35 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:35 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:35 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:35 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:35 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:36 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:36 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:36 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:36 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:36 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:36 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:36 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:36 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:36 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:36 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:36 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:36 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:37 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:37 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:37 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:37 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:37 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:37 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:37 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:37 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:37 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:37 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:37 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:37 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:38 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:38 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:38 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:38 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:38 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:38 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:38 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:38 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:38 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:38 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:38 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:38 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:39 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:39 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:39 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:39 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:39 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:39 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:39 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:39 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:39 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:39 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:39 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:39 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:40 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:40 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:40 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:40 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:40 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:40 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:40 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:40 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:40 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:40 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:40 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:40 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:41 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:41 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:41 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:41 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:41 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:41 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:41 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:41 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:41 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:41 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:41 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:41 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:42 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:42 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:42 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:42 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:42 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:42 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:42 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:42 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:42 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:42 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:42 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:42 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:43 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:43 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:43 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:43 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:43 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:43 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:43 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:43 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:43 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:43 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:43 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:43 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:44 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:44 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:44 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:44 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:44 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:44 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:44 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:44 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:44 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:44 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:44 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:44 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:45 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:45 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:45 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:45 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:45 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:45 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:45 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:45 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:45 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:45 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:45 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:45 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:46 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:46 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:46 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:46 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:46 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:46 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:46 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:46 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:46 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:46 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:46 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:46 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:47 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:47 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:47 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:47 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:47 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:47 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:47 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:47 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:47 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:47 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:47 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:47 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:48 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:48 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:48 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:48 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:48 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:48 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:49 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:49 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:49 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:49 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:49 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:49 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:49 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:49 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:49 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:49 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:49 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:49 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:50 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:50 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:50 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:50 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:50 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:50 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:50 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:50 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:50 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:50 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:50 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:50 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:51 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:51 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:51 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:51 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:51 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:51 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:52 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:52 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 526 -ERROR - 2018-12-13 07:48:55 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1750 -ERROR - 2018-12-13 07:48:55 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1750 -ERROR - 2018-12-13 07:48:55 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1750 -ERROR - 2018-12-13 07:48:55 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1750 -ERROR - 2018-12-13 07:48:55 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-13 07:48:55 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-13 07:48:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-13 07:48:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-13 07:48:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-13 07:48:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-13 07:48:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-13 07:48:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-13 07:48:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-13 07:48:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-13 07:48:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-13 07:48:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-13 07:48:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-13 07:48:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-13 07:52:49 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-13 07:53:15 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-13 07:53:15 --> The upload path does not appear to be valid. -ERROR - 2018-12-13 07:53:15 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute width redefined in Entity, line: 21 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-13 07:53:15 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : table-- in Entity, line: 156 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-13 07:53:15 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:53:15 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:53:16 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:53:16 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:53:16 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:53:16 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:53:16 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:53:16 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:53:16 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:53:19 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1750 -ERROR - 2018-12-13 07:53:19 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1750 -ERROR - 2018-12-13 07:53:19 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1750 -ERROR - 2018-12-13 07:53:19 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1750 -ERROR - 2018-12-13 07:53:20 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-13 07:53:20 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-13 07:53:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-13 07:53:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-13 07:53:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-13 07:53:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-13 07:53:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-13 07:53:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-13 07:53:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-13 07:53:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-13 07:53:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-13 07:53:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-13 07:53:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-13 07:53:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-13 07:54:43 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-13 07:55:07 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-13 07:55:08 --> The upload path does not appear to be valid. -ERROR - 2018-12-13 07:55:08 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute width redefined in Entity, line: 21 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-13 07:55:08 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : table-- in Entity, line: 156 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-13 07:55:08 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:55:08 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:55:08 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:55:08 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:55:09 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:55:09 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:55:09 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:55:09 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:55:09 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:55:12 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1750 -ERROR - 2018-12-13 07:55:12 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1750 -ERROR - 2018-12-13 07:55:12 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1750 -ERROR - 2018-12-13 07:55:12 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1750 -ERROR - 2018-12-13 07:55:12 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-13 07:55:12 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-13 07:55:12 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-13 07:55:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-13 07:55:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-13 07:55:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-13 07:55:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-13 07:55:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-13 07:55:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-13 07:55:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-13 07:55:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-13 07:55:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-13 07:55:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-13 07:55:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-13 07:57:48 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-13 07:58:08 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-13 07:58:08 --> The upload path does not appear to be valid. -ERROR - 2018-12-13 07:58:08 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute width redefined in Entity, line: 21 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-13 07:58:08 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : table-- in Entity, line: 156 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-13 07:58:09 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:58:09 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:58:09 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:58:09 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:58:09 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:58:09 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:58:09 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:58:09 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 07:58:10 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 08:01:26 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-13 08:01:26 --> The upload path does not appear to be valid. -ERROR - 2018-12-13 08:01:27 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute width redefined in Entity, line: 21 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-13 08:01:27 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : table-- in Entity, line: 156 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-13 08:01:27 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 08:01:27 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 08:01:27 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 08:01:27 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 08:01:27 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 08:01:28 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 08:01:28 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 08:01:28 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 08:01:28 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 10:33:31 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-13 10:33:39 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-13 10:34:05 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-13 10:34:05 --> The upload path does not appear to be valid. -ERROR - 2018-12-13 10:34:12 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute width redefined in Entity, line: 21 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-13 10:34:12 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : table-- in Entity, line: 156 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-13 10:37:00 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-13 10:37:00 --> The upload path does not appear to be valid. -ERROR - 2018-12-13 10:37:00 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute width redefined in Entity, line: 21 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-13 10:37:00 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : table-- in Entity, line: 156 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-13 10:37:15 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-13 10:37:59 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-13 10:37:59 --> The upload path does not appear to be valid. -ERROR - 2018-12-13 10:38:00 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute width redefined in Entity, line: 21 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-13 10:38:00 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : table-- in Entity, line: 156 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-13 10:38:50 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-13 10:38:58 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-13 10:38:58 --> The upload path does not appear to be valid. -ERROR - 2018-12-13 10:38:59 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute width redefined in Entity, line: 21 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-13 10:38:59 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : table-- in Entity, line: 156 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-13 10:38:59 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 10:38:59 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 10:38:59 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 10:38:59 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 10:38:59 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 10:38:59 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 10:39:00 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 10:39:00 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 10:39:00 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 453 -ERROR - 2018-12-13 10:39:03 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1750 -ERROR - 2018-12-13 10:39:03 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1750 -ERROR - 2018-12-13 10:39:03 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1750 -ERROR - 2018-12-13 10:39:03 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1750 -ERROR - 2018-12-13 10:39:04 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-13 10:39:04 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-13 10:39:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-13 10:39:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-13 10:39:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-13 10:39:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-13 10:39:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-13 10:39:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-13 10:39:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-13 10:39:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-13 10:39:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-13 10:39:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-13 10:39:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-13 10:39:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-13 11:21:27 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-13 11:21:47 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-13 11:21:47 --> The upload path does not appear to be valid. -ERROR - 2018-12-13 11:21:52 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute width redefined in Entity, line: 21 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-13 11:21:52 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : table-- in Entity, line: 156 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-13 11:21:52 --> Severity: Notice --> A non well formed numeric value encountered C:\xampp\htdocs\ria\application\controllers\cashbook.php 448 -ERROR - 2018-12-13 11:21:52 --> Severity: Warning --> number_format() expects parameter 1 to be float, string given C:\xampp\htdocs\ria\application\controllers\cashbook.php 450 -ERROR - 2018-12-13 11:21:52 --> Severity: Notice --> A non well formed numeric value encountered C:\xampp\htdocs\ria\application\controllers\cashbook.php 452 -ERROR - 2018-12-13 11:21:52 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 455 -ERROR - 2018-12-13 11:21:52 --> Severity: Notice --> A non well formed numeric value encountered C:\xampp\htdocs\ria\application\controllers\cashbook.php 448 -ERROR - 2018-12-13 11:21:52 --> Severity: Warning --> number_format() expects parameter 1 to be float, string given C:\xampp\htdocs\ria\application\controllers\cashbook.php 450 -ERROR - 2018-12-13 11:21:53 --> Severity: Notice --> A non well formed numeric value encountered C:\xampp\htdocs\ria\application\controllers\cashbook.php 452 -ERROR - 2018-12-13 11:21:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 455 -ERROR - 2018-12-13 11:21:53 --> Severity: Notice --> A non well formed numeric value encountered C:\xampp\htdocs\ria\application\controllers\cashbook.php 448 -ERROR - 2018-12-13 11:21:53 --> Severity: Warning --> number_format() expects parameter 1 to be float, string given C:\xampp\htdocs\ria\application\controllers\cashbook.php 450 -ERROR - 2018-12-13 11:21:53 --> Severity: Notice --> A non well formed numeric value encountered C:\xampp\htdocs\ria\application\controllers\cashbook.php 452 -ERROR - 2018-12-13 11:21:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 455 -ERROR - 2018-12-13 11:21:53 --> Severity: Notice --> A non well formed numeric value encountered C:\xampp\htdocs\ria\application\controllers\cashbook.php 448 -ERROR - 2018-12-13 11:21:53 --> Severity: Warning --> number_format() expects parameter 1 to be float, string given C:\xampp\htdocs\ria\application\controllers\cashbook.php 450 -ERROR - 2018-12-13 11:21:53 --> Severity: Notice --> A non well formed numeric value encountered C:\xampp\htdocs\ria\application\controllers\cashbook.php 452 -ERROR - 2018-12-13 11:21:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 455 -ERROR - 2018-12-13 11:21:53 --> Severity: Notice --> A non well formed numeric value encountered C:\xampp\htdocs\ria\application\controllers\cashbook.php 448 -ERROR - 2018-12-13 11:21:53 --> Severity: Warning --> number_format() expects parameter 1 to be float, string given C:\xampp\htdocs\ria\application\controllers\cashbook.php 450 -ERROR - 2018-12-13 11:21:53 --> Severity: Notice --> A non well formed numeric value encountered C:\xampp\htdocs\ria\application\controllers\cashbook.php 452 -ERROR - 2018-12-13 11:21:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 455 -ERROR - 2018-12-13 11:21:54 --> Severity: Notice --> A non well formed numeric value encountered C:\xampp\htdocs\ria\application\controllers\cashbook.php 448 -ERROR - 2018-12-13 11:21:54 --> Severity: Warning --> number_format() expects parameter 1 to be float, string given C:\xampp\htdocs\ria\application\controllers\cashbook.php 450 -ERROR - 2018-12-13 11:21:54 --> Severity: Notice --> A non well formed numeric value encountered C:\xampp\htdocs\ria\application\controllers\cashbook.php 452 -ERROR - 2018-12-13 11:21:54 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 455 -ERROR - 2018-12-13 11:21:54 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 455 -ERROR - 2018-12-13 11:21:54 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 455 -ERROR - 2018-12-13 11:21:54 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 455 -ERROR - 2018-12-13 11:21:58 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1752 -ERROR - 2018-12-13 11:21:58 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1752 -ERROR - 2018-12-13 11:21:58 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1752 -ERROR - 2018-12-13 11:21:58 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1752 -ERROR - 2018-12-13 11:21:59 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-13 11:21:59 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-13 11:21:59 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-13 11:21:59 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-13 11:21:59 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-13 11:21:59 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-13 11:21:59 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-13 11:21:59 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-13 11:21:59 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-13 11:21:59 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-13 11:21:59 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-13 11:21:59 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-13 11:21:59 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-13 11:21:59 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-13 11:24:26 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-13 11:26:14 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-13 11:26:14 --> The upload path does not appear to be valid. -ERROR - 2018-12-13 11:26:15 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute width redefined in Entity, line: 21 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-13 11:26:15 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : table-- in Entity, line: 156 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-13 11:26:15 --> Severity: Notice --> A non well formed numeric value encountered C:\xampp\htdocs\ria\application\controllers\cashbook.php 448 -ERROR - 2018-12-13 11:26:15 --> Severity: Warning --> number_format() expects parameter 1 to be float, string given C:\xampp\htdocs\ria\application\controllers\cashbook.php 450 -ERROR - 2018-12-13 11:26:15 --> Severity: Notice --> A non well formed numeric value encountered C:\xampp\htdocs\ria\application\controllers\cashbook.php 452 -ERROR - 2018-12-13 11:26:15 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 455 -ERROR - 2018-12-13 11:26:15 --> Severity: Notice --> A non well formed numeric value encountered C:\xampp\htdocs\ria\application\controllers\cashbook.php 448 -ERROR - 2018-12-13 11:26:15 --> Severity: Warning --> number_format() expects parameter 1 to be float, string given C:\xampp\htdocs\ria\application\controllers\cashbook.php 450 -ERROR - 2018-12-13 11:26:15 --> Severity: Notice --> A non well formed numeric value encountered C:\xampp\htdocs\ria\application\controllers\cashbook.php 452 -ERROR - 2018-12-13 11:26:15 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 455 -ERROR - 2018-12-13 11:26:15 --> Severity: Notice --> A non well formed numeric value encountered C:\xampp\htdocs\ria\application\controllers\cashbook.php 448 -ERROR - 2018-12-13 11:26:15 --> Severity: Warning --> number_format() expects parameter 1 to be float, string given C:\xampp\htdocs\ria\application\controllers\cashbook.php 450 -ERROR - 2018-12-13 11:26:16 --> Severity: Notice --> A non well formed numeric value encountered C:\xampp\htdocs\ria\application\controllers\cashbook.php 452 -ERROR - 2018-12-13 11:26:16 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 455 -ERROR - 2018-12-13 11:26:16 --> Severity: Notice --> A non well formed numeric value encountered C:\xampp\htdocs\ria\application\controllers\cashbook.php 448 -ERROR - 2018-12-13 11:26:16 --> Severity: Warning --> number_format() expects parameter 1 to be float, string given C:\xampp\htdocs\ria\application\controllers\cashbook.php 450 -ERROR - 2018-12-13 11:26:16 --> Severity: Notice --> A non well formed numeric value encountered C:\xampp\htdocs\ria\application\controllers\cashbook.php 452 -ERROR - 2018-12-13 11:26:16 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 455 -ERROR - 2018-12-13 11:26:16 --> Severity: Notice --> A non well formed numeric value encountered C:\xampp\htdocs\ria\application\controllers\cashbook.php 448 -ERROR - 2018-12-13 11:26:16 --> Severity: Warning --> number_format() expects parameter 1 to be float, string given C:\xampp\htdocs\ria\application\controllers\cashbook.php 450 -ERROR - 2018-12-13 11:26:16 --> Severity: Notice --> A non well formed numeric value encountered C:\xampp\htdocs\ria\application\controllers\cashbook.php 452 -ERROR - 2018-12-13 11:26:16 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 455 -ERROR - 2018-12-13 11:26:16 --> Severity: Notice --> A non well formed numeric value encountered C:\xampp\htdocs\ria\application\controllers\cashbook.php 448 -ERROR - 2018-12-13 11:26:16 --> Severity: Warning --> number_format() expects parameter 1 to be float, string given C:\xampp\htdocs\ria\application\controllers\cashbook.php 450 -ERROR - 2018-12-13 11:26:16 --> Severity: Notice --> A non well formed numeric value encountered C:\xampp\htdocs\ria\application\controllers\cashbook.php 452 -ERROR - 2018-12-13 11:26:16 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 455 -ERROR - 2018-12-13 11:26:16 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 455 -ERROR - 2018-12-13 11:26:17 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 455 -ERROR - 2018-12-13 11:26:17 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 455 -ERROR - 2018-12-13 11:26:20 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1752 -ERROR - 2018-12-13 11:26:20 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1752 -ERROR - 2018-12-13 11:26:20 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1752 -ERROR - 2018-12-13 11:26:20 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1752 -ERROR - 2018-12-13 11:26:20 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-13 11:26:21 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-13 11:26:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-13 11:26:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-13 11:26:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-13 11:26:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-13 11:26:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-13 11:26:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-13 11:26:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-13 11:26:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-13 11:26:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-13 11:26:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-13 11:26:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-13 11:26:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-13 11:29:08 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-13 11:29:34 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-13 11:29:34 --> The upload path does not appear to be valid. -ERROR - 2018-12-13 11:29:34 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute width redefined in Entity, line: 21 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-13 11:29:34 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : table-- in Entity, line: 156 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-13 11:29:34 --> Severity: Notice --> A non well formed numeric value encountered C:\xampp\htdocs\ria\application\controllers\cashbook.php 450 -ERROR - 2018-12-13 11:29:34 --> Severity: Warning --> number_format() expects parameter 1 to be float, string given C:\xampp\htdocs\ria\application\controllers\cashbook.php 452 -ERROR - 2018-12-13 11:29:34 --> Severity: Notice --> A non well formed numeric value encountered C:\xampp\htdocs\ria\application\controllers\cashbook.php 454 -ERROR - 2018-12-13 11:29:34 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 457 -ERROR - 2018-12-13 11:29:34 --> Severity: Notice --> A non well formed numeric value encountered C:\xampp\htdocs\ria\application\controllers\cashbook.php 450 -ERROR - 2018-12-13 11:29:35 --> Severity: Warning --> number_format() expects parameter 1 to be float, string given C:\xampp\htdocs\ria\application\controllers\cashbook.php 452 -ERROR - 2018-12-13 11:29:35 --> Severity: Notice --> A non well formed numeric value encountered C:\xampp\htdocs\ria\application\controllers\cashbook.php 454 -ERROR - 2018-12-13 11:29:35 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 457 -ERROR - 2018-12-13 11:29:35 --> Severity: Notice --> A non well formed numeric value encountered C:\xampp\htdocs\ria\application\controllers\cashbook.php 450 -ERROR - 2018-12-13 11:29:35 --> Severity: Warning --> number_format() expects parameter 1 to be float, string given C:\xampp\htdocs\ria\application\controllers\cashbook.php 452 -ERROR - 2018-12-13 11:29:35 --> Severity: Notice --> A non well formed numeric value encountered C:\xampp\htdocs\ria\application\controllers\cashbook.php 454 -ERROR - 2018-12-13 11:29:35 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 457 -ERROR - 2018-12-13 11:29:35 --> Severity: Notice --> A non well formed numeric value encountered C:\xampp\htdocs\ria\application\controllers\cashbook.php 450 -ERROR - 2018-12-13 11:29:35 --> Severity: Warning --> number_format() expects parameter 1 to be float, string given C:\xampp\htdocs\ria\application\controllers\cashbook.php 452 -ERROR - 2018-12-13 11:29:35 --> Severity: Notice --> A non well formed numeric value encountered C:\xampp\htdocs\ria\application\controllers\cashbook.php 454 -ERROR - 2018-12-13 11:29:35 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 457 -ERROR - 2018-12-13 11:29:35 --> Severity: Notice --> A non well formed numeric value encountered C:\xampp\htdocs\ria\application\controllers\cashbook.php 450 -ERROR - 2018-12-13 11:29:35 --> Severity: Warning --> number_format() expects parameter 1 to be float, string given C:\xampp\htdocs\ria\application\controllers\cashbook.php 452 -ERROR - 2018-12-13 11:29:35 --> Severity: Notice --> A non well formed numeric value encountered C:\xampp\htdocs\ria\application\controllers\cashbook.php 454 -ERROR - 2018-12-13 11:29:35 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 457 -ERROR - 2018-12-13 11:29:36 --> Severity: Notice --> A non well formed numeric value encountered C:\xampp\htdocs\ria\application\controllers\cashbook.php 450 -ERROR - 2018-12-13 11:29:36 --> Severity: Warning --> number_format() expects parameter 1 to be float, string given C:\xampp\htdocs\ria\application\controllers\cashbook.php 452 -ERROR - 2018-12-13 11:29:36 --> Severity: Notice --> A non well formed numeric value encountered C:\xampp\htdocs\ria\application\controllers\cashbook.php 454 -ERROR - 2018-12-13 11:29:36 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 457 -ERROR - 2018-12-13 11:29:36 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 457 -ERROR - 2018-12-13 11:29:36 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 457 -ERROR - 2018-12-13 11:29:36 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 457 -ERROR - 2018-12-13 12:07:54 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-13 12:08:03 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-13 12:08:04 --> The upload path does not appear to be valid. -ERROR - 2018-12-13 12:08:08 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute width redefined in Entity, line: 21 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-13 12:08:08 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : table-- in Entity, line: 156 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-13 12:08:08 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 458 -ERROR - 2018-12-13 12:08:09 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 458 -ERROR - 2018-12-13 12:08:09 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 458 -ERROR - 2018-12-13 12:08:09 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 458 -ERROR - 2018-12-13 12:08:09 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 458 -ERROR - 2018-12-13 12:08:09 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 458 -ERROR - 2018-12-13 12:08:09 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 458 -ERROR - 2018-12-13 12:08:09 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 458 -ERROR - 2018-12-13 12:08:10 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 458 -ERROR - 2018-12-13 12:09:34 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-13 12:09:34 --> The upload path does not appear to be valid. -ERROR - 2018-12-13 12:09:35 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute width redefined in Entity, line: 21 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-13 12:09:35 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : table-- in Entity, line: 156 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-13 12:09:35 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 458 -ERROR - 2018-12-13 12:09:35 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 458 -ERROR - 2018-12-13 12:09:35 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 458 -ERROR - 2018-12-13 12:09:35 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 458 -ERROR - 2018-12-13 12:09:35 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 458 -ERROR - 2018-12-13 12:09:35 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 458 -ERROR - 2018-12-13 12:09:35 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 458 -ERROR - 2018-12-13 12:09:36 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 458 -ERROR - 2018-12-13 12:09:36 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 458 -ERROR - 2018-12-13 12:09:55 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-13 12:10:14 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-13 12:10:15 --> The upload path does not appear to be valid. -ERROR - 2018-12-13 12:10:15 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute width redefined in Entity, line: 21 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-13 12:10:15 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : table-- in Entity, line: 156 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-13 12:10:15 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 458 -ERROR - 2018-12-13 12:10:15 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 458 -ERROR - 2018-12-13 12:10:15 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 458 -ERROR - 2018-12-13 12:10:15 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 458 -ERROR - 2018-12-13 12:10:16 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 458 -ERROR - 2018-12-13 12:10:16 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 458 -ERROR - 2018-12-13 12:10:16 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 458 -ERROR - 2018-12-13 12:10:16 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 458 -ERROR - 2018-12-13 12:10:16 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 458 -ERROR - 2018-12-13 12:10:25 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-13 12:10:26 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1755 -ERROR - 2018-12-13 12:10:26 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1755 -ERROR - 2018-12-13 12:10:26 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1755 -ERROR - 2018-12-13 12:10:26 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1755 -ERROR - 2018-12-13 12:10:27 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-13 12:10:27 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-13 12:10:27 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-13 12:10:27 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-13 12:10:27 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-13 12:10:27 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-13 12:10:27 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-13 12:10:27 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-13 12:10:27 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-13 12:10:27 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-13 12:10:27 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-13 12:10:28 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-13 12:10:28 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-13 12:10:28 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-13 12:10:37 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1755 -ERROR - 2018-12-13 12:10:37 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1755 -ERROR - 2018-12-13 12:10:37 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1755 -ERROR - 2018-12-13 12:10:37 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1755 -ERROR - 2018-12-13 12:10:37 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-13 12:10:37 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-13 12:10:37 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-13 12:10:37 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-13 12:10:37 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-13 12:10:37 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-13 12:10:38 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-13 12:10:38 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-13 12:10:38 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-13 12:10:38 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-13 12:10:38 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-13 12:10:38 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-13 12:10:38 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-13 12:10:38 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-13 12:10:38 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 237 -ERROR - 2018-12-13 12:10:47 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-13 12:11:08 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-13 12:11:08 --> The upload path does not appear to be valid. -ERROR - 2018-12-13 12:11:09 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute width redefined in Entity, line: 21 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-13 12:11:09 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : table-- in Entity, line: 156 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-13 12:11:09 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 458 -ERROR - 2018-12-13 12:11:09 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 458 -ERROR - 2018-12-13 12:11:09 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 458 -ERROR - 2018-12-13 12:11:09 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 458 -ERROR - 2018-12-13 12:11:10 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 458 -ERROR - 2018-12-13 12:11:10 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 458 -ERROR - 2018-12-13 12:11:10 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 458 -ERROR - 2018-12-13 12:11:10 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 458 -ERROR - 2018-12-13 12:11:10 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 458 -ERROR - 2018-12-13 12:12:00 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-13 12:12:01 --> The upload path does not appear to be valid. -ERROR - 2018-12-13 12:12:01 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute width redefined in Entity, line: 21 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-13 12:12:01 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : table-- in Entity, line: 156 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-13 12:12:01 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 458 -ERROR - 2018-12-13 12:12:01 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 458 -ERROR - 2018-12-13 12:12:01 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 458 -ERROR - 2018-12-13 12:12:01 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 458 -ERROR - 2018-12-13 12:12:01 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 458 -ERROR - 2018-12-13 12:12:01 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 458 -ERROR - 2018-12-13 12:12:02 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 458 -ERROR - 2018-12-13 12:12:02 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 458 -ERROR - 2018-12-13 12:12:02 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 458 -ERROR - 2018-12-13 12:12:04 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1755 -ERROR - 2018-12-13 12:12:04 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1755 -ERROR - 2018-12-13 12:12:04 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1755 -ERROR - 2018-12-13 12:12:05 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1755 -ERROR - 2018-12-13 12:12:05 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-13 12:12:05 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-13 12:12:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-13 12:12:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-13 12:12:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-13 12:12:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-13 12:12:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-13 12:12:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-13 12:12:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-13 12:12:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-13 12:12:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-13 12:12:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-13 12:12:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-13 12:12:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-13 12:25:16 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2018-12-13 12:25:16 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2018-12-13 12:25:33 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2018-12-13 12:25:33 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2018-12-13 12:25:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-13 12:25:33 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-13 12:25:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-13 12:25:34 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-13 12:25:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-13 12:25:34 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-13 12:25:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-13 12:25:34 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-13 12:25:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-13 12:25:34 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-13 12:25:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-13 12:25:34 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-13 12:25:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-13 12:25:34 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-13 12:25:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-13 12:25:34 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-13 12:25:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-13 12:25:34 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-13 12:25:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-13 12:25:34 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-13 12:25:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-13 12:25:35 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-13 12:25:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-13 12:25:35 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-13 12:25:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-13 12:25:35 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-13 12:25:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-13 12:25:35 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-13 12:25:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-13 12:25:35 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-13 12:25:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-13 12:25:35 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-13 12:25:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-13 12:25:35 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-13 12:25:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-13 12:25:35 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-13 12:25:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-13 12:25:35 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-13 12:25:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-13 12:25:36 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-13 12:25:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-13 12:25:36 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-13 12:25:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-13 12:25:36 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-13 12:25:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-13 12:25:36 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-13 12:25:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-13 12:25:36 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-13 12:25:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-13 12:25:36 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-13 12:25:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-13 12:25:36 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-13 12:25:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2018-12-13 12:25:36 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2018-12-13 12:27:00 --> Severity: Notice --> Undefined variable: balancetocleared C:\xampp\htdocs\ria\application\controllers\cashbook.php 1945 -ERROR - 2018-12-13 12:27:00 --> Severity: Notice --> Undefined variable: balancetocleared C:\xampp\htdocs\ria\application\controllers\cashbook.php 1945 -ERROR - 2018-12-13 12:27:00 --> Severity: Notice --> Undefined variable: balancetocleared C:\xampp\htdocs\ria\application\controllers\cashbook.php 1945 -ERROR - 2018-12-13 12:27:00 --> Severity: Notice --> Undefined variable: balancetocleared C:\xampp\htdocs\ria\application\controllers\cashbook.php 1945 -ERROR - 2018-12-13 12:27:00 --> Severity: Notice --> Undefined variable: clearedblnce C:\xampp\htdocs\ria\application\controllers\cashbook.php 1954 -ERROR - 2018-12-13 12:27:00 --> Severity: Notice --> Undefined variable: clearedblnce C:\xampp\htdocs\ria\application\controllers\cashbook.php 1954 -ERROR - 2018-12-13 12:27:00 --> Severity: Notice --> Undefined variable: clearedblnce C:\xampp\htdocs\ria\application\controllers\cashbook.php 1954 -ERROR - 2018-12-13 12:27:00 --> Severity: Notice --> Undefined variable: balancetocleared C:\xampp\htdocs\ria\application\controllers\cashbook.php 1954 -ERROR - 2018-12-13 12:27:00 --> Severity: Notice --> Undefined variable: clearedblnce C:\xampp\htdocs\ria\application\controllers\cashbook.php 1954 -ERROR - 2018-12-13 12:27:00 --> Severity: Notice --> Undefined variable: balancetocleared C:\xampp\htdocs\ria\application\controllers\cashbook.php 1954 -ERROR - 2018-12-13 12:27:00 --> Severity: Notice --> Undefined variable: balancetocleared C:\xampp\htdocs\ria\application\controllers\cashbook.php 1954 -ERROR - 2018-12-13 12:27:00 --> Severity: Notice --> Undefined variable: balancetocleared C:\xampp\htdocs\ria\application\controllers\cashbook.php 1954 -ERROR - 2018-12-13 12:27:00 --> Severity: Notice --> Undefined variable: data C:\xampp\htdocs\ria\application\controllers\cashbook.php 2020 -ERROR - 2018-12-13 12:27:00 --> Severity: Notice --> Undefined variable: data C:\xampp\htdocs\ria\application\controllers\cashbook.php 2020 -ERROR - 2018-12-13 12:27:01 --> Severity: Notice --> Undefined variable: data C:\xampp\htdocs\ria\application\controllers\cashbook.php 2020 -ERROR - 2018-12-13 12:27:01 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-13 12:27:01 --> Severity: Notice --> Undefined variable: data C:\xampp\htdocs\ria\application\controllers\cashbook.php 2020 -ERROR - 2018-12-13 12:27:01 --> Severity: Notice --> Undefined variable: data C:\xampp\htdocs\ria\application\controllers\cashbook.php 2020 -ERROR - 2018-12-13 12:27:01 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-13 12:27:01 --> Severity: Notice --> Undefined variable: bankreport C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2018-12-13 12:27:01 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2018-12-13 12:27:01 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-13 12:27:01 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-13 12:27:01 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-13 12:27:01 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-13 12:27:01 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-13 12:27:01 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-13 12:27:01 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-13 12:27:01 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-13 12:27:01 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-13 12:27:01 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-13 12:27:01 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-13 12:27:01 --> Severity: Notice --> Undefined variable: bankreport C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2018-12-13 12:27:01 --> Severity: Notice --> Undefined variable: bankreport C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2018-12-13 12:27:01 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-13 12:27:01 --> Severity: Notice --> Undefined variable: bankreport C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2018-12-13 12:27:01 --> Severity: Notice --> Undefined variable: bankreport C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2018-12-13 12:27:01 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2018-12-13 12:27:01 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-13 12:27:01 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2018-12-13 12:27:01 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2018-12-13 12:27:01 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2018-12-13 12:27:01 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-13 12:27:01 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-13 12:27:01 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-13 12:27:01 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-13 12:27:01 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-13 12:27:01 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-13 12:27:01 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-13 12:27:01 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-13 12:27:01 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-13 12:27:01 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-13 12:27:01 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-13 12:27:01 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-13 12:27:01 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-13 12:27:01 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-13 12:27:01 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-13 12:27:01 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-13 12:27:01 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-13 12:27:01 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-13 12:27:01 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-13 12:27:01 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-13 12:27:01 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-13 12:27:01 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-13 12:27:01 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-13 12:27:01 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-13 12:27:01 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-13 12:27:01 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-13 12:27:01 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-13 12:27:01 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-13 12:27:01 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-13 12:27:01 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-13 12:27:01 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-13 12:27:01 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-13 12:27:01 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-13 12:27:01 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-13 12:27:01 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-13 12:27:01 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-13 12:27:01 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-13 12:27:01 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-13 12:27:01 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-13 12:27:01 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-13 12:27:02 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-13 12:27:02 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-13 12:27:02 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-13 12:27:02 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-13 12:27:02 --> Severity: Notice --> Undefined variable: finyear C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2018-12-13 12:27:02 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2018-12-13 12:27:02 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-13 12:27:02 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-13 12:27:02 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-13 12:27:02 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-13 12:27:02 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-13 12:27:02 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-13 12:27:02 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 237 -ERROR - 2018-12-13 12:27:02 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-13 12:27:02 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-13 12:27:02 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-13 12:27:02 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-13 12:27:02 --> Severity: Notice --> Undefined variable: finyear C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2018-12-13 12:27:02 --> Severity: Notice --> Undefined variable: finyear C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2018-12-13 12:27:02 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-13 12:27:02 --> Severity: Notice --> Undefined variable: finyear C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2018-12-13 12:27:02 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2018-12-13 12:27:02 --> Severity: Notice --> Undefined variable: finyear C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2018-12-13 12:27:02 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2018-12-13 12:27:02 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 237 -ERROR - 2018-12-13 12:27:02 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 237 -ERROR - 2018-12-13 12:27:02 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2018-12-13 12:27:02 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2018-12-13 12:27:02 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 237 -ERROR - 2018-12-13 12:27:02 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 237 -ERROR - 2018-12-13 12:27:03 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1756 -ERROR - 2018-12-13 12:27:03 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1756 -ERROR - 2018-12-13 12:27:04 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1756 -ERROR - 2018-12-13 12:27:04 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1756 -ERROR - 2018-12-13 12:27:04 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1756 -ERROR - 2018-12-13 12:27:04 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1756 -ERROR - 2018-12-13 12:27:04 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1756 -ERROR - 2018-12-13 12:27:04 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1756 -ERROR - 2018-12-13 12:27:04 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1756 -ERROR - 2018-12-13 12:27:04 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1756 -ERROR - 2018-12-13 12:27:04 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1756 -ERROR - 2018-12-13 12:27:04 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1756 -ERROR - 2018-12-13 12:27:04 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-13 12:27:04 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1756 -ERROR - 2018-12-13 12:27:04 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1756 -ERROR - 2018-12-13 12:27:04 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-13 12:27:04 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1756 -ERROR - 2018-12-13 12:27:04 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1756 -ERROR - 2018-12-13 12:27:04 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1756 -ERROR - 2018-12-13 12:27:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-13 12:27:04 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1756 -ERROR - 2018-12-13 12:27:04 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1756 -ERROR - 2018-12-13 12:27:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-13 12:27:04 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1756 -ERROR - 2018-12-13 12:27:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-13 12:27:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-13 12:27:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-13 12:27:04 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-13 12:27:04 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-13 12:27:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-13 12:27:04 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-13 12:27:04 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-13 12:27:04 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-13 12:27:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-13 12:27:05 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-13 12:27:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-13 12:27:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-13 12:27:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-13 12:27:05 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-13 12:27:05 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-13 12:27:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-13 12:27:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-13 12:27:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-13 12:27:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-13 12:27:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-13 12:27:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-13 12:27:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-13 12:27:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-13 12:27:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-13 12:27:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-13 12:27:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-13 12:27:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-13 12:27:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-13 12:27:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-13 12:27:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-13 12:27:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-13 12:27:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-13 12:27:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-13 12:27:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-13 12:27:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-13 12:27:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-13 12:27:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-13 12:27:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-13 12:27:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-13 12:27:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-13 12:27:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-13 12:27:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-13 12:27:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-13 12:27:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-13 12:27:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-13 12:27:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-13 12:27:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-13 12:27:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-13 12:27:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-13 12:27:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-13 12:27:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-13 12:27:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-13 12:27:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-13 12:27:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-13 12:27:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-13 12:27:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-13 12:27:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-13 12:27:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-13 12:27:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-13 12:27:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-13 12:27:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-13 12:27:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-13 12:27:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-13 12:27:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-13 12:27:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-13 12:33:31 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-13 12:33:48 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-13 12:33:48 --> The upload path does not appear to be valid. -ERROR - 2018-12-13 12:33:48 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute width redefined in Entity, line: 21 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-13 12:33:48 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : table-- in Entity, line: 156 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-13 12:33:49 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 459 -ERROR - 2018-12-13 12:33:49 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 459 -ERROR - 2018-12-13 12:33:49 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 459 -ERROR - 2018-12-13 12:33:49 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 459 -ERROR - 2018-12-13 12:33:49 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 459 -ERROR - 2018-12-13 12:33:49 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 459 -ERROR - 2018-12-13 12:33:50 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 459 -ERROR - 2018-12-13 12:33:50 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 459 -ERROR - 2018-12-13 12:33:50 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 459 -ERROR - 2018-12-13 12:33:53 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1756 -ERROR - 2018-12-13 12:33:53 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1756 -ERROR - 2018-12-13 12:33:53 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1756 -ERROR - 2018-12-13 12:33:53 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1756 -ERROR - 2018-12-13 12:33:53 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-13 12:33:53 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-13 12:33:53 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-13 12:33:54 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-13 12:33:54 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-13 12:33:54 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-13 12:33:54 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-13 12:33:54 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-13 12:33:54 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-13 12:33:54 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-13 12:33:54 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-13 12:33:54 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-13 12:33:54 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-13 12:33:54 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-13 14:08:05 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1756 -ERROR - 2018-12-13 14:08:05 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1756 -ERROR - 2018-12-13 14:08:05 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1756 -ERROR - 2018-12-13 14:08:05 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1756 -ERROR - 2018-12-13 14:08:07 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-13 14:08:08 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-13 14:08:08 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-13 14:08:08 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-13 14:08:08 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-13 14:08:08 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-13 14:08:08 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-13 14:08:08 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-13 14:08:08 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-13 14:08:08 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-13 14:08:08 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-13 14:08:08 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-13 14:08:08 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-13 14:08:09 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-13 14:08:39 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-13 14:08:55 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-13 14:08:55 --> The upload path does not appear to be valid. -ERROR - 2018-12-13 14:09:01 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute width redefined in Entity, line: 21 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-13 14:09:01 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : table-- in Entity, line: 156 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-13 14:11:32 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-13 14:11:32 --> The upload path does not appear to be valid. -ERROR - 2018-12-13 14:11:33 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute width redefined in Entity, line: 21 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-13 14:11:33 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : table-- in Entity, line: 156 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-13 14:11:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 471 -ERROR - 2018-12-13 14:11:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 471 -ERROR - 2018-12-13 14:11:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 471 -ERROR - 2018-12-13 14:11:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 471 -ERROR - 2018-12-13 14:11:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 471 -ERROR - 2018-12-13 14:11:34 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 471 -ERROR - 2018-12-13 14:11:34 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 471 -ERROR - 2018-12-13 14:11:34 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 471 -ERROR - 2018-12-13 14:11:34 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 471 -ERROR - 2018-12-13 14:11:38 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1768 -ERROR - 2018-12-13 14:11:38 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1768 -ERROR - 2018-12-13 14:11:38 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1768 -ERROR - 2018-12-13 14:11:38 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1768 -ERROR - 2018-12-13 14:11:38 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-13 14:11:38 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-13 14:11:38 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-13 14:11:38 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-13 14:11:39 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-13 14:11:39 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-13 14:11:39 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-13 14:11:39 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-13 14:11:39 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-13 14:11:39 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-13 14:11:39 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-13 14:11:39 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-13 14:11:39 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-13 14:11:39 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-13 14:12:06 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-13 14:12:30 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-13 14:12:30 --> The upload path does not appear to be valid. -ERROR - 2018-12-13 14:12:31 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute width redefined in Entity, line: 21 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-13 14:12:31 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : table-- in Entity, line: 156 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-13 14:12:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 471 -ERROR - 2018-12-13 14:12:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 471 -ERROR - 2018-12-13 14:12:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 471 -ERROR - 2018-12-13 14:12:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 471 -ERROR - 2018-12-13 14:12:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 471 -ERROR - 2018-12-13 14:12:32 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 471 -ERROR - 2018-12-13 14:12:32 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 471 -ERROR - 2018-12-13 14:12:32 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 471 -ERROR - 2018-12-13 14:12:32 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 471 -ERROR - 2018-12-13 14:12:38 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1768 -ERROR - 2018-12-13 14:12:38 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1768 -ERROR - 2018-12-13 14:12:38 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1768 -ERROR - 2018-12-13 14:12:38 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1768 -ERROR - 2018-12-13 14:12:38 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-13 14:12:38 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-13 14:12:38 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-13 14:12:38 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-13 14:12:38 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-13 14:12:38 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-13 14:12:38 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-13 14:12:38 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-13 14:12:39 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-13 14:12:39 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-13 14:12:39 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-13 14:12:39 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-13 14:12:39 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-13 14:12:39 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-13 14:13:39 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-13 14:13:55 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-13 14:13:55 --> The upload path does not appear to be valid. -ERROR - 2018-12-13 14:13:56 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute width redefined in Entity, line: 21 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-13 14:13:56 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : table-- in Entity, line: 156 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-13 14:14:30 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-13 14:14:31 --> The upload path does not appear to be valid. -ERROR - 2018-12-13 14:14:31 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute width redefined in Entity, line: 21 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-13 14:14:31 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : table-- in Entity, line: 156 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-13 14:15:00 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-13 14:15:00 --> The upload path does not appear to be valid. -ERROR - 2018-12-13 14:15:01 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute width redefined in Entity, line: 21 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-13 14:15:01 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : table-- in Entity, line: 156 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-13 14:15:11 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-13 14:15:11 --> The upload path does not appear to be valid. -ERROR - 2018-12-13 14:15:11 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute width redefined in Entity, line: 21 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-13 14:15:11 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : table-- in Entity, line: 156 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-13 14:17:55 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-13 14:17:55 --> The upload path does not appear to be valid. -ERROR - 2018-12-13 14:17:55 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute width redefined in Entity, line: 21 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-13 14:17:55 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : table-- in Entity, line: 156 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-13 14:17:55 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 455 -ERROR - 2018-12-13 14:17:56 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 455 -ERROR - 2018-12-13 14:17:56 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 455 -ERROR - 2018-12-13 14:17:56 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 455 -ERROR - 2018-12-13 14:17:56 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 455 -ERROR - 2018-12-13 14:17:56 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 455 -ERROR - 2018-12-13 14:17:56 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 455 -ERROR - 2018-12-13 14:17:56 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 455 -ERROR - 2018-12-13 14:17:57 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 455 -ERROR - 2018-12-13 14:17:59 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1752 -ERROR - 2018-12-13 14:17:59 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1752 -ERROR - 2018-12-13 14:18:00 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1752 -ERROR - 2018-12-13 14:18:00 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1752 -ERROR - 2018-12-13 14:18:00 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-13 14:18:00 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-13 14:18:00 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-13 14:18:00 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-13 14:18:00 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-13 14:18:00 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-13 14:18:00 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-13 14:18:00 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-13 14:18:00 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-13 14:18:00 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-13 14:18:00 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-13 14:18:00 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-13 14:18:00 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-13 14:18:01 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-13 14:18:01 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 237 -ERROR - 2018-12-13 14:18:29 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-13 14:18:47 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-13 14:18:47 --> The upload path does not appear to be valid. -ERROR - 2018-12-13 14:18:47 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute width redefined in Entity, line: 21 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-13 14:18:47 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : table-- in Entity, line: 156 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-13 14:18:47 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 455 -ERROR - 2018-12-13 14:18:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 455 -ERROR - 2018-12-13 14:18:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 455 -ERROR - 2018-12-13 14:18:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 455 -ERROR - 2018-12-13 14:18:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 455 -ERROR - 2018-12-13 14:18:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 455 -ERROR - 2018-12-13 14:18:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 455 -ERROR - 2018-12-13 14:18:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 455 -ERROR - 2018-12-13 14:18:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 455 -ERROR - 2018-12-13 14:18:51 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1752 -ERROR - 2018-12-13 14:18:51 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1752 -ERROR - 2018-12-13 14:18:51 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1752 -ERROR - 2018-12-13 14:18:51 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1752 -ERROR - 2018-12-13 14:18:51 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-13 14:18:51 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-13 14:18:51 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-13 14:18:52 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-13 14:18:52 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-13 14:18:52 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-13 14:18:52 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-13 14:18:52 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-13 14:18:52 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-13 14:18:52 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-13 14:18:52 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-13 14:18:52 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-13 14:18:52 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-13 14:18:52 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-13 14:18:52 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 237 -ERROR - 2018-12-13 14:20:25 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-13 14:20:54 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-13 14:20:54 --> The upload path does not appear to be valid. -ERROR - 2018-12-13 14:20:54 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute width redefined in Entity, line: 21 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-13 14:20:55 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : table-- in Entity, line: 156 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-13 14:20:55 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 455 -ERROR - 2018-12-13 14:20:55 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 455 -ERROR - 2018-12-13 14:20:55 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 455 -ERROR - 2018-12-13 14:20:55 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 455 -ERROR - 2018-12-13 14:20:55 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 455 -ERROR - 2018-12-13 14:20:55 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 455 -ERROR - 2018-12-13 14:20:55 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 455 -ERROR - 2018-12-13 14:20:56 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 455 -ERROR - 2018-12-13 14:20:56 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 455 -ERROR - 2018-12-13 14:20:58 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1752 -ERROR - 2018-12-13 14:20:58 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1752 -ERROR - 2018-12-13 14:20:59 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1752 -ERROR - 2018-12-13 14:20:59 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1752 -ERROR - 2018-12-13 14:20:59 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-13 14:20:59 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-13 14:20:59 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-13 14:20:59 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-13 14:20:59 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-13 14:20:59 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-13 14:20:59 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-13 14:20:59 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-13 14:20:59 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-13 14:20:59 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-13 14:20:59 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-13 14:20:59 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-13 14:21:00 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-13 14:21:00 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 diff --git a/application/logs/log-2018-12-14.php b/application/logs/log-2018-12-14.php deleted file mode 100644 index deef7a30..00000000 --- a/application/logs/log-2018-12-14.php +++ /dev/null @@ -1,1723 +0,0 @@ - - -ERROR - 2018-12-14 01:17:57 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-14 01:20:13 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-14 01:20:13 --> The upload path does not appear to be valid. -ERROR - 2018-12-14 01:20:18 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute width redefined in Entity, line: 21 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-14 01:20:18 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : table-- in Entity, line: 156 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-14 01:20:19 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 455 -ERROR - 2018-12-14 01:20:19 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 455 -ERROR - 2018-12-14 01:20:19 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 455 -ERROR - 2018-12-14 01:20:19 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 455 -ERROR - 2018-12-14 01:20:19 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 455 -ERROR - 2018-12-14 01:20:19 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 455 -ERROR - 2018-12-14 01:20:19 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 455 -ERROR - 2018-12-14 01:20:19 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 455 -ERROR - 2018-12-14 01:20:19 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 455 -ERROR - 2018-12-14 01:20:24 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1752 -ERROR - 2018-12-14 01:20:24 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1752 -ERROR - 2018-12-14 01:20:24 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1752 -ERROR - 2018-12-14 01:20:24 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1752 -ERROR - 2018-12-14 01:20:25 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-14 01:20:25 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-14 01:20:25 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-14 01:20:25 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-14 01:20:25 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-14 01:20:25 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-14 01:20:25 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-14 01:20:25 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-14 01:20:25 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-14 01:20:25 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-14 01:20:25 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-14 01:20:25 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-14 01:20:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-14 01:20:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-14 01:27:29 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-14 01:27:49 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-14 01:27:49 --> The upload path does not appear to be valid. -ERROR - 2018-12-14 01:27:49 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute width redefined in Entity, line: 21 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-14 01:27:49 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : table-- in Entity, line: 156 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-14 01:28:23 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-14 01:28:23 --> The upload path does not appear to be valid. -ERROR - 2018-12-14 01:28:23 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute width redefined in Entity, line: 21 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-14 01:28:23 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : table-- in Entity, line: 156 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-14 01:29:57 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-14 01:29:57 --> The upload path does not appear to be valid. -ERROR - 2018-12-14 01:29:57 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute width redefined in Entity, line: 21 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-14 01:29:57 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : table-- in Entity, line: 156 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-14 01:30:37 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-14 01:30:37 --> The upload path does not appear to be valid. -ERROR - 2018-12-14 01:30:37 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute width redefined in Entity, line: 21 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-14 01:30:37 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : table-- in Entity, line: 156 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-14 01:32:09 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-14 01:32:09 --> The upload path does not appear to be valid. -ERROR - 2018-12-14 01:32:10 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute width redefined in Entity, line: 21 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-14 01:32:10 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : table-- in Entity, line: 156 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-14 01:32:10 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 459 -ERROR - 2018-12-14 01:32:10 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 459 -ERROR - 2018-12-14 01:32:10 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 459 -ERROR - 2018-12-14 01:32:10 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 459 -ERROR - 2018-12-14 01:32:10 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 459 -ERROR - 2018-12-14 01:32:10 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 459 -ERROR - 2018-12-14 01:32:11 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 459 -ERROR - 2018-12-14 01:32:11 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 459 -ERROR - 2018-12-14 01:32:11 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 459 -ERROR - 2018-12-14 01:32:15 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1756 -ERROR - 2018-12-14 01:32:15 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1756 -ERROR - 2018-12-14 01:32:15 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1756 -ERROR - 2018-12-14 01:32:15 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1756 -ERROR - 2018-12-14 01:32:15 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-14 01:32:15 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-14 01:32:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-14 01:32:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-14 01:32:16 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-14 01:32:16 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-14 01:32:16 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-14 01:32:16 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-14 01:32:16 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-14 01:32:16 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-14 01:32:16 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-14 01:32:16 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-14 01:32:16 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-14 01:32:16 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-14 01:34:49 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-14 01:35:13 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-14 01:35:13 --> The upload path does not appear to be valid. -ERROR - 2018-12-14 01:35:15 --> Severity: Notice --> Undefined variable: highestRow6 C:\xampp\htdocs\ria\application\controllers\cashbook.php 328 -ERROR - 2018-12-14 01:35:24 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1756 -ERROR - 2018-12-14 01:35:24 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1756 -ERROR - 2018-12-14 01:35:25 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1756 -ERROR - 2018-12-14 01:35:25 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1756 -ERROR - 2018-12-14 01:35:25 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-14 01:35:25 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-14 01:35:25 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-14 01:35:25 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-14 01:35:25 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-14 01:35:25 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-14 01:35:25 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-14 01:35:25 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-14 01:35:25 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-14 01:35:25 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-14 01:35:25 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-14 01:35:25 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-14 01:35:25 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-14 01:35:25 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-14 01:45:25 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-14 01:45:46 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-14 01:45:46 --> The upload path does not appear to be valid. -ERROR - 2018-12-14 01:45:47 --> Severity: Notice --> Undefined variable: highestRow6 C:\xampp\htdocs\ria\application\controllers\cashbook.php 328 -ERROR - 2018-12-14 01:45:51 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1757 -ERROR - 2018-12-14 01:45:51 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1757 -ERROR - 2018-12-14 01:45:51 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1757 -ERROR - 2018-12-14 01:45:51 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1757 -ERROR - 2018-12-14 01:45:51 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-14 01:45:51 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-14 01:45:51 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-14 01:45:51 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-14 01:45:51 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-14 01:45:51 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-14 01:45:51 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-14 01:45:51 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-14 01:45:52 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-14 01:45:52 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-14 01:45:52 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-14 01:45:52 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-14 01:45:52 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-14 01:45:52 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-14 05:46:08 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-14 05:46:32 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-14 05:46:32 --> The upload path does not appear to be valid. -ERROR - 2018-12-14 05:46:37 --> Severity: Notice --> Undefined variable: highestRow6 C:\xampp\htdocs\ria\application\controllers\cashbook.php 328 -ERROR - 2018-12-14 05:47:01 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-14 05:47:28 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-14 05:47:28 --> The upload path does not appear to be valid. -ERROR - 2018-12-14 05:47:29 --> Severity: Notice --> Undefined variable: highestRow6 C:\xampp\htdocs\ria\application\controllers\cashbook.php 328 -ERROR - 2018-12-14 05:51:05 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-14 05:51:46 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-14 05:52:49 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-14 05:52:49 --> The upload path does not appear to be valid. -ERROR - 2018-12-14 05:52:50 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:52:50 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:52:50 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:52:50 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:52:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:52:51 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:52:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:52:51 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:52:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:52:51 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:52:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:52:51 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:52:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:52:51 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:52:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:52:52 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:52:52 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:52:52 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:52:52 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:52:52 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:52:52 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:52:52 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:52:52 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:52:52 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:52:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:52:53 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:52:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:52:53 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:52:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:52:53 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:52:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:52:53 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:52:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:52:53 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:52:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:52:54 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:52:54 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:52:54 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:52:54 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:52:54 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:52:54 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:52:54 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:52:54 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:52:54 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:52:54 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:52:54 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:52:55 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:52:55 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:52:55 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:52:55 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:52:55 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:52:55 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:52:55 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:52:55 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:52:55 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:52:55 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:52:56 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:52:56 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:52:56 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:52:56 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:52:56 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:52:56 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:52:56 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:52:56 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:52:56 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:52:56 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:52:56 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:52:57 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:52:57 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:52:57 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:52:57 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:52:57 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:52:57 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:52:57 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:52:57 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:52:57 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:52:57 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:52:57 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:52:58 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:52:58 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:52:58 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:52:58 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:52:58 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:52:58 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:52:58 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:52:58 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:52:58 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:52:58 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:52:59 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:52:59 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:52:59 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:52:59 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:52:59 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:52:59 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:52:59 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:52:59 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:52:59 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:52:59 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:00 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:00 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:00 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:00 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:00 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:00 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:00 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:00 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:00 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:00 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:01 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:01 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:01 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:01 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:01 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:01 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:01 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:01 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:01 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:01 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:02 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:02 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:02 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:02 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:02 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:02 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:02 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:02 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:02 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:02 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:03 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:03 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:03 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:03 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:03 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:03 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:03 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:04 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:04 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:04 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:04 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:04 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:04 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:04 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:04 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:04 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:04 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:04 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:05 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:05 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:05 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:05 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:05 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:05 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:05 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:05 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:05 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:05 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:06 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:06 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:06 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:06 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:06 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:06 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:06 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:06 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:06 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:06 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:06 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:06 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:07 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:07 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:07 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:07 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:07 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:07 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:07 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:07 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:07 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:07 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:08 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:08 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:08 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:08 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:08 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:08 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:08 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:08 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:08 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:08 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:08 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:08 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:09 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:09 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:09 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:09 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:09 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:09 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:09 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:10 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:10 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:10 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:10 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:10 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:10 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:10 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:10 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:11 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:11 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:11 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:11 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:11 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:11 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:11 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:11 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:11 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:11 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:11 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:12 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:12 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:12 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:12 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:12 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:12 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:12 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:12 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:12 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:12 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:12 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:12 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:13 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:13 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:13 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:13 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:13 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:13 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:13 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:13 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:13 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:13 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:14 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:14 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:14 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:14 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:14 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:14 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:14 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:14 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:14 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:14 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:14 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:14 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:15 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:15 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:15 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:15 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:15 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:15 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:15 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:15 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:15 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:15 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:16 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:16 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:16 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:16 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:16 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:16 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:16 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:16 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:16 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:16 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 533 -ERROR - 2018-12-14 05:53:24 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1757 -ERROR - 2018-12-14 05:53:24 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1757 -ERROR - 2018-12-14 05:53:24 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1757 -ERROR - 2018-12-14 05:53:24 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1757 -ERROR - 2018-12-14 05:53:28 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-14 05:53:28 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-14 05:53:28 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-14 05:53:28 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-14 05:53:28 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-14 05:53:28 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-14 05:53:28 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-14 05:53:28 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-14 05:53:28 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-14 05:53:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-14 05:53:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-14 05:53:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-14 05:53:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-14 05:53:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-14 05:54:48 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-14 05:55:23 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-14 05:55:24 --> The upload path does not appear to be valid. -ERROR - 2018-12-14 05:55:34 --> Severity: Notice --> Undefined variable: highestRow6 C:\xampp\htdocs\ria\application\controllers\cashbook.php 328 -ERROR - 2018-12-14 05:56:03 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1757 -ERROR - 2018-12-14 05:56:04 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1757 -ERROR - 2018-12-14 05:56:04 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1757 -ERROR - 2018-12-14 05:56:04 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1757 -ERROR - 2018-12-14 05:56:04 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-14 05:56:04 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-14 05:56:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-14 05:56:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-14 05:56:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-14 05:56:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-14 05:56:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-14 05:56:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-14 05:56:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-14 05:56:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-14 05:56:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-14 05:56:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-14 05:56:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-14 05:56:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-14 06:02:00 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-14 06:02:35 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-14 06:02:36 --> The upload path does not appear to be valid. -ERROR - 2018-12-14 06:07:07 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-14 06:07:07 --> The upload path does not appear to be valid. -ERROR - 2018-12-14 06:07:07 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 389 -ERROR - 2018-12-14 06:07:08 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 389 -ERROR - 2018-12-14 06:07:08 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 389 -ERROR - 2018-12-14 06:07:08 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 389 -ERROR - 2018-12-14 06:07:08 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 389 -ERROR - 2018-12-14 06:07:08 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 389 -ERROR - 2018-12-14 06:07:08 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 389 -ERROR - 2018-12-14 06:07:08 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 389 -ERROR - 2018-12-14 06:07:08 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 389 -ERROR - 2018-12-14 06:07:09 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 389 -ERROR - 2018-12-14 06:07:09 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 389 -ERROR - 2018-12-14 06:07:09 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 389 -ERROR - 2018-12-14 06:07:09 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 389 -ERROR - 2018-12-14 06:07:09 --> Severity: Notice --> Undefined variable: highestRow4sssssss C:\xampp\htdocs\ria\application\controllers\cashbook.php 338 -ERROR - 2018-12-14 06:12:52 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-14 06:12:52 --> The upload path does not appear to be valid. -ERROR - 2018-12-14 06:12:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 389 -ERROR - 2018-12-14 06:12:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 389 -ERROR - 2018-12-14 06:12:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 389 -ERROR - 2018-12-14 06:12:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 389 -ERROR - 2018-12-14 06:12:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 389 -ERROR - 2018-12-14 06:12:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 389 -ERROR - 2018-12-14 06:12:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 389 -ERROR - 2018-12-14 06:12:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 389 -ERROR - 2018-12-14 06:12:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 389 -ERROR - 2018-12-14 06:12:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 389 -ERROR - 2018-12-14 06:12:54 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 389 -ERROR - 2018-12-14 06:12:54 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 389 -ERROR - 2018-12-14 06:12:54 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 389 -ERROR - 2018-12-14 06:12:54 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 389 -ERROR - 2018-12-14 06:12:59 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1761 -ERROR - 2018-12-14 06:12:59 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1761 -ERROR - 2018-12-14 06:12:59 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1761 -ERROR - 2018-12-14 06:12:59 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1761 -ERROR - 2018-12-14 06:12:59 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-14 06:12:59 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-14 06:13:00 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-14 06:13:00 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-14 06:13:00 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-14 06:13:00 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-14 06:13:00 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-14 06:13:00 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-14 06:13:00 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-14 06:13:00 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-14 06:13:00 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-14 06:13:00 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-14 06:13:00 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-14 06:13:00 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-14 06:55:36 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-14 07:00:34 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-14 07:02:55 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-14 07:02:55 --> The upload path does not appear to be valid. -ERROR - 2018-12-14 07:03:00 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 389 -ERROR - 2018-12-14 07:03:00 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 389 -ERROR - 2018-12-14 07:03:01 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 389 -ERROR - 2018-12-14 07:03:01 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 389 -ERROR - 2018-12-14 07:03:01 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 389 -ERROR - 2018-12-14 07:03:01 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 389 -ERROR - 2018-12-14 07:03:01 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 389 -ERROR - 2018-12-14 07:03:01 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 389 -ERROR - 2018-12-14 07:03:02 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 389 -ERROR - 2018-12-14 07:03:02 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 389 -ERROR - 2018-12-14 07:03:02 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 389 -ERROR - 2018-12-14 07:03:02 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 389 -ERROR - 2018-12-14 07:03:02 --> Severity: Notice --> Undefined index: reportdate C:\xampp\htdocs\ria\application\models\cashbook_model.php 392 -ERROR - 2018-12-14 07:03:02 --> Severity: Notice --> Undefined index: Narration C:\xampp\htdocs\ria\application\models\cashbook_model.php 393 -ERROR - 2018-12-14 07:03:02 --> Severity: Notice --> Undefined index: Balance C:\xampp\htdocs\ria\application\models\cashbook_model.php 394 -ERROR - 2018-12-14 07:03:02 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 389 -ERROR - 2018-12-14 07:03:02 --> Severity: Notice --> Undefined index: Narration C:\xampp\htdocs\ria\application\models\cashbook_model.php 393 -ERROR - 2018-12-14 07:03:03 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 389 -ERROR - 2018-12-14 07:03:03 --> Severity: Notice --> Undefined index: reportdate C:\xampp\htdocs\ria\application\models\cashbook_model.php 392 -ERROR - 2018-12-14 07:03:03 --> Severity: Notice --> Undefined index: Narration C:\xampp\htdocs\ria\application\models\cashbook_model.php 393 -ERROR - 2018-12-14 07:03:03 --> Severity: Notice --> Undefined index: Balance C:\xampp\htdocs\ria\application\models\cashbook_model.php 394 -ERROR - 2018-12-14 07:03:08 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1759 -ERROR - 2018-12-14 07:03:08 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1759 -ERROR - 2018-12-14 07:03:08 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1759 -ERROR - 2018-12-14 07:03:08 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1759 -ERROR - 2018-12-14 07:03:08 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-14 07:03:08 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-14 07:03:08 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-14 07:03:08 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-14 07:03:09 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-14 07:03:09 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-14 07:03:09 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-14 07:03:09 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-14 07:03:09 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-14 07:03:09 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-14 07:03:09 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-14 07:03:09 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-14 07:03:09 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-14 07:03:09 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-14 07:47:18 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-14 07:47:48 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-14 07:47:48 --> The upload path does not appear to be valid. -ERROR - 2018-12-14 07:47:54 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute width redefined in Entity, line: 21 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-14 07:47:54 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : table-- in Entity, line: 156 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-14 07:49:26 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-14 07:49:26 --> The upload path does not appear to be valid. -ERROR - 2018-12-14 07:49:27 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 390 -ERROR - 2018-12-14 07:49:27 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 390 -ERROR - 2018-12-14 07:49:27 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 390 -ERROR - 2018-12-14 07:49:27 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 390 -ERROR - 2018-12-14 07:49:27 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 390 -ERROR - 2018-12-14 07:49:27 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 390 -ERROR - 2018-12-14 07:49:27 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 390 -ERROR - 2018-12-14 07:49:27 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 390 -ERROR - 2018-12-14 07:49:28 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 390 -ERROR - 2018-12-14 07:49:28 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 390 -ERROR - 2018-12-14 07:49:28 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 390 -ERROR - 2018-12-14 07:49:28 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 390 -ERROR - 2018-12-14 07:49:28 --> Severity: Notice --> Undefined index: reportdate C:\xampp\htdocs\ria\application\models\cashbook_model.php 392 -ERROR - 2018-12-14 07:49:28 --> Severity: Notice --> Undefined index: Narration C:\xampp\htdocs\ria\application\models\cashbook_model.php 393 -ERROR - 2018-12-14 07:49:28 --> Severity: Notice --> Undefined index: Balance C:\xampp\htdocs\ria\application\models\cashbook_model.php 394 -ERROR - 2018-12-14 07:49:28 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 390 -ERROR - 2018-12-14 07:49:28 --> Severity: Notice --> Undefined index: Narration C:\xampp\htdocs\ria\application\models\cashbook_model.php 393 -ERROR - 2018-12-14 07:49:28 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 390 -ERROR - 2018-12-14 07:49:28 --> Severity: Notice --> Undefined index: reportdate C:\xampp\htdocs\ria\application\models\cashbook_model.php 392 -ERROR - 2018-12-14 07:49:28 --> Severity: Notice --> Undefined index: Narration C:\xampp\htdocs\ria\application\models\cashbook_model.php 393 -ERROR - 2018-12-14 07:49:28 --> Severity: Notice --> Undefined index: Balance C:\xampp\htdocs\ria\application\models\cashbook_model.php 394 -ERROR - 2018-12-14 07:59:38 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-14 07:59:39 --> The upload path does not appear to be valid. -ERROR - 2018-12-14 08:02:12 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-14 08:02:28 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-14 08:02:28 --> The upload path does not appear to be valid. -ERROR - 2018-12-14 08:02:29 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 395 -ERROR - 2018-12-14 08:02:29 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 395 -ERROR - 2018-12-14 08:02:29 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 395 -ERROR - 2018-12-14 08:02:29 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 395 -ERROR - 2018-12-14 08:02:29 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 395 -ERROR - 2018-12-14 08:02:29 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 395 -ERROR - 2018-12-14 08:02:29 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 395 -ERROR - 2018-12-14 08:02:30 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 395 -ERROR - 2018-12-14 08:02:30 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 395 -ERROR - 2018-12-14 08:02:30 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 395 -ERROR - 2018-12-14 08:02:30 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 395 -ERROR - 2018-12-14 08:04:22 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-14 08:04:22 --> The upload path does not appear to be valid. -ERROR - 2018-12-14 08:04:22 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-14 08:04:22 --> The upload path does not appear to be valid. -ERROR - 2018-12-14 08:04:22 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 395 -ERROR - 2018-12-14 08:04:22 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 395 -ERROR - 2018-12-14 08:04:22 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 395 -ERROR - 2018-12-14 08:04:22 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 395 -ERROR - 2018-12-14 08:04:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 395 -ERROR - 2018-12-14 08:04:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 395 -ERROR - 2018-12-14 08:04:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 395 -ERROR - 2018-12-14 08:04:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 395 -ERROR - 2018-12-14 08:04:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 395 -ERROR - 2018-12-14 08:04:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 395 -ERROR - 2018-12-14 08:04:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 395 -ERROR - 2018-12-14 08:04:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 395 -ERROR - 2018-12-14 08:04:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 395 -ERROR - 2018-12-14 08:04:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 395 -ERROR - 2018-12-14 08:04:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 395 -ERROR - 2018-12-14 08:04:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 395 -ERROR - 2018-12-14 08:04:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 395 -ERROR - 2018-12-14 08:04:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 395 -ERROR - 2018-12-14 08:04:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 395 -ERROR - 2018-12-14 08:04:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 395 -ERROR - 2018-12-14 08:04:24 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 395 -ERROR - 2018-12-14 08:04:24 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 395 -ERROR - 2018-12-14 08:04:52 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-14 08:05:12 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-14 08:05:12 --> The upload path does not appear to be valid. -ERROR - 2018-12-14 08:05:13 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 395 -ERROR - 2018-12-14 08:05:13 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 395 -ERROR - 2018-12-14 08:05:13 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 395 -ERROR - 2018-12-14 08:05:13 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 395 -ERROR - 2018-12-14 08:05:13 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 395 -ERROR - 2018-12-14 08:05:13 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 395 -ERROR - 2018-12-14 08:05:13 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 395 -ERROR - 2018-12-14 08:05:13 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 395 -ERROR - 2018-12-14 08:05:13 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 395 -ERROR - 2018-12-14 08:05:13 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 395 -ERROR - 2018-12-14 08:05:13 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 395 -ERROR - 2018-12-14 08:05:52 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-14 08:05:52 --> The upload path does not appear to be valid. -ERROR - 2018-12-14 08:05:52 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 395 -ERROR - 2018-12-14 08:05:52 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 395 -ERROR - 2018-12-14 08:05:52 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 395 -ERROR - 2018-12-14 08:05:52 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 395 -ERROR - 2018-12-14 08:05:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 395 -ERROR - 2018-12-14 08:05:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 395 -ERROR - 2018-12-14 08:05:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 395 -ERROR - 2018-12-14 08:05:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 395 -ERROR - 2018-12-14 08:05:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 395 -ERROR - 2018-12-14 08:05:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 395 -ERROR - 2018-12-14 08:05:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 395 -ERROR - 2018-12-14 08:05:56 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1765 -ERROR - 2018-12-14 08:05:57 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1765 -ERROR - 2018-12-14 08:05:57 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1765 -ERROR - 2018-12-14 08:05:57 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1765 -ERROR - 2018-12-14 08:05:57 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-14 08:05:57 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-14 08:05:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-14 08:05:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-14 08:05:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-14 08:05:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-14 08:05:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-14 08:05:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-14 08:05:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-14 08:05:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-14 08:05:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-14 08:05:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-14 08:05:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-14 08:05:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-14 08:06:52 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-14 08:07:09 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-14 08:07:09 --> The upload path does not appear to be valid. -ERROR - 2018-12-14 08:07:09 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 395 -ERROR - 2018-12-14 08:07:09 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 395 -ERROR - 2018-12-14 08:07:10 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 395 -ERROR - 2018-12-14 08:07:10 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 395 -ERROR - 2018-12-14 08:07:10 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 395 -ERROR - 2018-12-14 08:07:10 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 395 -ERROR - 2018-12-14 08:07:10 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 395 -ERROR - 2018-12-14 08:07:10 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 395 -ERROR - 2018-12-14 08:07:10 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 395 -ERROR - 2018-12-14 08:07:10 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 395 -ERROR - 2018-12-14 08:07:11 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 395 -ERROR - 2018-12-14 08:07:14 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1765 -ERROR - 2018-12-14 08:07:14 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1765 -ERROR - 2018-12-14 08:07:14 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1765 -ERROR - 2018-12-14 08:07:14 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1765 -ERROR - 2018-12-14 08:07:14 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-14 08:07:14 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-14 08:07:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-14 08:07:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-14 08:07:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-14 08:07:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-14 08:07:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-14 08:07:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-14 08:07:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-14 08:07:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-14 08:07:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-14 08:07:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-14 08:07:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-14 08:07:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-14 08:07:39 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-14 08:07:56 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-14 08:07:56 --> The upload path does not appear to be valid. -ERROR - 2018-12-14 08:07:56 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 395 -ERROR - 2018-12-14 08:07:56 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 395 -ERROR - 2018-12-14 08:07:56 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 395 -ERROR - 2018-12-14 08:07:57 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 395 -ERROR - 2018-12-14 08:07:57 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 395 -ERROR - 2018-12-14 08:07:57 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 395 -ERROR - 2018-12-14 08:07:57 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 395 -ERROR - 2018-12-14 08:07:57 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 395 -ERROR - 2018-12-14 08:07:57 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 395 -ERROR - 2018-12-14 08:07:57 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 395 -ERROR - 2018-12-14 08:07:57 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 395 -ERROR - 2018-12-14 08:08:01 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1765 -ERROR - 2018-12-14 08:08:01 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1765 -ERROR - 2018-12-14 08:08:01 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1765 -ERROR - 2018-12-14 08:08:01 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1765 -ERROR - 2018-12-14 08:08:02 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-14 08:08:02 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-14 08:08:02 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-14 08:08:02 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-14 08:08:02 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-14 08:08:02 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-14 08:08:02 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-14 08:08:02 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-14 08:08:02 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-14 08:08:02 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-14 08:08:02 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-14 08:08:02 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-14 08:08:02 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-14 08:08:02 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-14 08:11:10 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-14 08:11:29 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-14 08:11:29 --> The upload path does not appear to be valid. -ERROR - 2018-12-14 08:11:30 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 395 -ERROR - 2018-12-14 08:11:30 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 395 -ERROR - 2018-12-14 08:11:30 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 395 -ERROR - 2018-12-14 08:11:30 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 395 -ERROR - 2018-12-14 08:11:30 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 395 -ERROR - 2018-12-14 08:11:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 395 -ERROR - 2018-12-14 08:11:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 395 -ERROR - 2018-12-14 08:11:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 395 -ERROR - 2018-12-14 08:11:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 395 -ERROR - 2018-12-14 08:11:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 395 -ERROR - 2018-12-14 08:11:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 395 -ERROR - 2018-12-14 08:11:35 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1765 -ERROR - 2018-12-14 08:11:35 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1765 -ERROR - 2018-12-14 08:11:35 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1765 -ERROR - 2018-12-14 08:11:35 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1765 -ERROR - 2018-12-14 08:11:35 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-14 08:11:35 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-14 08:11:35 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-14 08:11:35 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-14 08:11:35 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-14 08:11:35 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-14 08:11:35 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-14 08:11:35 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-14 08:11:35 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-14 08:11:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-14 08:11:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-14 08:11:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-14 08:11:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-14 08:11:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-14 08:22:02 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-14 08:22:28 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-14 08:22:28 --> The upload path does not appear to be valid. -ERROR - 2018-12-14 08:22:29 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:29 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:29 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:29 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:29 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:29 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:29 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:29 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:29 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:30 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:30 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:30 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:30 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:30 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:30 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:30 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:30 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:30 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:30 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:30 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:31 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:31 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:31 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:31 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:31 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:31 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:32 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:32 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:32 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:32 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:32 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:32 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:32 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:32 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:32 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:32 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:33 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:33 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:33 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:33 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:33 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:34 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:34 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:34 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:34 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:34 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:34 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:34 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:34 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:34 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:34 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:34 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:34 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:35 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:35 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:35 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:35 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:35 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:35 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:35 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:35 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:35 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:35 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:35 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:36 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:36 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:36 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:36 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:36 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:36 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:36 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:36 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:36 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:37 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:37 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:37 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:37 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:37 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:37 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:37 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:37 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:37 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:38 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:38 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:38 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:38 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:38 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:38 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:38 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:38 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:38 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:39 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:39 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:39 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:39 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:39 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:39 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:39 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:39 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:39 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:39 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:39 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:39 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:40 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:40 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:40 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:40 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:40 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:40 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:40 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:40 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:40 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:40 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:40 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:40 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:41 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:41 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:41 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:41 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:41 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:41 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:41 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:41 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:41 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:41 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:41 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:41 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:42 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:42 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:42 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:42 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:42 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:42 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:42 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:42 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:42 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:42 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:42 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:42 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:43 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:43 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:43 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:43 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:43 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:43 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:43 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:43 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:43 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:43 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:43 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:43 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:44 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:44 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:44 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:44 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:44 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:44 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:44 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:44 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:44 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:44 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:45 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:45 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:45 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:45 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:45 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:45 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:45 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:45 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:45 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:45 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:45 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:45 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:46 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:46 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:46 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:46 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:46 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:46 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:46 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:46 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:46 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:46 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:46 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:47 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:47 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:47 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:47 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:47 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:47 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:47 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:47 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:47 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:47 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:47 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:48 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:48 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:48 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:48 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:48 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:49 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:49 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:49 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:49 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:49 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:49 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:49 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:49 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:49 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:49 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:49 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:49 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:50 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:50 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:50 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:50 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:50 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:50 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:50 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:50 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:50 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:50 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:50 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:51 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:51 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:51 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:51 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:51 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:51 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:52 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:52 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:52 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:52 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:52 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:52 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:52 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:52 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:53 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:53 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:53 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:53 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:22:58 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1830 -ERROR - 2018-12-14 08:22:58 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1830 -ERROR - 2018-12-14 08:22:58 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1830 -ERROR - 2018-12-14 08:22:58 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1830 -ERROR - 2018-12-14 08:22:58 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-14 08:22:58 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-14 08:22:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-14 08:22:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-14 08:22:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-14 08:22:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-14 08:22:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-14 08:22:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-14 08:22:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-14 08:22:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-14 08:22:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-14 08:22:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-14 08:22:59 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-14 08:22:59 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-14 08:25:03 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-14 08:25:24 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-14 08:25:24 --> The upload path does not appear to be valid. -ERROR - 2018-12-14 08:25:25 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:25 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:25 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:25 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:25 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:25 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:25 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:25 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:26 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:26 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:26 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:26 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:26 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:26 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:26 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:26 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:26 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:26 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:26 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:26 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:27 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:27 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:27 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:27 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:27 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:27 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:27 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:27 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:27 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:27 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:27 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:27 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:28 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:28 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:28 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:28 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:28 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:28 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:28 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:28 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:28 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:28 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:28 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:28 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:29 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:29 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:29 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:29 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:29 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:29 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:29 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:29 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:29 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:29 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:29 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:29 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:30 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:30 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:30 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:30 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:30 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:30 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:30 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:30 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:30 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:30 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:30 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:30 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:31 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:31 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:31 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:31 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:31 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:31 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:32 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:32 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:32 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:32 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:32 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:32 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:32 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:32 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:32 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:32 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:32 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:32 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:33 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:33 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:33 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:33 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:33 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:34 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:34 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:34 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:34 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:34 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:34 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:34 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:34 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:34 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:34 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:35 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:35 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:35 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:35 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:35 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:35 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:35 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:35 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:35 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:35 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:36 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:36 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:36 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:36 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:36 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:36 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:36 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:36 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:36 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:36 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:37 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:37 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:37 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:37 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:37 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:37 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:37 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:37 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:37 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:37 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:37 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:38 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:38 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:38 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:38 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:38 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:38 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:38 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:38 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:38 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:38 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:38 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:39 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:39 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:39 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:39 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:39 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:39 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:39 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:39 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:39 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:39 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:39 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:39 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:40 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:40 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:40 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:40 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:40 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:40 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:40 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:40 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:40 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:40 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:41 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:41 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:41 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:41 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:41 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:41 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:41 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:41 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:41 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:41 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:41 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:42 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:42 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:42 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:42 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:42 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:42 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:42 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:42 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:42 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:42 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:42 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:43 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:43 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:43 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:43 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:43 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:43 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:43 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:43 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:43 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:43 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:44 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:44 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:44 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:44 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:44 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:44 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:44 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:44 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:44 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:45 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:45 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:45 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:45 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:45 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:45 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:45 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:45 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:45 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:46 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:46 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:46 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:46 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:46 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:46 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:46 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:46 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:46 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:46 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:46 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:46 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:47 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:47 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:47 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:47 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:47 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:47 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:47 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:47 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:47 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:47 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:48 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:48 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:48 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:48 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:48 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:48 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:49 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:49 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:49 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:49 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:49 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:49 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:49 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:49 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:25:54 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1830 -ERROR - 2018-12-14 08:25:54 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1830 -ERROR - 2018-12-14 08:25:54 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1830 -ERROR - 2018-12-14 08:25:54 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1830 -ERROR - 2018-12-14 08:25:54 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-14 08:25:54 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-14 08:25:54 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-14 08:25:54 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-14 08:25:55 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-14 08:25:55 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-14 08:25:55 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-14 08:25:55 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-14 08:25:55 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-14 08:25:55 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-14 08:25:55 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-14 08:25:55 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-14 08:25:55 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-14 08:25:55 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-14 08:29:44 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-14 08:30:08 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-14 08:30:08 --> The upload path does not appear to be valid. -ERROR - 2018-12-14 08:30:09 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:09 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:09 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:09 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:09 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:09 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:09 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:09 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:09 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:09 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:10 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:10 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:10 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:10 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:10 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:10 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:10 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:10 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:10 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:10 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:11 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:11 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:11 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:11 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:11 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:11 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:11 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:11 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:11 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:11 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:12 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:12 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:12 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:12 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:12 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:12 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:12 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:12 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:12 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:12 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:12 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:13 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:13 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:13 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:13 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:13 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:13 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:13 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:13 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:13 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:13 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:13 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:14 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:14 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:14 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:14 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:14 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:14 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:14 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:14 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:14 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:14 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:15 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:15 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:15 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:15 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:15 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:15 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:15 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:15 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:15 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:15 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:15 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:16 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:16 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:16 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:16 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:16 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:16 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:16 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:16 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:16 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:16 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:16 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:17 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:17 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:17 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:17 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:17 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:17 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:17 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:17 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:17 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:17 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:18 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:18 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:18 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:18 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:18 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:18 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:18 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:18 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:18 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:18 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:18 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:19 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:19 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:19 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:19 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:19 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:19 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:19 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:19 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:19 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:19 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:20 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:20 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:20 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:20 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:20 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:20 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:20 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:20 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:20 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:20 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:21 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:21 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:21 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:21 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:21 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:21 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:21 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:21 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:21 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:21 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:22 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:22 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:22 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:22 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:22 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:22 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:22 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:22 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:22 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:22 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:22 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:23 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:23 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:23 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:23 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:23 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:24 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:24 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:24 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:24 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:24 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:24 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:24 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:24 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:24 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:24 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:25 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:25 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:25 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:25 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:25 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:25 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:25 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:25 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:25 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:25 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:26 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:26 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:26 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:26 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:26 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:26 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:26 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:26 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:26 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:26 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:27 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:27 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:27 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:27 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:27 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:27 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:27 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:27 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:27 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:27 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:27 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:27 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:28 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:28 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:28 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:28 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:28 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:28 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:28 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:28 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:28 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:29 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:29 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:29 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:29 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:29 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:29 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:29 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:29 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:29 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:29 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:30 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:30 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:30 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:30 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:30 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:30 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:30 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:30 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:30 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:30 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:31 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:31 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:31 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:31 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:31 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:32 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:32 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:32 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:32 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:32 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:32 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:32 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:32 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:32 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:33 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:33 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:33 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:33 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:33 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:34 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:34 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:34 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:34 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:34 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:34 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:34 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:34 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:34 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:35 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:35 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:35 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:35 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:35 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 535 -ERROR - 2018-12-14 08:30:35 --> Severity: Notice --> Undefined index: reportdate C:\xampp\htdocs\ria\application\models\cashbook_model.php 392 -ERROR - 2018-12-14 08:30:35 --> Severity: Notice --> Undefined index: Narration C:\xampp\htdocs\ria\application\models\cashbook_model.php 393 -ERROR - 2018-12-14 08:30:35 --> Severity: Notice --> Undefined index: Balance C:\xampp\htdocs\ria\application\models\cashbook_model.php 394 -ERROR - 2018-12-14 08:30:40 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1830 -ERROR - 2018-12-14 08:30:40 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1830 -ERROR - 2018-12-14 08:30:40 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1830 -ERROR - 2018-12-14 08:30:40 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1830 -ERROR - 2018-12-14 08:30:40 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-14 08:30:41 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-14 08:30:41 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-14 08:30:41 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-14 08:30:41 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-14 08:30:41 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-14 08:30:41 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-14 08:30:41 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-14 08:30:41 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-14 08:30:41 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-14 08:30:41 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-14 08:30:41 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-14 08:30:41 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-14 08:30:41 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-14 08:41:56 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-14 08:42:19 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-14 08:42:20 --> The upload path does not appear to be valid. -ERROR - 2018-12-14 08:42:20 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute width redefined in Entity, line: 21 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-14 08:42:20 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : table-- in Entity, line: 156 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-14 08:42:20 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 460 -ERROR - 2018-12-14 08:42:20 --> Severity: Notice --> Undefined index: reportdate C:\xampp\htdocs\ria\application\models\cashbook_model.php 392 -ERROR - 2018-12-14 08:42:20 --> Severity: Notice --> Undefined index: Narration C:\xampp\htdocs\ria\application\models\cashbook_model.php 393 -ERROR - 2018-12-14 08:42:20 --> Severity: Notice --> Undefined index: Balance C:\xampp\htdocs\ria\application\models\cashbook_model.php 394 -ERROR - 2018-12-14 08:42:20 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 460 -ERROR - 2018-12-14 08:42:21 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 460 -ERROR - 2018-12-14 08:42:21 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 460 -ERROR - 2018-12-14 08:42:21 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 460 -ERROR - 2018-12-14 08:42:21 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 460 -ERROR - 2018-12-14 08:42:21 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 460 -ERROR - 2018-12-14 08:42:25 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1830 -ERROR - 2018-12-14 08:42:25 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1830 -ERROR - 2018-12-14 08:42:25 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1830 -ERROR - 2018-12-14 08:42:25 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1830 -ERROR - 2018-12-14 08:42:25 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-14 08:42:25 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-14 08:42:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-14 08:42:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-14 08:42:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-14 08:42:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-14 08:42:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-14 08:42:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-14 08:42:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-14 08:42:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-14 08:42:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-14 08:42:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-14 08:42:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-14 08:42:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-14 09:48:46 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-14 09:49:17 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-14 09:49:18 --> The upload path does not appear to be valid. -ERROR - 2018-12-14 09:49:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 392 -ERROR - 2018-12-14 09:49:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 392 -ERROR - 2018-12-14 09:49:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 392 -ERROR - 2018-12-14 09:49:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 392 -ERROR - 2018-12-14 09:49:24 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 392 -ERROR - 2018-12-14 09:49:24 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 392 -ERROR - 2018-12-14 09:49:24 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 392 -ERROR - 2018-12-14 09:49:24 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 392 -ERROR - 2018-12-14 09:49:24 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 392 -ERROR - 2018-12-14 09:49:24 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 392 -ERROR - 2018-12-14 09:49:24 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 392 -ERROR - 2018-12-14 09:49:29 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1830 -ERROR - 2018-12-14 09:49:29 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1830 -ERROR - 2018-12-14 09:49:29 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1830 -ERROR - 2018-12-14 09:49:29 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1830 -ERROR - 2018-12-14 09:49:30 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-14 09:49:30 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-14 09:49:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-14 09:49:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-14 09:49:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-14 09:49:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-14 09:49:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-14 09:49:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-14 09:49:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-14 09:49:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-14 09:49:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-14 09:49:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-14 09:49:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-14 09:49:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-14 09:53:57 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-14 09:54:02 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-14 09:54:17 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-14 09:54:17 --> The upload path does not appear to be valid. -ERROR - 2018-12-14 09:54:18 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 392 -ERROR - 2018-12-14 09:54:18 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 392 -ERROR - 2018-12-14 09:54:18 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 392 -ERROR - 2018-12-14 09:54:18 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 392 -ERROR - 2018-12-14 09:54:18 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 392 -ERROR - 2018-12-14 09:54:18 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 392 -ERROR - 2018-12-14 09:54:18 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 392 -ERROR - 2018-12-14 09:54:18 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 392 -ERROR - 2018-12-14 09:54:19 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 392 -ERROR - 2018-12-14 09:54:19 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 392 -ERROR - 2018-12-14 09:54:19 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 392 -ERROR - 2018-12-14 09:54:22 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1830 -ERROR - 2018-12-14 09:54:22 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1830 -ERROR - 2018-12-14 09:54:22 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1830 -ERROR - 2018-12-14 09:54:22 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1830 -ERROR - 2018-12-14 09:54:23 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-14 09:54:23 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-14 09:54:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-14 09:54:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-14 09:54:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-14 09:54:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-14 09:54:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-14 09:54:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-14 09:54:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-14 09:54:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-14 09:54:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-14 09:54:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-14 09:54:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-14 09:54:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 diff --git a/application/logs/log-2018-12-15.php b/application/logs/log-2018-12-15.php deleted file mode 100644 index 9d866b9f..00000000 --- a/application/logs/log-2018-12-15.php +++ /dev/null @@ -1,1517 +0,0 @@ - - -ERROR - 2018-12-15 07:57:30 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-15 07:58:13 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-15 07:58:13 --> The upload path does not appear to be valid. -ERROR - 2018-12-15 07:58:20 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 392 -ERROR - 2018-12-15 07:58:20 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 392 -ERROR - 2018-12-15 07:58:21 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 392 -ERROR - 2018-12-15 07:58:21 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 392 -ERROR - 2018-12-15 07:58:21 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 392 -ERROR - 2018-12-15 07:58:21 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 392 -ERROR - 2018-12-15 07:58:21 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 392 -ERROR - 2018-12-15 07:58:21 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 392 -ERROR - 2018-12-15 07:58:21 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 392 -ERROR - 2018-12-15 07:58:21 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 392 -ERROR - 2018-12-15 07:58:21 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 392 -ERROR - 2018-12-15 07:58:26 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1830 -ERROR - 2018-12-15 07:58:26 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1830 -ERROR - 2018-12-15 07:58:26 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1830 -ERROR - 2018-12-15 07:58:26 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1830 -ERROR - 2018-12-15 07:58:27 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-15 07:58:27 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-15 07:58:27 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-15 07:58:27 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-15 07:58:27 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-15 07:58:27 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-15 07:58:27 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-15 07:58:27 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-15 07:58:27 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-15 07:58:27 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-15 07:58:27 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-15 07:58:27 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-15 07:58:28 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-15 07:58:28 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-15 08:05:02 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1830 -ERROR - 2018-12-15 08:05:02 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1830 -ERROR - 2018-12-15 08:05:02 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1830 -ERROR - 2018-12-15 08:05:02 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1830 -ERROR - 2018-12-15 08:05:03 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-15 08:05:03 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-15 08:05:03 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-15 08:05:03 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-15 08:05:03 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-15 08:05:03 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-15 08:05:03 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-15 08:05:03 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-15 08:05:03 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-15 08:05:03 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-15 08:05:03 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-15 08:05:03 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-15 08:05:03 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-15 08:05:03 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-15 08:16:01 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1830 -ERROR - 2018-12-15 08:16:01 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1830 -ERROR - 2018-12-15 08:16:01 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1830 -ERROR - 2018-12-15 08:16:01 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1830 -ERROR - 2018-12-15 08:16:02 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-15 08:16:02 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-15 08:16:02 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-15 08:16:02 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-15 08:16:02 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-15 08:16:02 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-15 08:16:02 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-15 08:16:02 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-15 08:16:02 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-15 08:16:02 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-15 08:16:02 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-15 08:16:02 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-15 08:16:02 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-15 08:16:02 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-15 08:16:02 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 237 -ERROR - 2018-12-15 08:16:13 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-15 08:16:31 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-15 08:16:31 --> The upload path does not appear to be valid. -ERROR - 2018-12-15 08:16:33 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute width redefined in Entity, line: 21 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-15 08:16:33 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : table-- in Entity, line: 156 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-15 08:16:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 460 -ERROR - 2018-12-15 08:16:33 --> Severity: Notice --> Undefined index: reportdate C:\xampp\htdocs\ria\application\models\cashbook_model.php 392 -ERROR - 2018-12-15 08:16:33 --> Severity: Notice --> Undefined index: Narration C:\xampp\htdocs\ria\application\models\cashbook_model.php 393 -ERROR - 2018-12-15 08:16:33 --> Severity: Notice --> Undefined index: Balance C:\xampp\htdocs\ria\application\models\cashbook_model.php 394 -ERROR - 2018-12-15 08:16:34 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 460 -ERROR - 2018-12-15 08:16:34 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 460 -ERROR - 2018-12-15 08:16:34 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 460 -ERROR - 2018-12-15 08:16:34 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 460 -ERROR - 2018-12-15 08:16:34 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 460 -ERROR - 2018-12-15 08:16:34 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 460 -ERROR - 2018-12-15 08:16:38 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1830 -ERROR - 2018-12-15 08:16:38 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1830 -ERROR - 2018-12-15 08:16:38 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1830 -ERROR - 2018-12-15 08:16:38 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1830 -ERROR - 2018-12-15 08:16:39 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-15 08:16:39 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-15 08:16:39 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-15 08:16:39 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-15 08:16:39 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-15 08:16:39 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-15 08:16:39 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-15 08:16:39 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-15 08:16:39 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-15 08:16:39 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-15 08:16:39 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-15 08:16:39 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-15 08:16:39 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-15 08:16:39 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-15 08:58:26 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-15 08:59:53 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1830 -ERROR - 2018-12-15 08:59:53 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1830 -ERROR - 2018-12-15 08:59:53 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1830 -ERROR - 2018-12-15 08:59:53 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1830 -ERROR - 2018-12-15 08:59:54 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-15 08:59:54 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-15 08:59:54 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-15 08:59:54 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-15 08:59:54 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-15 08:59:54 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-15 08:59:54 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-15 08:59:54 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-15 08:59:54 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-15 08:59:54 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-15 08:59:54 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-15 08:59:54 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-15 08:59:54 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-15 08:59:54 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-15 10:13:51 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-15 10:14:18 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-15 10:14:18 --> The upload path does not appear to be valid. -ERROR - 2018-12-15 10:14:25 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute width redefined in Entity, line: 21 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-15 10:14:25 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : table-- in Entity, line: 156 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-15 10:14:25 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 459 -ERROR - 2018-12-15 10:14:26 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 459 -ERROR - 2018-12-15 10:14:26 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 459 -ERROR - 2018-12-15 10:14:26 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 459 -ERROR - 2018-12-15 10:14:26 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 459 -ERROR - 2018-12-15 10:14:26 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 459 -ERROR - 2018-12-15 10:14:26 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 459 -ERROR - 2018-12-15 10:14:31 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2018-12-15 10:14:31 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2018-12-15 10:14:31 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2018-12-15 10:14:31 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2018-12-15 10:14:32 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-15 10:14:32 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-15 10:14:32 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-15 10:14:32 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-15 10:14:32 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-15 10:14:32 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-15 10:14:32 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-15 10:14:32 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-15 10:14:32 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-15 10:14:32 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-15 10:14:32 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-15 10:14:32 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-15 10:14:32 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-15 10:14:32 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-15 10:16:56 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-15 10:17:19 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-15 10:17:19 --> The upload path does not appear to be valid. -ERROR - 2018-12-15 10:17:21 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:21 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:21 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:21 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:21 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:21 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:21 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:22 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:22 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:22 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:22 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:22 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:22 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:22 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:22 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:22 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:22 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:22 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:22 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:23 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:23 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:23 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:23 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:23 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:23 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:24 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:24 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:24 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:24 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:24 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:24 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:24 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:24 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:24 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:24 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:24 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:24 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:25 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:25 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:25 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:25 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:25 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:25 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:25 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:25 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:25 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:25 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:25 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:26 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:26 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:26 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:26 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:26 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:26 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:26 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:26 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:26 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:26 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:27 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:27 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:27 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:27 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:27 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:27 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:27 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:27 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:27 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:27 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:27 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:28 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:28 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:28 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:28 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:28 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:28 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:28 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:28 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:28 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:28 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:28 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:28 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:29 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:29 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:29 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:29 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:29 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:29 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:29 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:29 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:29 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:29 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:29 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:30 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:30 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:30 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:30 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:30 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:30 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:30 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:30 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:30 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:30 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:31 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:31 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:31 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:31 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:31 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:31 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:32 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:32 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:32 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:32 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:32 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:32 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:32 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:32 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:32 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:32 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:32 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:33 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:33 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:33 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:33 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:33 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:33 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:34 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:34 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:34 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:34 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:34 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:34 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:34 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:34 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:34 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:34 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:34 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:35 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:35 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:35 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:35 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:35 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:35 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:35 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:35 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:35 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:35 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:35 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:36 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:36 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:36 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:36 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:36 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:36 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:36 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:36 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:36 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:36 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:36 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:37 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:37 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:37 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:37 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:37 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:37 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:37 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:37 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:37 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:37 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:37 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:38 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:38 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:38 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:38 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:38 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:38 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:38 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:38 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:38 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:38 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:39 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:39 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:39 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:39 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:39 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:39 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:39 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:39 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:39 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:40 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:40 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:40 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:40 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:40 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:40 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:40 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:40 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:40 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:40 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:40 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:41 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:41 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:41 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:41 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:41 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:41 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:41 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:41 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:41 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:41 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:42 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:42 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:42 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:42 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:42 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:42 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:42 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:42 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:42 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:42 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:43 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:43 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:43 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:43 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:43 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:43 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:43 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:43 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:43 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:43 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:43 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:43 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:43 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:44 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:44 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:44 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:44 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:44 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:44 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:44 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:44 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:44 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:44 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:44 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:44 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:45 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:45 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:45 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:45 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:45 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:45 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:45 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:17:45 --> Severity: Notice --> Undefined index: reportdate C:\xampp\htdocs\ria\application\models\cashbook_model.php 392 -ERROR - 2018-12-15 10:17:45 --> Severity: Notice --> Undefined index: Narration C:\xampp\htdocs\ria\application\models\cashbook_model.php 393 -ERROR - 2018-12-15 10:17:45 --> Severity: Notice --> Undefined index: Balance C:\xampp\htdocs\ria\application\models\cashbook_model.php 394 -ERROR - 2018-12-15 10:17:50 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2018-12-15 10:17:50 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2018-12-15 10:17:50 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2018-12-15 10:17:50 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2018-12-15 10:17:50 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-15 10:17:51 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-15 10:17:51 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-15 10:17:51 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-15 10:17:51 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-15 10:17:51 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-15 10:17:51 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-15 10:17:51 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-15 10:17:51 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-15 10:17:51 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-15 10:17:51 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-15 10:17:51 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-15 10:17:51 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-15 10:17:51 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-15 10:22:06 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-15 10:22:24 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-15 10:22:24 --> The upload path does not appear to be valid. -ERROR - 2018-12-15 10:22:25 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 391 -ERROR - 2018-12-15 10:22:25 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 391 -ERROR - 2018-12-15 10:22:26 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 391 -ERROR - 2018-12-15 10:22:26 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 391 -ERROR - 2018-12-15 10:22:26 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 391 -ERROR - 2018-12-15 10:22:26 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 391 -ERROR - 2018-12-15 10:22:26 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 391 -ERROR - 2018-12-15 10:22:26 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 391 -ERROR - 2018-12-15 10:22:26 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 391 -ERROR - 2018-12-15 10:22:26 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 391 -ERROR - 2018-12-15 10:22:27 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 391 -ERROR - 2018-12-15 10:22:30 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2018-12-15 10:22:30 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2018-12-15 10:22:30 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2018-12-15 10:22:30 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2018-12-15 10:22:31 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-15 10:22:31 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-15 10:22:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-15 10:22:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-15 10:22:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-15 10:22:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-15 10:22:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-15 10:22:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-15 10:22:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-15 10:22:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-15 10:22:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-15 10:22:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-15 10:22:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-15 10:22:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-15 10:24:15 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-15 10:24:32 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-15 10:24:32 --> The upload path does not appear to be valid. -ERROR - 2018-12-15 10:24:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 391 -ERROR - 2018-12-15 10:24:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 391 -ERROR - 2018-12-15 10:24:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 391 -ERROR - 2018-12-15 10:24:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 391 -ERROR - 2018-12-15 10:24:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 391 -ERROR - 2018-12-15 10:24:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 391 -ERROR - 2018-12-15 10:24:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 391 -ERROR - 2018-12-15 10:24:34 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 391 -ERROR - 2018-12-15 10:24:34 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 391 -ERROR - 2018-12-15 10:24:34 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 391 -ERROR - 2018-12-15 10:24:34 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 391 -ERROR - 2018-12-15 10:24:38 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2018-12-15 10:24:38 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2018-12-15 10:24:38 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2018-12-15 10:24:38 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2018-12-15 10:24:38 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-15 10:24:38 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-15 10:24:38 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-15 10:24:38 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-15 10:24:38 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-15 10:24:38 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-15 10:24:38 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-15 10:24:38 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-15 10:24:38 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-15 10:24:38 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-15 10:24:39 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-15 10:24:39 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-15 10:24:39 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-15 10:24:39 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-15 10:31:29 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-15 10:31:55 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-15 10:31:55 --> The upload path does not appear to be valid. -ERROR - 2018-12-15 10:31:56 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:31:56 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:31:56 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:31:56 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:31:57 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:31:57 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:31:57 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:31:57 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:31:57 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:31:57 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:31:57 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:31:57 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:31:57 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:31:58 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:31:58 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:31:58 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:31:58 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:31:58 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:31:58 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:31:58 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:31:58 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:31:58 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:31:59 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:31:59 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:31:59 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:31:59 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:31:59 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:31:59 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:31:59 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:31:59 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:31:59 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:31:59 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:00 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:00 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:00 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:00 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:00 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:00 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:00 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:00 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:01 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:01 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:01 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:01 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:01 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:01 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:01 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:01 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:02 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:02 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:02 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:02 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:02 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:02 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:02 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:02 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:02 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:02 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:03 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:03 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:03 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:03 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:03 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:03 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:03 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:03 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:03 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:03 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:03 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:04 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:04 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:04 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:04 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:04 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:04 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:04 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:04 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:04 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:04 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:04 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:05 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:05 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:05 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:05 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:05 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:05 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:05 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:05 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:05 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:06 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:06 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:06 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:06 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:06 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:06 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:06 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:06 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:06 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:06 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:06 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:07 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:07 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:07 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:07 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:07 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:07 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:07 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:07 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:07 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:07 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:08 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:08 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:08 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:08 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:08 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:08 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:08 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:08 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:08 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:08 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:08 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:09 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:09 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:09 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:09 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:09 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:09 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:09 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:09 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:09 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:09 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:09 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:10 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:10 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:10 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:10 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:10 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:10 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:10 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:10 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:10 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:10 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:11 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:11 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:11 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:11 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:11 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:11 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:11 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:11 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:11 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:11 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:11 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:11 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:12 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:12 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:12 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:12 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:12 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:12 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:12 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:12 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:12 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:12 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:13 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:13 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:13 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:13 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:13 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:13 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:13 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:13 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:13 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:13 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:13 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:13 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:14 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:14 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:14 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:14 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:14 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:14 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:14 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:14 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:14 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:14 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:14 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:14 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:15 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:15 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:15 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:15 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:15 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:15 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:15 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:15 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:15 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:15 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:15 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:15 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:16 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:16 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:16 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:16 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:16 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:16 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:16 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:16 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:16 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:16 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:17 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:17 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:17 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:17 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:17 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:17 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:17 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:17 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:17 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:17 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:18 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:18 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:18 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:18 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:18 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:18 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:18 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:18 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:18 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:18 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:18 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:19 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:19 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:19 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:19 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:19 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:19 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:19 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:19 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:19 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:19 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:19 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:20 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:20 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:20 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:20 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:20 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:20 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:20 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:20 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:20 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:20 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:20 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:20 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:21 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:21 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:21 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:21 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:21 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:21 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:21 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:21 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:21 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:21 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:21 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:21 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:22 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:22 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:22 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:22 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 10:32:22 --> Severity: Notice --> Undefined index: reportdate C:\xampp\htdocs\ria\application\models\cashbook_model.php 392 -ERROR - 2018-12-15 10:32:22 --> Severity: Notice --> Undefined index: Narration C:\xampp\htdocs\ria\application\models\cashbook_model.php 393 -ERROR - 2018-12-15 10:32:22 --> Severity: Notice --> Undefined index: Balance C:\xampp\htdocs\ria\application\models\cashbook_model.php 394 -ERROR - 2018-12-15 10:32:28 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2018-12-15 10:32:28 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2018-12-15 10:32:28 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2018-12-15 10:32:28 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2018-12-15 10:32:28 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-15 10:32:28 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-15 10:32:28 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-15 10:32:28 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-15 10:32:28 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-15 10:32:28 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-15 10:32:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-15 10:32:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-15 10:32:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-15 10:32:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-15 10:32:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-15 10:32:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-15 10:32:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-15 10:32:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-15 10:32:55 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-15 10:33:38 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-15 10:33:38 --> The upload path does not appear to be valid. -ERROR - 2018-12-15 10:33:38 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 391 -ERROR - 2018-12-15 10:33:39 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 391 -ERROR - 2018-12-15 10:33:39 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 391 -ERROR - 2018-12-15 10:33:39 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 391 -ERROR - 2018-12-15 10:33:39 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 391 -ERROR - 2018-12-15 10:33:39 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 391 -ERROR - 2018-12-15 10:33:39 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 391 -ERROR - 2018-12-15 10:33:39 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 391 -ERROR - 2018-12-15 10:33:40 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 391 -ERROR - 2018-12-15 10:33:40 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 391 -ERROR - 2018-12-15 10:33:40 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 391 -ERROR - 2018-12-15 10:33:43 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2018-12-15 10:33:43 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2018-12-15 10:33:43 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2018-12-15 10:33:43 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2018-12-15 10:33:44 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-15 10:33:44 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-15 10:33:44 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-15 10:33:44 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-15 10:33:44 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-15 10:33:44 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-15 10:33:44 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-15 10:33:44 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-15 10:33:44 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-15 10:33:44 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-15 10:33:44 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-15 10:33:44 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-15 10:33:44 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-15 10:33:44 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-15 10:35:58 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-15 10:36:21 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-15 10:36:21 --> The upload path does not appear to be valid. -ERROR - 2018-12-15 10:36:21 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 391 -ERROR - 2018-12-15 10:36:22 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 391 -ERROR - 2018-12-15 10:36:22 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 391 -ERROR - 2018-12-15 10:36:22 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 391 -ERROR - 2018-12-15 10:36:22 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 391 -ERROR - 2018-12-15 10:36:22 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 391 -ERROR - 2018-12-15 10:36:22 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 391 -ERROR - 2018-12-15 10:36:22 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 391 -ERROR - 2018-12-15 10:36:22 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 391 -ERROR - 2018-12-15 10:36:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 391 -ERROR - 2018-12-15 10:36:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 391 -ERROR - 2018-12-15 10:36:26 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2018-12-15 10:36:26 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2018-12-15 10:36:26 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2018-12-15 10:36:26 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2018-12-15 10:36:26 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-15 10:36:26 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-15 10:36:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-15 10:36:27 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-15 10:36:27 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-15 10:36:27 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-15 10:36:27 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-15 10:36:27 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-15 10:36:27 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-15 10:36:27 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-15 10:36:27 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-15 10:36:27 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-15 10:36:27 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-15 10:36:27 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-15 10:37:50 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2018-12-15 10:37:50 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2018-12-15 10:37:50 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2018-12-15 10:37:50 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2018-12-15 10:37:50 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-15 10:37:50 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-15 10:37:50 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-15 10:37:51 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-15 10:37:51 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-15 10:37:51 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-15 10:37:51 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-15 10:37:51 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-15 10:37:51 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-15 10:37:51 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-15 10:37:51 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-15 10:37:51 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-15 10:37:51 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-15 10:37:51 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-15 10:37:51 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 237 -ERROR - 2018-12-15 10:37:52 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-15 10:37:54 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-15 10:37:54 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-15 10:37:55 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-15 10:38:11 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-15 10:38:11 --> The upload path does not appear to be valid. -ERROR - 2018-12-15 10:38:12 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 391 -ERROR - 2018-12-15 10:38:12 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 391 -ERROR - 2018-12-15 10:38:12 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 391 -ERROR - 2018-12-15 10:38:16 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2018-12-15 10:38:16 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2018-12-15 10:38:16 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2018-12-15 10:38:16 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2018-12-15 10:38:16 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-15 10:38:16 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-15 10:38:16 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-15 10:38:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-15 10:38:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-15 10:38:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-15 10:38:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-15 10:38:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-15 10:38:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-15 10:38:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-15 10:38:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-15 10:38:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-15 10:38:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-15 10:38:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-15 10:39:48 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-15 10:40:06 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-15 10:40:06 --> The upload path does not appear to be valid. -ERROR - 2018-12-15 10:40:07 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 391 -ERROR - 2018-12-15 10:40:07 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 391 -ERROR - 2018-12-15 10:40:07 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 391 -ERROR - 2018-12-15 10:40:10 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2018-12-15 10:40:10 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2018-12-15 10:40:11 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2018-12-15 10:40:11 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2018-12-15 10:40:11 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-15 10:40:11 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-15 10:40:11 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-15 10:40:11 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-15 10:40:11 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-15 10:40:11 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-15 10:40:11 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-15 10:40:11 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-15 10:40:11 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-15 10:40:11 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-15 10:40:11 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-15 10:40:11 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-15 10:40:11 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-15 10:40:12 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-15 10:41:53 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-15 10:42:12 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-15 10:42:13 --> The upload path does not appear to be valid. -ERROR - 2018-12-15 10:42:13 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 391 -ERROR - 2018-12-15 10:42:13 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 391 -ERROR - 2018-12-15 10:42:13 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 391 -ERROR - 2018-12-15 10:42:13 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 391 -ERROR - 2018-12-15 10:42:13 --> Severity: Notice --> Undefined index: reportdate C:\xampp\htdocs\ria\application\models\cashbook_model.php 392 -ERROR - 2018-12-15 10:42:14 --> Severity: Notice --> Undefined index: Narration C:\xampp\htdocs\ria\application\models\cashbook_model.php 393 -ERROR - 2018-12-15 10:42:14 --> Severity: Notice --> Undefined index: Balance C:\xampp\htdocs\ria\application\models\cashbook_model.php 394 -ERROR - 2018-12-15 10:42:14 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 391 -ERROR - 2018-12-15 10:42:14 --> Severity: Notice --> Undefined index: Narration C:\xampp\htdocs\ria\application\models\cashbook_model.php 393 -ERROR - 2018-12-15 10:42:14 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 391 -ERROR - 2018-12-15 10:42:14 --> Severity: Notice --> Undefined index: reportdate C:\xampp\htdocs\ria\application\models\cashbook_model.php 392 -ERROR - 2018-12-15 10:42:14 --> Severity: Notice --> Undefined index: Narration C:\xampp\htdocs\ria\application\models\cashbook_model.php 393 -ERROR - 2018-12-15 10:42:14 --> Severity: Notice --> Undefined index: Balance C:\xampp\htdocs\ria\application\models\cashbook_model.php 394 -ERROR - 2018-12-15 10:42:14 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 391 -ERROR - 2018-12-15 10:42:14 --> Severity: Notice --> Undefined index: reportdate C:\xampp\htdocs\ria\application\models\cashbook_model.php 392 -ERROR - 2018-12-15 10:42:14 --> Severity: Notice --> Undefined index: Narration C:\xampp\htdocs\ria\application\models\cashbook_model.php 393 -ERROR - 2018-12-15 10:42:14 --> Severity: Notice --> Undefined index: Balance C:\xampp\htdocs\ria\application\models\cashbook_model.php 394 -ERROR - 2018-12-15 10:42:14 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 391 -ERROR - 2018-12-15 10:42:14 --> Severity: Notice --> Undefined index: Narration C:\xampp\htdocs\ria\application\models\cashbook_model.php 393 -ERROR - 2018-12-15 10:42:15 --> Severity: Notice --> Undefined index: Balance C:\xampp\htdocs\ria\application\models\cashbook_model.php 394 -ERROR - 2018-12-15 10:42:15 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 391 -ERROR - 2018-12-15 10:42:15 --> Severity: Notice --> Undefined index: Narration C:\xampp\htdocs\ria\application\models\cashbook_model.php 393 -ERROR - 2018-12-15 10:42:15 --> Severity: Notice --> Undefined index: Balance C:\xampp\htdocs\ria\application\models\cashbook_model.php 394 -ERROR - 2018-12-15 10:42:15 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 391 -ERROR - 2018-12-15 10:42:15 --> Severity: Notice --> Undefined index: Narration C:\xampp\htdocs\ria\application\models\cashbook_model.php 393 -ERROR - 2018-12-15 10:42:15 --> Severity: Notice --> Undefined index: Balance C:\xampp\htdocs\ria\application\models\cashbook_model.php 394 -ERROR - 2018-12-15 10:42:18 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2018-12-15 10:42:19 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2018-12-15 10:42:19 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2018-12-15 10:42:19 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2018-12-15 10:42:19 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-15 10:42:19 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-15 10:42:19 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-15 10:42:19 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-15 10:42:19 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-15 10:42:19 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-15 10:42:19 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-15 10:42:19 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-15 10:42:19 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-15 10:42:19 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-15 10:42:19 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-15 10:42:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-15 10:42:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-15 10:42:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-15 10:48:00 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-15 10:48:22 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-15 10:48:22 --> The upload path does not appear to be valid. -ERROR - 2018-12-15 10:48:23 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute width redefined in Entity, line: 21 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-15 10:48:23 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : table-- in Entity, line: 156 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2018-12-15 10:48:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 459 -ERROR - 2018-12-15 10:48:23 --> Severity: Notice --> Undefined index: reportdate C:\xampp\htdocs\ria\application\models\cashbook_model.php 392 -ERROR - 2018-12-15 10:48:23 --> Severity: Notice --> Undefined index: Narration C:\xampp\htdocs\ria\application\models\cashbook_model.php 393 -ERROR - 2018-12-15 10:48:23 --> Severity: Notice --> Undefined index: Balance C:\xampp\htdocs\ria\application\models\cashbook_model.php 394 -ERROR - 2018-12-15 10:48:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 459 -ERROR - 2018-12-15 10:48:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 459 -ERROR - 2018-12-15 10:48:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 459 -ERROR - 2018-12-15 10:48:24 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 459 -ERROR - 2018-12-15 10:48:24 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 459 -ERROR - 2018-12-15 10:48:24 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 459 -ERROR - 2018-12-15 10:48:28 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2018-12-15 10:48:28 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2018-12-15 10:48:28 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2018-12-15 10:48:28 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2018-12-15 10:48:28 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-15 10:48:28 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-15 10:48:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-15 10:48:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-15 10:48:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-15 10:48:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-15 10:48:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-15 10:48:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-15 10:48:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-15 10:48:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-15 10:48:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-15 10:48:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-15 10:48:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-15 10:48:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-15 11:04:39 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-15 11:04:59 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-15 11:04:59 --> The upload path does not appear to be valid. -ERROR - 2018-12-15 11:05:00 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 391 -ERROR - 2018-12-15 11:05:00 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 391 -ERROR - 2018-12-15 11:05:00 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 391 -ERROR - 2018-12-15 11:05:00 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 391 -ERROR - 2018-12-15 11:05:00 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 391 -ERROR - 2018-12-15 11:05:01 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 391 -ERROR - 2018-12-15 11:05:01 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 391 -ERROR - 2018-12-15 11:05:01 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 391 -ERROR - 2018-12-15 11:05:05 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2018-12-15 11:05:05 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2018-12-15 11:05:05 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2018-12-15 11:05:05 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2018-12-15 11:05:06 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-15 11:05:06 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-15 11:05:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-15 11:05:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-15 11:05:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-15 11:05:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-15 11:05:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-15 11:05:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-15 11:05:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-15 11:05:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-15 11:05:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-15 11:05:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-15 11:05:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-15 11:05:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-15 11:09:17 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-15 11:09:40 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-15 11:10:10 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-15 11:10:10 --> The upload path does not appear to be valid. -ERROR - 2018-12-15 11:10:10 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:10 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:11 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:11 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:11 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:11 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:11 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:11 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:11 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:11 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:11 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:11 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:12 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:12 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:12 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:12 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:12 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:12 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:12 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:12 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:12 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:12 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:13 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:13 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:13 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:13 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:13 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:13 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:13 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:13 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:13 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:13 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:13 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:13 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:14 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:14 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:14 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:14 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:14 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:14 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:14 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:14 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:14 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:14 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:15 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:15 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:15 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:15 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:15 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:15 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:15 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:15 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:15 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:15 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:16 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:16 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:16 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:16 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:16 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:16 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:16 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:16 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:16 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:16 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:16 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:16 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:17 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:17 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:17 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:17 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:17 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:17 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:17 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:17 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:17 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:17 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:17 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:18 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:18 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:18 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:18 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:18 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:18 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:18 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:18 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:18 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:18 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:19 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:19 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:19 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:19 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:19 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:19 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:19 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:19 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:19 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:20 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:20 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:20 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:20 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:20 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:20 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:20 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:20 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:20 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:20 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:20 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:21 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:21 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:21 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:21 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:21 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:21 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:21 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:21 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:21 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:22 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:22 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:22 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:22 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:22 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:22 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:22 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:22 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:22 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:22 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:23 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:23 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:23 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:23 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:23 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:24 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:24 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:24 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:24 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:24 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:24 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:24 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:24 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:24 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:24 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:24 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:25 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:25 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:25 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:25 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:25 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:25 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:25 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:25 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:25 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:25 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:26 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:26 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:26 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:26 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:26 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:26 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:26 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:26 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:26 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:26 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:27 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:27 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:27 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:27 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:27 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:27 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:27 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:27 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:28 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:28 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:28 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:28 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:28 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:28 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:28 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:28 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:28 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:28 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:29 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:29 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:29 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:29 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:29 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:29 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:29 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:29 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:29 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:29 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:30 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:30 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:30 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:30 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:30 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:30 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:30 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:30 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:30 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:30 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:31 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:31 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:31 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:31 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:31 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:32 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:32 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:32 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:32 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:32 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:32 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:32 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:32 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:32 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:32 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:33 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:33 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:33 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:33 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:33 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:34 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:34 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:34 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:34 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:34 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:34 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:34 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:34 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:34 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:34 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:35 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:35 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:35 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:35 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:35 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:35 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:35 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:35 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:35 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:35 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:36 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:36 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:36 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:36 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:36 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:36 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:36 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:36 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:36 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:37 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:37 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:37 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:37 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:37 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2018-12-15 11:10:37 --> Severity: Notice --> Undefined index: reportdate C:\xampp\htdocs\ria\application\models\cashbook_model.php 392 -ERROR - 2018-12-15 11:10:37 --> Severity: Notice --> Undefined index: Narration C:\xampp\htdocs\ria\application\models\cashbook_model.php 393 -ERROR - 2018-12-15 11:10:37 --> Severity: Notice --> Undefined index: Balance C:\xampp\htdocs\ria\application\models\cashbook_model.php 394 -ERROR - 2018-12-15 11:10:42 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2018-12-15 11:10:42 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2018-12-15 11:10:42 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2018-12-15 11:10:42 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2018-12-15 11:10:42 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-15 11:10:42 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-15 11:10:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-15 11:10:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-15 11:10:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-15 11:10:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-15 11:10:43 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-15 11:10:43 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-15 11:10:43 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-15 11:10:43 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-15 11:10:43 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-15 11:10:43 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-15 11:10:43 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-15 11:10:43 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-15 11:11:05 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2018-12-15 11:11:06 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2018-12-15 11:11:06 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\ria\application\views\bankinvoice.php 84 -ERROR - 2018-12-15 11:11:06 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\bankinvoice.php 86 -ERROR - 2018-12-15 11:11:32 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2018-12-15 11:11:32 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2018-12-15 11:11:32 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\ria\application\views\bankinvoice.php 84 -ERROR - 2018-12-15 11:11:32 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\bankinvoice.php 86 -ERROR - 2018-12-15 11:11:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 180 -ERROR - 2018-12-15 11:11:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 181 -ERROR - 2018-12-15 11:11:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 180 -ERROR - 2018-12-15 11:11:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 181 -ERROR - 2018-12-15 11:12:20 --> Severity: Notice --> Undefined variable: balancetoreceived C:\xampp\htdocs\ria\application\controllers\cashbook.php 2146 -ERROR - 2018-12-15 11:12:20 --> Severity: Notice --> Undefined variable: clearedblnce C:\xampp\htdocs\ria\application\controllers\cashbook.php 2157 -ERROR - 2018-12-15 11:12:20 --> Severity: Notice --> Undefined variable: balancetoreceived C:\xampp\htdocs\ria\application\controllers\cashbook.php 2157 -ERROR - 2018-12-15 11:12:21 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2018-12-15 11:12:21 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2018-12-15 11:12:21 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2018-12-15 11:12:21 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2018-12-15 11:12:21 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2018-12-15 11:12:21 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2018-12-15 11:12:21 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2018-12-15 11:12:21 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2018-12-15 11:12:22 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-15 11:12:22 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-15 11:12:22 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-15 11:12:22 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-15 11:12:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-15 11:12:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-15 11:12:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-15 11:12:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-15 11:12:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-15 11:12:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-15 11:12:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-15 11:12:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-15 11:12:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-15 11:12:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-15 11:12:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-15 11:12:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-15 11:12:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-15 11:12:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-15 11:12:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-15 11:12:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-15 11:12:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-15 11:12:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-15 11:12:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-15 11:12:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-15 11:12:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-15 11:12:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-15 11:12:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-15 11:12:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-15 11:12:46 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2018-12-15 11:12:46 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2018-12-15 11:12:46 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2018-12-15 11:12:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2018-12-15 11:12:46 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2018-12-15 11:12:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2018-12-15 11:16:17 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2018-12-15 11:16:17 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2018-12-15 11:28:32 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-15 11:28:51 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-15 11:28:51 --> The upload path does not appear to be valid. -ERROR - 2018-12-15 11:28:52 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 391 -ERROR - 2018-12-15 11:28:52 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 391 -ERROR - 2018-12-15 11:28:52 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 391 -ERROR - 2018-12-15 11:28:52 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 391 -ERROR - 2018-12-15 11:28:52 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 391 -ERROR - 2018-12-15 11:28:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 391 -ERROR - 2018-12-15 11:28:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 391 -ERROR - 2018-12-15 11:28:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 391 -ERROR - 2018-12-15 11:28:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 391 -ERROR - 2018-12-15 11:28:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 391 -ERROR - 2018-12-15 11:28:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 391 -ERROR - 2018-12-15 11:28:57 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2018-12-15 11:28:57 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2018-12-15 11:28:57 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2018-12-15 11:28:57 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2018-12-15 11:28:58 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-15 11:28:58 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-15 11:28:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-15 11:28:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-15 11:28:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-15 11:28:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-15 11:28:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-15 11:28:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-15 11:28:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-15 11:28:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-15 11:28:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-15 11:28:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-15 11:28:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-15 11:28:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-15 11:31:46 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-15 11:32:16 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-15 11:32:16 --> The upload path does not appear to be valid. -ERROR - 2018-12-15 11:32:17 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 391 -ERROR - 2018-12-15 11:32:17 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 391 -ERROR - 2018-12-15 11:32:17 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 391 -ERROR - 2018-12-15 11:32:17 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 391 -ERROR - 2018-12-15 11:32:17 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 391 -ERROR - 2018-12-15 11:32:18 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 391 -ERROR - 2018-12-15 11:32:18 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 391 -ERROR - 2018-12-15 11:32:18 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 391 -ERROR - 2018-12-15 11:32:18 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 391 -ERROR - 2018-12-15 11:32:18 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 391 -ERROR - 2018-12-15 11:32:19 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 391 -ERROR - 2018-12-15 11:32:53 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2018-12-15 11:32:53 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2018-12-15 11:32:53 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2018-12-15 11:32:53 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2018-12-15 11:32:53 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-15 11:32:53 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-15 11:32:53 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-15 11:32:53 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-15 11:32:53 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-15 11:32:54 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-15 11:32:54 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-15 11:32:54 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-15 11:32:54 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-15 11:32:54 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-15 11:32:54 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-15 11:32:54 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-15 11:32:54 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-15 11:32:54 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-15 11:55:04 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2018-12-15 11:55:04 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2018-12-15 11:55:04 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2018-12-15 11:55:04 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2018-12-15 11:55:04 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-15 11:55:04 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-15 11:55:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-15 11:55:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-15 11:55:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-15 11:55:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-15 11:55:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-15 11:55:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-15 11:55:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-15 11:55:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-15 11:55:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-15 11:55:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-15 11:55:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-15 11:55:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-15 11:55:05 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 237 -ERROR - 2018-12-15 11:55:15 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2018-12-15 11:55:39 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2018-12-15 11:55:39 --> The upload path does not appear to be valid. -ERROR - 2018-12-15 11:55:40 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 391 -ERROR - 2018-12-15 11:55:40 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 391 -ERROR - 2018-12-15 11:55:40 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 391 -ERROR - 2018-12-15 11:55:40 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 391 -ERROR - 2018-12-15 11:55:40 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 391 -ERROR - 2018-12-15 11:55:41 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 391 -ERROR - 2018-12-15 11:55:41 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 391 -ERROR - 2018-12-15 11:55:41 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 391 -ERROR - 2018-12-15 11:55:41 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 391 -ERROR - 2018-12-15 11:55:41 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 391 -ERROR - 2018-12-15 11:55:41 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 391 -ERROR - 2018-12-15 11:55:46 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2018-12-15 11:55:46 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2018-12-15 11:55:46 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2018-12-15 11:55:46 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2018-12-15 11:55:46 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-15 11:55:46 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2018-12-15 11:55:46 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-15 11:55:46 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2018-12-15 11:55:46 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-15 11:55:46 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2018-12-15 11:55:46 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-15 11:55:46 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2018-12-15 11:55:46 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-15 11:55:47 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2018-12-15 11:55:47 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-15 11:55:47 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2018-12-15 11:55:47 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2018-12-15 11:55:47 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 diff --git a/application/logs/log-2019-01-04.php b/application/logs/log-2019-01-04.php deleted file mode 100644 index b49b5cd2..00000000 --- a/application/logs/log-2019-01-04.php +++ /dev/null @@ -1,1555 +0,0 @@ - - -ERROR - 2019-01-04 10:14:01 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2019-01-04 10:14:02 --> The upload path does not appear to be valid. -ERROR - 2019-01-04 10:14:05 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseStartTag: invalid element name in Entity, line: 13 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:14:05 --> Severity: Warning --> DOMDocument::loadHTML(): ID shLink already defined in Entity, line: 16 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:14:05 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : frameset in Entity, line: 57 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:14:05 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : frameset in Entity, line: 57 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:14:05 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : style in Entity, line: 72 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:14:05 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseStartTag: misplaced <body> tag in Entity, line: 73 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:14:05 --> Severity: Warning --> DOMDocument::loadHTML(): ID tdScroll already defined in Entity, line: 77 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:14:05 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseEntityRef: expecting ';' in Entity, line: 77 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:14:05 --> Severity: Warning --> DOMDocument::loadHTML(): ID tdScroll already defined in Entity, line: 78 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:14:05 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseEntityRef: expecting ';' in Entity, line: 78 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:14:05 --> Severity: Warning --> DOMDocument::loadHTML(): ID tdScroll already defined in Entity, line: 79 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:14:05 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseStartTag: misplaced <html> tag in Entity, line: 89 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:14:05 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 99 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:14:05 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 100 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:14:05 --> Severity: Warning --> DOMDocument::loadHTML(): Tag icellcount invalid in Entity, line: 100 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:14:05 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseStartTag: invalid element name in Entity, line: 103 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:14:05 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 111 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:14:05 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 112 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:14:06 --> Severity: Warning --> DOMDocument::loadHTML(): Tag icellcount invalid in Entity, line: 112 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:14:06 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : td in Entity, line: 112 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:14:06 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 114 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:14:06 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 114 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:14:06 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 115 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:14:06 --> Severity: Warning --> DOMDocument::loadHTML(): Tag c_ltabs invalid in Entity, line: 115 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:14:06 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : td in Entity, line: 115 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:14:06 --> Severity: Warning --> DOMDocument::loadHTML(): ID tdTab already defined in Entity, line: 120 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:14:06 --> Severity: Warning --> DOMDocument::loadHTML(): ID aTab already defined in Entity, line: 120 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:14:06 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 122 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:14:06 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 123 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:14:06 --> Severity: Warning --> DOMDocument::loadHTML(): Tag c_ltabs invalid in Entity, line: 123 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:14:06 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : td in Entity, line: 123 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:14:06 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 126 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:14:06 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 127 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:14:06 --> Severity: Warning --> DOMDocument::loadHTML(): Tag icellcount invalid in Entity, line: 127 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:14:06 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : td in Entity, line: 127 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:14:06 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 129 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:14:06 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 130 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:14:06 --> Severity: Warning --> DOMDocument::loadHTML(): Tag c_ltabs invalid in Entity, line: 130 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:14:06 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : td in Entity, line: 130 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:14:06 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : tr in Entity, line: 134 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:14:06 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseStartTag: invalid element name in Entity, line: 150 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:14:06 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 168 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:14:06 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 169 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:14:06 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 171 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:14:06 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 172 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:14:06 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 172 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:14:06 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute if redefined in Entity, line: 173 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:14:06 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 173 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:14:06 --> Severity: Warning --> DOMDocument::loadHTML(): Tag c_ltabs invalid in Entity, line: 173 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:14:07 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 174 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:14:07 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 175 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:14:07 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 177 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:14:07 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 178 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:14:07 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 179 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:14:07 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute inexttab redefined in Entity, line: 180 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:14:07 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 180 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:14:07 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 181 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:14:07 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 183 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:14:07 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 184 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:14:07 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute inexttab redefined in Entity, line: 185 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:14:07 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute if redefined in Entity, line: 187 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:14:07 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 187 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:14:07 --> Severity: Warning --> DOMDocument::loadHTML(): Tag c_ltabs invalid in Entity, line: 187 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:14:07 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseStartTag: invalid element name in Entity, line: 210 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:14:07 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseEntityRef: no name in Entity, line: 214 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:14:07 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseEntityRef: no name in Entity, line: 214 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:14:07 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseStartTag: invalid element name in Entity, line: 214 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:14:07 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseEntityRef: no name in Entity, line: 271 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:14:07 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseEntityRef: no name in Entity, line: 271 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:14:07 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseEntityRef: no name in Entity, line: 272 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:14:07 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseEntityRef: no name in Entity, line: 272 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:14:07 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : script in Entity, line: 296 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:14:07 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseStartTag: invalid element name in Entity, line: 297 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:14:07 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : head in Entity, line: 316 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:14:16 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2019-01-04 10:14:16 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2019-01-04 10:14:16 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2019-01-04 10:14:16 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2019-01-04 10:14:17 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-04 10:14:17 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-04 10:14:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-04 10:14:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-04 10:14:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-04 10:14:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-04 10:14:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-04 10:14:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-04 10:14:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-04 10:14:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-04 10:14:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-04 10:14:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-04 10:14:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-04 10:14:18 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-04 10:14:38 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2019-01-04 10:15:08 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2019-01-04 10:15:08 --> The upload path does not appear to be valid. -ERROR - 2019-01-04 10:15:08 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseStartTag: invalid element name in Entity, line: 13 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:15:08 --> Severity: Warning --> DOMDocument::loadHTML(): ID shLink already defined in Entity, line: 16 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:15:08 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : frameset in Entity, line: 57 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:15:08 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : frameset in Entity, line: 57 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:15:08 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : style in Entity, line: 72 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:15:08 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseStartTag: misplaced <body> tag in Entity, line: 73 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:15:08 --> Severity: Warning --> DOMDocument::loadHTML(): ID tdScroll already defined in Entity, line: 77 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:15:08 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseEntityRef: expecting ';' in Entity, line: 77 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:15:08 --> Severity: Warning --> DOMDocument::loadHTML(): ID tdScroll already defined in Entity, line: 78 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:15:08 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseEntityRef: expecting ';' in Entity, line: 78 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:15:08 --> Severity: Warning --> DOMDocument::loadHTML(): ID tdScroll already defined in Entity, line: 79 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:15:08 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseStartTag: misplaced <html> tag in Entity, line: 89 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:15:08 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 99 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:15:08 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 100 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:15:09 --> Severity: Warning --> DOMDocument::loadHTML(): Tag icellcount invalid in Entity, line: 100 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:15:09 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseStartTag: invalid element name in Entity, line: 103 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:15:09 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 111 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:15:09 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 112 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:15:09 --> Severity: Warning --> DOMDocument::loadHTML(): Tag icellcount invalid in Entity, line: 112 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:15:09 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : td in Entity, line: 112 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:15:09 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 114 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:15:09 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 114 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:15:09 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 115 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:15:09 --> Severity: Warning --> DOMDocument::loadHTML(): Tag c_ltabs invalid in Entity, line: 115 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:15:09 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : td in Entity, line: 115 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:15:09 --> Severity: Warning --> DOMDocument::loadHTML(): ID tdTab already defined in Entity, line: 120 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:15:09 --> Severity: Warning --> DOMDocument::loadHTML(): ID aTab already defined in Entity, line: 120 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:15:10 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 122 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:15:10 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 123 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:15:10 --> Severity: Warning --> DOMDocument::loadHTML(): Tag c_ltabs invalid in Entity, line: 123 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:15:10 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : td in Entity, line: 123 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:15:10 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 126 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:15:10 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 127 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:15:10 --> Severity: Warning --> DOMDocument::loadHTML(): Tag icellcount invalid in Entity, line: 127 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:15:10 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : td in Entity, line: 127 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:15:10 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 129 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:15:10 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 130 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:15:10 --> Severity: Warning --> DOMDocument::loadHTML(): Tag c_ltabs invalid in Entity, line: 130 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:15:10 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : td in Entity, line: 130 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:15:10 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : tr in Entity, line: 134 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:15:10 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseStartTag: invalid element name in Entity, line: 150 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:15:10 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 168 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:15:10 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 169 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:15:10 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 171 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:15:11 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 172 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:15:11 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 172 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:15:11 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute if redefined in Entity, line: 173 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:15:11 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 173 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:15:11 --> Severity: Warning --> DOMDocument::loadHTML(): Tag c_ltabs invalid in Entity, line: 173 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:15:11 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 174 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:15:11 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 175 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:15:11 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 177 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:15:11 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 178 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:15:11 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 179 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:15:11 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute inexttab redefined in Entity, line: 180 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:15:11 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 180 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:15:11 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 181 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:15:11 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 183 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:15:11 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 184 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:15:11 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute inexttab redefined in Entity, line: 185 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:15:11 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute if redefined in Entity, line: 187 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:15:11 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 187 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:15:11 --> Severity: Warning --> DOMDocument::loadHTML(): Tag c_ltabs invalid in Entity, line: 187 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:15:11 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseStartTag: invalid element name in Entity, line: 210 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:15:11 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseEntityRef: no name in Entity, line: 214 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:15:11 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseEntityRef: no name in Entity, line: 214 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:15:11 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseStartTag: invalid element name in Entity, line: 214 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:15:11 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseEntityRef: no name in Entity, line: 271 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:15:11 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseEntityRef: no name in Entity, line: 271 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:15:11 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseEntityRef: no name in Entity, line: 272 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:15:11 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseEntityRef: no name in Entity, line: 272 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:15:12 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : script in Entity, line: 296 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:15:12 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseStartTag: invalid element name in Entity, line: 297 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:15:12 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : head in Entity, line: 316 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:15:18 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2019-01-04 10:15:18 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2019-01-04 10:15:18 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2019-01-04 10:15:18 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2019-01-04 10:15:18 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-04 10:15:18 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-04 10:15:18 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-04 10:15:18 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-04 10:15:18 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-04 10:15:18 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-04 10:15:19 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-04 10:15:19 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-04 10:15:19 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-04 10:15:19 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-04 10:15:19 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-04 10:15:19 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-04 10:15:19 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-04 10:15:19 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-04 10:16:24 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2019-01-04 10:16:24 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2019-01-04 10:16:24 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2019-01-04 10:16:24 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2019-01-04 10:16:24 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-04 10:16:24 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-04 10:16:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-04 10:16:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-04 10:16:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-04 10:16:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-04 10:16:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-04 10:16:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-04 10:16:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-04 10:16:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-04 10:16:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-04 10:16:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-04 10:16:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-04 10:16:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-04 10:16:24 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 237 -ERROR - 2019-01-04 10:16:34 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2019-01-04 10:17:03 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2019-01-04 10:17:03 --> The upload path does not appear to be valid. -ERROR - 2019-01-04 10:17:04 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseStartTag: invalid element name in Entity, line: 13 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:17:04 --> Severity: Warning --> DOMDocument::loadHTML(): ID shLink already defined in Entity, line: 16 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:17:04 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : frameset in Entity, line: 57 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:17:04 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : frameset in Entity, line: 57 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:17:04 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : style in Entity, line: 72 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:17:04 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseStartTag: misplaced <body> tag in Entity, line: 73 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:17:04 --> Severity: Warning --> DOMDocument::loadHTML(): ID tdScroll already defined in Entity, line: 77 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:17:04 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseEntityRef: expecting ';' in Entity, line: 77 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:17:04 --> Severity: Warning --> DOMDocument::loadHTML(): ID tdScroll already defined in Entity, line: 78 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:17:04 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseEntityRef: expecting ';' in Entity, line: 78 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:17:04 --> Severity: Warning --> DOMDocument::loadHTML(): ID tdScroll already defined in Entity, line: 79 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:17:04 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseStartTag: misplaced <html> tag in Entity, line: 89 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:17:04 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 99 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:17:04 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 100 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:17:04 --> Severity: Warning --> DOMDocument::loadHTML(): Tag icellcount invalid in Entity, line: 100 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:17:04 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseStartTag: invalid element name in Entity, line: 103 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:17:04 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 111 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:17:04 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 112 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:17:05 --> Severity: Warning --> DOMDocument::loadHTML(): Tag icellcount invalid in Entity, line: 112 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:17:05 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : td in Entity, line: 112 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:17:05 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 114 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:17:05 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 114 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:17:05 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 115 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:17:05 --> Severity: Warning --> DOMDocument::loadHTML(): Tag c_ltabs invalid in Entity, line: 115 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:17:05 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : td in Entity, line: 115 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:17:05 --> Severity: Warning --> DOMDocument::loadHTML(): ID tdTab already defined in Entity, line: 120 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:17:05 --> Severity: Warning --> DOMDocument::loadHTML(): ID aTab already defined in Entity, line: 120 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:17:05 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 122 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:17:05 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 123 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:17:05 --> Severity: Warning --> DOMDocument::loadHTML(): Tag c_ltabs invalid in Entity, line: 123 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:17:05 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : td in Entity, line: 123 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:17:05 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 126 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:17:05 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 127 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:17:05 --> Severity: Warning --> DOMDocument::loadHTML(): Tag icellcount invalid in Entity, line: 127 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:17:05 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : td in Entity, line: 127 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:17:05 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 129 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:17:05 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 130 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:17:05 --> Severity: Warning --> DOMDocument::loadHTML(): Tag c_ltabs invalid in Entity, line: 130 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:17:05 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : td in Entity, line: 130 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:17:05 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : tr in Entity, line: 134 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:17:05 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseStartTag: invalid element name in Entity, line: 150 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:17:05 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 168 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:17:05 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 169 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:17:05 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 171 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:17:05 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 172 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:17:05 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 172 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:17:05 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute if redefined in Entity, line: 173 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:17:06 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 173 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:17:06 --> Severity: Warning --> DOMDocument::loadHTML(): Tag c_ltabs invalid in Entity, line: 173 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:17:06 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 174 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:17:06 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 175 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:17:06 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 177 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:17:06 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 178 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:17:06 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 179 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:17:06 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute inexttab redefined in Entity, line: 180 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:17:06 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 180 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:17:06 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 181 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:17:06 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 183 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:17:06 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 184 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:17:06 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute inexttab redefined in Entity, line: 185 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:17:06 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute if redefined in Entity, line: 187 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:17:06 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 187 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:17:06 --> Severity: Warning --> DOMDocument::loadHTML(): Tag c_ltabs invalid in Entity, line: 187 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:17:06 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseStartTag: invalid element name in Entity, line: 210 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:17:06 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseEntityRef: no name in Entity, line: 214 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:17:06 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseEntityRef: no name in Entity, line: 214 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:17:06 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseStartTag: invalid element name in Entity, line: 214 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:17:06 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseEntityRef: no name in Entity, line: 271 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:17:06 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseEntityRef: no name in Entity, line: 271 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:17:06 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseEntityRef: no name in Entity, line: 272 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:17:06 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseEntityRef: no name in Entity, line: 272 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:17:06 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : script in Entity, line: 296 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:17:06 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseStartTag: invalid element name in Entity, line: 297 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:17:06 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : head in Entity, line: 316 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:17:11 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2019-01-04 10:17:11 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2019-01-04 10:17:11 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2019-01-04 10:17:11 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2019-01-04 10:17:12 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-04 10:17:12 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-04 10:17:12 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-04 10:17:12 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-04 10:17:12 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-04 10:17:12 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-04 10:17:12 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-04 10:17:12 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-04 10:17:12 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-04 10:17:12 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-04 10:17:12 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-04 10:17:12 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-04 10:17:12 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-04 10:17:12 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-04 10:17:12 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 237 -ERROR - 2019-01-04 10:17:26 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2019-01-04 10:17:48 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2019-01-04 10:17:48 --> The upload path does not appear to be valid. -ERROR - 2019-01-04 10:17:50 --> Severity: Notice --> Undefined variable: highestRow4 C:\xampp\htdocs\ria\application\controllers\cashbook.php 265 -ERROR - 2019-01-04 10:17:53 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2019-01-04 10:17:53 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2019-01-04 10:17:53 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2019-01-04 10:17:53 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2019-01-04 10:17:54 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-04 10:17:54 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-04 10:17:54 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-04 10:17:54 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-04 10:17:54 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-04 10:17:54 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-04 10:17:54 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-04 10:17:54 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-04 10:17:54 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-04 10:17:54 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-04 10:17:54 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-04 10:17:54 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-04 10:17:54 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-04 10:17:54 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-04 10:17:54 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 237 -ERROR - 2019-01-04 10:18:12 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2019-01-04 10:18:12 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2019-01-04 10:18:49 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2019-01-04 10:18:49 --> The upload path does not appear to be valid. -ERROR - 2019-01-04 10:18:49 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 604 -ERROR - 2019-01-04 10:18:49 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 604 -ERROR - 2019-01-04 10:18:49 --> Severity: Notice --> Undefined index: reportdate C:\xampp\htdocs\ria\application\models\cashbook_model.php 392 -ERROR - 2019-01-04 10:18:49 --> Severity: Notice --> Undefined index: Narration C:\xampp\htdocs\ria\application\models\cashbook_model.php 393 -ERROR - 2019-01-04 10:18:49 --> Severity: Notice --> Undefined index: Balance C:\xampp\htdocs\ria\application\models\cashbook_model.php 394 -ERROR - 2019-01-04 10:18:49 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 604 -ERROR - 2019-01-04 10:18:49 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 604 -ERROR - 2019-01-04 10:18:49 --> Severity: Notice --> Undefined index: reportdate C:\xampp\htdocs\ria\application\models\cashbook_model.php 392 -ERROR - 2019-01-04 10:18:49 --> Severity: Notice --> Undefined index: Narration C:\xampp\htdocs\ria\application\models\cashbook_model.php 393 -ERROR - 2019-01-04 10:18:50 --> Severity: Notice --> Undefined index: Balance C:\xampp\htdocs\ria\application\models\cashbook_model.php 394 -ERROR - 2019-01-04 10:18:50 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 604 -ERROR - 2019-01-04 10:18:50 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 604 -ERROR - 2019-01-04 10:18:50 --> Severity: Notice --> Undefined index: reportdate C:\xampp\htdocs\ria\application\models\cashbook_model.php 392 -ERROR - 2019-01-04 10:18:50 --> Severity: Notice --> Undefined index: Narration C:\xampp\htdocs\ria\application\models\cashbook_model.php 393 -ERROR - 2019-01-04 10:18:50 --> Severity: Notice --> Undefined index: Balance C:\xampp\htdocs\ria\application\models\cashbook_model.php 394 -ERROR - 2019-01-04 10:18:50 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 604 -ERROR - 2019-01-04 10:18:50 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 604 -ERROR - 2019-01-04 10:18:50 --> Severity: Notice --> Undefined index: reportdate C:\xampp\htdocs\ria\application\models\cashbook_model.php 392 -ERROR - 2019-01-04 10:18:50 --> Severity: Notice --> Undefined index: Narration C:\xampp\htdocs\ria\application\models\cashbook_model.php 393 -ERROR - 2019-01-04 10:18:50 --> Severity: Notice --> Undefined index: Balance C:\xampp\htdocs\ria\application\models\cashbook_model.php 394 -ERROR - 2019-01-04 10:18:50 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 604 -ERROR - 2019-01-04 10:18:50 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 604 -ERROR - 2019-01-04 10:18:50 --> Severity: Notice --> Undefined index: reportdate C:\xampp\htdocs\ria\application\models\cashbook_model.php 392 -ERROR - 2019-01-04 10:18:50 --> Severity: Notice --> Undefined index: Narration C:\xampp\htdocs\ria\application\models\cashbook_model.php 393 -ERROR - 2019-01-04 10:18:50 --> Severity: Notice --> Undefined index: Balance C:\xampp\htdocs\ria\application\models\cashbook_model.php 394 -ERROR - 2019-01-04 10:18:50 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 604 -ERROR - 2019-01-04 10:18:50 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 604 -ERROR - 2019-01-04 10:18:50 --> Severity: Notice --> Undefined index: reportdate C:\xampp\htdocs\ria\application\models\cashbook_model.php 392 -ERROR - 2019-01-04 10:18:50 --> Severity: Notice --> Undefined index: Narration C:\xampp\htdocs\ria\application\models\cashbook_model.php 393 -ERROR - 2019-01-04 10:18:50 --> Severity: Notice --> Undefined index: Balance C:\xampp\htdocs\ria\application\models\cashbook_model.php 394 -ERROR - 2019-01-04 10:18:50 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 604 -ERROR - 2019-01-04 10:18:50 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 604 -ERROR - 2019-01-04 10:18:51 --> Severity: Notice --> Undefined index: reportdate C:\xampp\htdocs\ria\application\models\cashbook_model.php 392 -ERROR - 2019-01-04 10:18:51 --> Severity: Notice --> Undefined index: Narration C:\xampp\htdocs\ria\application\models\cashbook_model.php 393 -ERROR - 2019-01-04 10:18:51 --> Severity: Notice --> Undefined index: Balance C:\xampp\htdocs\ria\application\models\cashbook_model.php 394 -ERROR - 2019-01-04 10:18:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 604 -ERROR - 2019-01-04 10:18:51 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 604 -ERROR - 2019-01-04 10:18:51 --> Severity: Notice --> Undefined index: reportdate C:\xampp\htdocs\ria\application\models\cashbook_model.php 392 -ERROR - 2019-01-04 10:18:51 --> Severity: Notice --> Undefined index: Narration C:\xampp\htdocs\ria\application\models\cashbook_model.php 393 -ERROR - 2019-01-04 10:18:51 --> Severity: Notice --> Undefined index: Balance C:\xampp\htdocs\ria\application\models\cashbook_model.php 394 -ERROR - 2019-01-04 10:18:55 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2019-01-04 10:18:55 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2019-01-04 10:18:55 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2019-01-04 10:18:55 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2019-01-04 10:18:55 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-04 10:18:55 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-04 10:18:55 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-04 10:18:55 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-04 10:18:55 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-04 10:18:55 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-04 10:18:55 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-04 10:18:55 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-04 10:18:55 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-04 10:18:55 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-04 10:18:55 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-04 10:18:55 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-04 10:18:55 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-04 10:18:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-04 10:18:56 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 237 -ERROR - 2019-01-04 10:44:13 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2019-01-04 10:44:50 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2019-01-04 10:44:50 --> The upload path does not appear to be valid. -ERROR - 2019-01-04 10:44:50 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:50 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:50 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:50 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:51 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:51 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:51 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:51 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:51 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:51 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:51 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:52 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:52 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:52 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:52 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:52 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:52 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:52 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:52 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:52 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:52 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:52 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:52 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:53 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:53 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:53 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:53 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:53 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:53 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:53 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:54 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:54 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:54 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:54 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:54 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:54 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:54 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:54 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:54 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:55 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:55 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:55 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:55 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:55 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:55 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:55 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:55 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:55 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:55 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:55 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:55 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:55 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:56 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:56 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:56 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:56 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:56 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:56 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:56 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:56 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:56 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:56 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:56 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:56 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:56 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:56 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:57 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:57 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:57 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:57 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:57 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:57 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:57 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:57 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:57 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:57 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:57 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:57 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:57 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:58 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:58 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:58 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:58 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:58 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:58 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:58 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:58 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:58 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:58 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:58 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:58 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:58 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:58 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:59 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:59 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:59 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:59 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:59 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:59 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:59 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:59 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:59 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:59 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:59 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:59 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:44:59 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:00 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:00 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:00 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:00 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:00 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:00 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:00 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:00 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:00 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:00 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:00 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:00 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:00 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:00 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:01 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:01 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:01 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:01 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:01 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:01 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:01 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:01 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:01 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:01 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:01 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:01 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:01 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:02 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:02 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:02 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:02 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:02 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:02 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:02 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:02 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:02 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:02 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:02 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:02 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:02 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:03 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:03 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:03 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:03 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:03 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:03 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:03 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:03 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:03 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:04 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:04 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:04 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:04 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:04 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:04 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:04 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:04 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:04 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:04 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:04 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:04 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:04 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:05 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:05 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:05 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:05 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:05 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:05 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:05 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:05 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:05 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:05 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:05 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:05 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:05 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:05 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:06 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:06 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:06 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:06 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:06 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:06 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:06 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:06 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:06 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:06 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:06 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:06 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:06 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:07 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:07 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:07 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:07 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:07 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:07 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:07 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:07 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:07 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:07 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:07 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:07 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:07 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:07 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:08 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:08 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:08 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:08 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:08 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:08 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:08 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:08 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:08 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:08 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:08 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:08 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:08 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:09 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:09 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:09 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:09 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:09 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:09 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:09 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:09 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:09 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:09 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:09 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:09 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:09 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:09 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:10 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:10 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:10 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:10 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:10 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:10 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:10 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:10 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:10 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:10 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:10 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:10 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:11 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:11 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:11 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:11 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:11 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:11 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:11 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:11 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 534 -ERROR - 2019-01-04 10:45:11 --> Severity: Notice --> Undefined index: reportdate C:\xampp\htdocs\ria\application\models\cashbook_model.php 392 -ERROR - 2019-01-04 10:45:11 --> Severity: Notice --> Undefined index: Narration C:\xampp\htdocs\ria\application\models\cashbook_model.php 393 -ERROR - 2019-01-04 10:45:11 --> Severity: Notice --> Undefined index: Balance C:\xampp\htdocs\ria\application\models\cashbook_model.php 394 -ERROR - 2019-01-04 10:45:15 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2019-01-04 10:45:15 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2019-01-04 10:45:15 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2019-01-04 10:45:15 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2019-01-04 10:45:16 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-04 10:45:16 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-04 10:45:16 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-04 10:45:16 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-04 10:45:16 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-04 10:45:16 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-04 10:45:16 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-04 10:45:16 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-04 10:45:16 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-04 10:45:16 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-04 10:45:16 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-04 10:45:16 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-04 10:45:16 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-04 10:45:16 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-04 10:51:45 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2019-01-04 10:52:23 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2019-01-04 10:52:23 --> The upload path does not appear to be valid. -ERROR - 2019-01-04 10:52:23 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseStartTag: invalid element name in Entity, line: 13 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:52:23 --> Severity: Warning --> DOMDocument::loadHTML(): ID shLink already defined in Entity, line: 16 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:52:23 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : frameset in Entity, line: 57 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:52:23 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : frameset in Entity, line: 57 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:52:23 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : style in Entity, line: 72 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:52:23 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseStartTag: misplaced <body> tag in Entity, line: 73 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:52:23 --> Severity: Warning --> DOMDocument::loadHTML(): ID tdScroll already defined in Entity, line: 77 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:52:23 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseEntityRef: expecting ';' in Entity, line: 77 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:52:23 --> Severity: Warning --> DOMDocument::loadHTML(): ID tdScroll already defined in Entity, line: 78 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:52:24 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseEntityRef: expecting ';' in Entity, line: 78 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:52:24 --> Severity: Warning --> DOMDocument::loadHTML(): ID tdScroll already defined in Entity, line: 79 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:52:24 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseStartTag: misplaced <html> tag in Entity, line: 89 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:52:24 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 99 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:52:24 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 100 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:52:24 --> Severity: Warning --> DOMDocument::loadHTML(): Tag icellcount invalid in Entity, line: 100 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:52:24 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseStartTag: invalid element name in Entity, line: 103 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:52:24 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 111 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:52:24 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 112 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:52:24 --> Severity: Warning --> DOMDocument::loadHTML(): Tag icellcount invalid in Entity, line: 112 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:52:24 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : td in Entity, line: 112 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:52:24 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 114 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:52:24 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 114 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:52:24 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 115 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:52:24 --> Severity: Warning --> DOMDocument::loadHTML(): Tag c_ltabs invalid in Entity, line: 115 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:52:24 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : td in Entity, line: 115 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:52:24 --> Severity: Warning --> DOMDocument::loadHTML(): ID tdTab already defined in Entity, line: 120 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:52:24 --> Severity: Warning --> DOMDocument::loadHTML(): ID aTab already defined in Entity, line: 120 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:52:24 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 122 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:52:24 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 123 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:52:24 --> Severity: Warning --> DOMDocument::loadHTML(): Tag c_ltabs invalid in Entity, line: 123 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:52:24 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : td in Entity, line: 123 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:52:24 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 126 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:52:24 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 127 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:52:24 --> Severity: Warning --> DOMDocument::loadHTML(): Tag icellcount invalid in Entity, line: 127 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:52:25 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : td in Entity, line: 127 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:52:25 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 129 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:52:25 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 130 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:52:25 --> Severity: Warning --> DOMDocument::loadHTML(): Tag c_ltabs invalid in Entity, line: 130 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:52:25 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : td in Entity, line: 130 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:52:25 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : tr in Entity, line: 134 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:52:25 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseStartTag: invalid element name in Entity, line: 150 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:52:25 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 168 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:52:25 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 169 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:52:25 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 171 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:52:25 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 172 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:52:25 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 172 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:52:25 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute if redefined in Entity, line: 173 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:52:25 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 173 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:52:25 --> Severity: Warning --> DOMDocument::loadHTML(): Tag c_ltabs invalid in Entity, line: 173 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:52:25 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 174 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:52:25 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 175 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:52:25 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 177 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:52:25 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 178 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:52:25 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 179 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:52:25 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute inexttab redefined in Entity, line: 180 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:52:25 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 180 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:52:25 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 181 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:52:25 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 183 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:52:25 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 184 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:52:25 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute inexttab redefined in Entity, line: 185 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:52:26 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute if redefined in Entity, line: 187 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:52:26 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 187 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:52:26 --> Severity: Warning --> DOMDocument::loadHTML(): Tag c_ltabs invalid in Entity, line: 187 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:52:26 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseStartTag: invalid element name in Entity, line: 210 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:52:26 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseEntityRef: no name in Entity, line: 214 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:52:26 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseEntityRef: no name in Entity, line: 214 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:52:26 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseStartTag: invalid element name in Entity, line: 214 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:52:26 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseEntityRef: no name in Entity, line: 271 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:52:26 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseEntityRef: no name in Entity, line: 271 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:52:26 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseEntityRef: no name in Entity, line: 272 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:52:26 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseEntityRef: no name in Entity, line: 272 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:52:26 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : script in Entity, line: 296 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:52:26 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseStartTag: invalid element name in Entity, line: 297 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:52:26 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : head in Entity, line: 316 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:52:30 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2019-01-04 10:52:30 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2019-01-04 10:52:30 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2019-01-04 10:52:30 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1829 -ERROR - 2019-01-04 10:52:30 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-04 10:52:30 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-04 10:52:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-04 10:52:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-04 10:52:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-04 10:52:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-04 10:52:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-04 10:52:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-04 10:52:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-04 10:52:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-04 10:52:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-04 10:52:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-04 10:52:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-04 10:52:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-04 10:55:01 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2019-01-04 10:55:34 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2019-01-04 10:55:34 --> The upload path does not appear to be valid. -ERROR - 2019-01-04 10:55:34 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseStartTag: invalid element name in Entity, line: 13 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:55:34 --> Severity: Warning --> DOMDocument::loadHTML(): ID shLink already defined in Entity, line: 16 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:55:34 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : frameset in Entity, line: 57 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:55:34 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : frameset in Entity, line: 57 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:55:35 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : style in Entity, line: 72 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:55:35 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseStartTag: misplaced <body> tag in Entity, line: 73 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:55:35 --> Severity: Warning --> DOMDocument::loadHTML(): ID tdScroll already defined in Entity, line: 77 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:55:35 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseEntityRef: expecting ';' in Entity, line: 77 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:55:35 --> Severity: Warning --> DOMDocument::loadHTML(): ID tdScroll already defined in Entity, line: 78 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:55:35 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseEntityRef: expecting ';' in Entity, line: 78 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:55:35 --> Severity: Warning --> DOMDocument::loadHTML(): ID tdScroll already defined in Entity, line: 79 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:55:35 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseStartTag: misplaced <html> tag in Entity, line: 89 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:55:35 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 99 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:55:35 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 100 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:55:35 --> Severity: Warning --> DOMDocument::loadHTML(): Tag icellcount invalid in Entity, line: 100 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:55:35 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseStartTag: invalid element name in Entity, line: 103 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:55:36 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 111 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:55:36 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 112 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:55:36 --> Severity: Warning --> DOMDocument::loadHTML(): Tag icellcount invalid in Entity, line: 112 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:55:36 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : td in Entity, line: 112 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:55:36 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 114 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:55:36 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 114 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:55:36 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 115 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:55:36 --> Severity: Warning --> DOMDocument::loadHTML(): Tag c_ltabs invalid in Entity, line: 115 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:55:36 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : td in Entity, line: 115 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:55:36 --> Severity: Warning --> DOMDocument::loadHTML(): ID tdTab already defined in Entity, line: 120 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:55:36 --> Severity: Warning --> DOMDocument::loadHTML(): ID aTab already defined in Entity, line: 120 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:55:36 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 122 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:55:36 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 123 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:55:36 --> Severity: Warning --> DOMDocument::loadHTML(): Tag c_ltabs invalid in Entity, line: 123 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:55:36 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : td in Entity, line: 123 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:55:36 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 126 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:55:36 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 127 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:55:36 --> Severity: Warning --> DOMDocument::loadHTML(): Tag icellcount invalid in Entity, line: 127 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:55:36 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : td in Entity, line: 127 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:55:36 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 129 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:55:36 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 130 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:55:36 --> Severity: Warning --> DOMDocument::loadHTML(): Tag c_ltabs invalid in Entity, line: 130 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:55:36 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : td in Entity, line: 130 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:55:37 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : tr in Entity, line: 134 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:55:37 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseStartTag: invalid element name in Entity, line: 150 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:55:37 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 168 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:55:37 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 169 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:55:37 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 171 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:55:37 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 172 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:55:37 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 172 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:55:37 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute if redefined in Entity, line: 173 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:55:37 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 173 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:55:37 --> Severity: Warning --> DOMDocument::loadHTML(): Tag c_ltabs invalid in Entity, line: 173 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:55:37 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 174 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:55:37 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 175 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:55:37 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 177 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:55:37 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 178 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:55:37 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 179 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:55:37 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute inexttab redefined in Entity, line: 180 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:55:37 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 180 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:55:37 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 181 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:55:37 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 183 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:55:37 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 184 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:55:37 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute inexttab redefined in Entity, line: 185 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:55:37 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute if redefined in Entity, line: 187 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:55:37 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 187 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:55:37 --> Severity: Warning --> DOMDocument::loadHTML(): Tag c_ltabs invalid in Entity, line: 187 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:55:37 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseStartTag: invalid element name in Entity, line: 210 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:55:38 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseEntityRef: no name in Entity, line: 214 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:55:38 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseEntityRef: no name in Entity, line: 214 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:55:38 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseStartTag: invalid element name in Entity, line: 214 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:55:38 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseEntityRef: no name in Entity, line: 271 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:55:38 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseEntityRef: no name in Entity, line: 271 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:55:38 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseEntityRef: no name in Entity, line: 272 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:55:38 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseEntityRef: no name in Entity, line: 272 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:55:38 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : script in Entity, line: 296 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:55:38 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseStartTag: invalid element name in Entity, line: 297 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:55:38 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : head in Entity, line: 316 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 10:55:50 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1833 -ERROR - 2019-01-04 10:55:50 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1833 -ERROR - 2019-01-04 10:55:50 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1833 -ERROR - 2019-01-04 10:55:50 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1833 -ERROR - 2019-01-04 10:55:50 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-04 10:55:50 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-04 10:55:50 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-04 10:55:51 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-04 10:55:51 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-04 10:55:51 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-04 10:55:51 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-04 10:55:51 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-04 10:55:51 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-04 10:55:51 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-04 10:55:51 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-04 10:55:51 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-04 10:55:51 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-04 10:55:51 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-04 11:00:41 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2019-01-04 11:00:41 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2019-01-04 11:01:09 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2019-01-04 11:01:09 --> The upload path does not appear to be valid. -ERROR - 2019-01-04 11:01:09 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseStartTag: invalid element name in Entity, line: 13 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:01:09 --> Severity: Warning --> DOMDocument::loadHTML(): ID shLink already defined in Entity, line: 16 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:01:09 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : frameset in Entity, line: 57 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:01:09 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : frameset in Entity, line: 57 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:01:09 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : style in Entity, line: 72 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:01:09 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseStartTag: misplaced <body> tag in Entity, line: 73 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:01:09 --> Severity: Warning --> DOMDocument::loadHTML(): ID tdScroll already defined in Entity, line: 77 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:01:09 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseEntityRef: expecting ';' in Entity, line: 77 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:01:09 --> Severity: Warning --> DOMDocument::loadHTML(): ID tdScroll already defined in Entity, line: 78 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:01:09 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseEntityRef: expecting ';' in Entity, line: 78 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:01:09 --> Severity: Warning --> DOMDocument::loadHTML(): ID tdScroll already defined in Entity, line: 79 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:01:10 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseStartTag: misplaced <html> tag in Entity, line: 89 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:01:10 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 99 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:01:10 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 100 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:01:10 --> Severity: Warning --> DOMDocument::loadHTML(): Tag icellcount invalid in Entity, line: 100 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:01:10 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseStartTag: invalid element name in Entity, line: 103 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:01:10 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 111 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:01:10 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 112 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:01:10 --> Severity: Warning --> DOMDocument::loadHTML(): Tag icellcount invalid in Entity, line: 112 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:01:10 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : td in Entity, line: 112 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:01:10 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 114 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:01:10 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 114 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:01:10 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 115 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:01:10 --> Severity: Warning --> DOMDocument::loadHTML(): Tag c_ltabs invalid in Entity, line: 115 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:01:10 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : td in Entity, line: 115 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:01:10 --> Severity: Warning --> DOMDocument::loadHTML(): ID tdTab already defined in Entity, line: 120 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:01:10 --> Severity: Warning --> DOMDocument::loadHTML(): ID aTab already defined in Entity, line: 120 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:01:10 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 122 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:01:10 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 123 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:01:10 --> Severity: Warning --> DOMDocument::loadHTML(): Tag c_ltabs invalid in Entity, line: 123 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:01:10 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : td in Entity, line: 123 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:01:10 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 126 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:01:10 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 127 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:01:11 --> Severity: Warning --> DOMDocument::loadHTML(): Tag icellcount invalid in Entity, line: 127 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:01:11 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : td in Entity, line: 127 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:01:11 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 129 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:01:11 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 130 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:01:11 --> Severity: Warning --> DOMDocument::loadHTML(): Tag c_ltabs invalid in Entity, line: 130 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:01:11 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : td in Entity, line: 130 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:01:11 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : tr in Entity, line: 134 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:01:11 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseStartTag: invalid element name in Entity, line: 150 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:01:11 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 168 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:01:11 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 169 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:01:11 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 171 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:01:11 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 172 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:01:11 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 172 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:01:11 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute if redefined in Entity, line: 173 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:01:11 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 173 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:01:11 --> Severity: Warning --> DOMDocument::loadHTML(): Tag c_ltabs invalid in Entity, line: 173 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:01:11 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 174 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:01:11 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 175 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:01:11 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 177 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:01:12 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 178 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:01:12 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 179 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:01:12 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute inexttab redefined in Entity, line: 180 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:01:12 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 180 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:01:12 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 181 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:01:12 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 183 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:01:12 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 184 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:01:12 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute inexttab redefined in Entity, line: 185 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:01:12 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute if redefined in Entity, line: 187 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:01:12 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 187 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:01:12 --> Severity: Warning --> DOMDocument::loadHTML(): Tag c_ltabs invalid in Entity, line: 187 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:01:12 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseStartTag: invalid element name in Entity, line: 210 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:01:12 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseEntityRef: no name in Entity, line: 214 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:01:12 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseEntityRef: no name in Entity, line: 214 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:01:12 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseStartTag: invalid element name in Entity, line: 214 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:01:12 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseEntityRef: no name in Entity, line: 271 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:01:12 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseEntityRef: no name in Entity, line: 271 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:01:12 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseEntityRef: no name in Entity, line: 272 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:01:12 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseEntityRef: no name in Entity, line: 272 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:01:12 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : script in Entity, line: 296 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:01:12 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseStartTag: invalid element name in Entity, line: 297 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:01:13 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : head in Entity, line: 316 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:05:51 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2019-01-04 11:05:54 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1832 -ERROR - 2019-01-04 11:05:54 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1832 -ERROR - 2019-01-04 11:05:55 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1832 -ERROR - 2019-01-04 11:05:55 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1832 -ERROR - 2019-01-04 11:05:55 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-04 11:05:55 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-04 11:05:55 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-04 11:05:55 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-04 11:05:55 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-04 11:05:55 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-04 11:05:55 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-04 11:05:55 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-04 11:05:55 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-04 11:05:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-04 11:05:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-04 11:05:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-04 11:05:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-04 11:05:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-04 11:06:01 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1832 -ERROR - 2019-01-04 11:06:01 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1832 -ERROR - 2019-01-04 11:06:01 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1832 -ERROR - 2019-01-04 11:06:01 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1832 -ERROR - 2019-01-04 11:06:01 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1832 -ERROR - 2019-01-04 11:06:01 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-04 11:06:01 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1832 -ERROR - 2019-01-04 11:06:01 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-04 11:06:01 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1832 -ERROR - 2019-01-04 11:06:02 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-04 11:06:02 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1832 -ERROR - 2019-01-04 11:06:02 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-04 11:06:02 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1832 -ERROR - 2019-01-04 11:06:02 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-04 11:06:02 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-04 11:06:02 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1832 -ERROR - 2019-01-04 11:06:02 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-04 11:06:02 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1832 -ERROR - 2019-01-04 11:06:02 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1832 -ERROR - 2019-01-04 11:06:02 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-04 11:06:02 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-04 11:06:02 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-04 11:06:02 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-04 11:06:02 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-04 11:06:02 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-04 11:06:02 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-04 11:06:02 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-04 11:06:02 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-04 11:06:02 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-04 11:06:02 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-04 11:06:02 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-04 11:06:02 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-04 11:06:03 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-04 11:06:03 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-04 11:06:03 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-04 11:06:03 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-04 11:06:03 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-04 11:06:03 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-04 11:06:03 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-04 11:06:03 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-04 11:06:03 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-04 11:06:03 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-04 11:06:03 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-04 11:06:03 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-04 11:06:03 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1832 -ERROR - 2019-01-04 11:06:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-04 11:06:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-04 11:06:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-04 11:06:04 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1832 -ERROR - 2019-01-04 11:06:04 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1832 -ERROR - 2019-01-04 11:06:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-04 11:06:04 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1832 -ERROR - 2019-01-04 11:06:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-04 11:06:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-04 11:06:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-04 11:06:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-04 11:06:04 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1832 -ERROR - 2019-01-04 11:06:04 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-04 11:06:04 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1832 -ERROR - 2019-01-04 11:06:04 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-04 11:06:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-04 11:06:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-04 11:06:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-04 11:06:05 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1832 -ERROR - 2019-01-04 11:06:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-04 11:06:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-04 11:06:05 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1832 -ERROR - 2019-01-04 11:06:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-04 11:06:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-04 11:06:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-04 11:06:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-04 11:06:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-04 11:06:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-04 11:06:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-04 11:06:05 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-04 11:06:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-04 11:06:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-04 11:06:05 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-04 11:06:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-04 11:06:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-04 11:06:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-04 11:06:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-04 11:06:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-04 11:06:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-04 11:06:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-04 11:06:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-04 11:06:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-04 11:06:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-04 11:06:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-04 11:06:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-04 11:06:14 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2019-01-04 11:06:49 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2019-01-04 11:06:49 --> The upload path does not appear to be valid. -ERROR - 2019-01-04 11:06:50 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseStartTag: invalid element name in Entity, line: 13 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:06:50 --> Severity: Warning --> DOMDocument::loadHTML(): ID shLink already defined in Entity, line: 16 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:06:50 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : frameset in Entity, line: 57 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:06:50 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : frameset in Entity, line: 57 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:06:50 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : style in Entity, line: 72 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:06:50 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseStartTag: misplaced <body> tag in Entity, line: 73 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:06:50 --> Severity: Warning --> DOMDocument::loadHTML(): ID tdScroll already defined in Entity, line: 77 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:06:50 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseEntityRef: expecting ';' in Entity, line: 77 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:06:50 --> Severity: Warning --> DOMDocument::loadHTML(): ID tdScroll already defined in Entity, line: 78 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:06:50 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseEntityRef: expecting ';' in Entity, line: 78 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:06:50 --> Severity: Warning --> DOMDocument::loadHTML(): ID tdScroll already defined in Entity, line: 79 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:06:50 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseStartTag: misplaced <html> tag in Entity, line: 89 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:06:50 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 99 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:06:50 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 100 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:06:50 --> Severity: Warning --> DOMDocument::loadHTML(): Tag icellcount invalid in Entity, line: 100 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:06:50 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseStartTag: invalid element name in Entity, line: 103 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:06:51 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 111 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:06:51 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 112 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:06:51 --> Severity: Warning --> DOMDocument::loadHTML(): Tag icellcount invalid in Entity, line: 112 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:06:51 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : td in Entity, line: 112 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:06:51 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 114 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:06:51 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 114 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:06:51 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 115 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:06:51 --> Severity: Warning --> DOMDocument::loadHTML(): Tag c_ltabs invalid in Entity, line: 115 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:06:51 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : td in Entity, line: 115 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:06:51 --> Severity: Warning --> DOMDocument::loadHTML(): ID tdTab already defined in Entity, line: 120 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:06:51 --> Severity: Warning --> DOMDocument::loadHTML(): ID aTab already defined in Entity, line: 120 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:06:51 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 122 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:06:51 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 123 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:06:51 --> Severity: Warning --> DOMDocument::loadHTML(): Tag c_ltabs invalid in Entity, line: 123 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:06:51 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : td in Entity, line: 123 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:06:51 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 126 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:06:51 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 127 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:06:51 --> Severity: Warning --> DOMDocument::loadHTML(): Tag icellcount invalid in Entity, line: 127 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:06:51 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : td in Entity, line: 127 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:06:51 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 129 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:06:52 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 130 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:06:52 --> Severity: Warning --> DOMDocument::loadHTML(): Tag c_ltabs invalid in Entity, line: 130 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:06:52 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : td in Entity, line: 130 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:06:52 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : tr in Entity, line: 134 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:06:52 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseStartTag: invalid element name in Entity, line: 150 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:06:52 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 168 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:06:52 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 169 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:06:52 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 171 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:06:52 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 172 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:06:52 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 172 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:06:52 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute if redefined in Entity, line: 173 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:06:52 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 173 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:06:52 --> Severity: Warning --> DOMDocument::loadHTML(): Tag c_ltabs invalid in Entity, line: 173 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:06:53 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 174 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:06:53 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 175 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:06:53 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 177 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:06:53 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 178 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:06:53 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 179 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:06:53 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute inexttab redefined in Entity, line: 180 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:06:53 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 180 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:06:53 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 181 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:06:53 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 183 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:06:53 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 184 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:06:53 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute inexttab redefined in Entity, line: 185 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:06:53 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute if redefined in Entity, line: 187 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:06:53 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 187 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:06:53 --> Severity: Warning --> DOMDocument::loadHTML(): Tag c_ltabs invalid in Entity, line: 187 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:06:53 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseStartTag: invalid element name in Entity, line: 210 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:06:54 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseEntityRef: no name in Entity, line: 214 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:06:54 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseEntityRef: no name in Entity, line: 214 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:06:54 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseStartTag: invalid element name in Entity, line: 214 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:06:54 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseEntityRef: no name in Entity, line: 271 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:06:54 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseEntityRef: no name in Entity, line: 271 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:06:54 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseEntityRef: no name in Entity, line: 272 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:06:54 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseEntityRef: no name in Entity, line: 272 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:06:54 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : script in Entity, line: 296 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:06:54 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseStartTag: invalid element name in Entity, line: 297 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:06:54 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : head in Entity, line: 316 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-04 11:23:14 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2019-01-04 11:23:41 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2019-01-04 11:23:42 --> The upload path does not appear to be valid. -ERROR - 2019-01-04 11:23:46 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:23:47 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:23:47 --> Severity: Notice --> Undefined index: reportdate C:\xampp\htdocs\ria\application\models\cashbook_model.php 392 -ERROR - 2019-01-04 11:23:47 --> Severity: Notice --> Undefined index: Narration C:\xampp\htdocs\ria\application\models\cashbook_model.php 393 -ERROR - 2019-01-04 11:23:47 --> Severity: Notice --> Undefined index: Balance C:\xampp\htdocs\ria\application\models\cashbook_model.php 394 -ERROR - 2019-01-04 11:23:47 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:23:47 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:23:47 --> Severity: Notice --> Undefined index: reportdate C:\xampp\htdocs\ria\application\models\cashbook_model.php 392 -ERROR - 2019-01-04 11:23:47 --> Severity: Notice --> Undefined index: Narration C:\xampp\htdocs\ria\application\models\cashbook_model.php 393 -ERROR - 2019-01-04 11:23:47 --> Severity: Notice --> Undefined index: Balance C:\xampp\htdocs\ria\application\models\cashbook_model.php 394 -ERROR - 2019-01-04 11:23:47 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:23:47 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:23:47 --> Severity: Notice --> Undefined index: reportdate C:\xampp\htdocs\ria\application\models\cashbook_model.php 392 -ERROR - 2019-01-04 11:23:47 --> Severity: Notice --> Undefined index: Narration C:\xampp\htdocs\ria\application\models\cashbook_model.php 393 -ERROR - 2019-01-04 11:23:47 --> Severity: Notice --> Undefined index: Balance C:\xampp\htdocs\ria\application\models\cashbook_model.php 394 -ERROR - 2019-01-04 11:23:47 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:23:47 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:23:48 --> Severity: Notice --> Undefined index: reportdate C:\xampp\htdocs\ria\application\models\cashbook_model.php 392 -ERROR - 2019-01-04 11:23:48 --> Severity: Notice --> Undefined index: Narration C:\xampp\htdocs\ria\application\models\cashbook_model.php 393 -ERROR - 2019-01-04 11:23:48 --> Severity: Notice --> Undefined index: Balance C:\xampp\htdocs\ria\application\models\cashbook_model.php 394 -ERROR - 2019-01-04 11:23:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:23:48 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:23:48 --> Severity: Notice --> Undefined index: reportdate C:\xampp\htdocs\ria\application\models\cashbook_model.php 392 -ERROR - 2019-01-04 11:23:48 --> Severity: Notice --> Undefined index: Narration C:\xampp\htdocs\ria\application\models\cashbook_model.php 393 -ERROR - 2019-01-04 11:23:48 --> Severity: Notice --> Undefined index: Balance C:\xampp\htdocs\ria\application\models\cashbook_model.php 394 -ERROR - 2019-01-04 11:23:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:23:48 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:23:48 --> Severity: Notice --> Undefined index: reportdate C:\xampp\htdocs\ria\application\models\cashbook_model.php 392 -ERROR - 2019-01-04 11:23:48 --> Severity: Notice --> Undefined index: Narration C:\xampp\htdocs\ria\application\models\cashbook_model.php 393 -ERROR - 2019-01-04 11:23:48 --> Severity: Notice --> Undefined index: Balance C:\xampp\htdocs\ria\application\models\cashbook_model.php 394 -ERROR - 2019-01-04 11:23:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:23:48 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:23:48 --> Severity: Notice --> Undefined index: reportdate C:\xampp\htdocs\ria\application\models\cashbook_model.php 392 -ERROR - 2019-01-04 11:23:48 --> Severity: Notice --> Undefined index: Narration C:\xampp\htdocs\ria\application\models\cashbook_model.php 393 -ERROR - 2019-01-04 11:23:48 --> Severity: Notice --> Undefined index: Balance C:\xampp\htdocs\ria\application\models\cashbook_model.php 394 -ERROR - 2019-01-04 11:23:49 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:23:49 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:23:49 --> Severity: Notice --> Undefined index: reportdate C:\xampp\htdocs\ria\application\models\cashbook_model.php 392 -ERROR - 2019-01-04 11:23:49 --> Severity: Notice --> Undefined index: Narration C:\xampp\htdocs\ria\application\models\cashbook_model.php 393 -ERROR - 2019-01-04 11:23:49 --> Severity: Notice --> Undefined index: Balance C:\xampp\htdocs\ria\application\models\cashbook_model.php 394 -ERROR - 2019-01-04 11:23:49 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:23:49 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:23:49 --> Severity: Notice --> Undefined index: reportdate C:\xampp\htdocs\ria\application\models\cashbook_model.php 392 -ERROR - 2019-01-04 11:23:49 --> Severity: Notice --> Undefined index: Narration C:\xampp\htdocs\ria\application\models\cashbook_model.php 393 -ERROR - 2019-01-04 11:23:49 --> Severity: Notice --> Undefined index: Balance C:\xampp\htdocs\ria\application\models\cashbook_model.php 394 -ERROR - 2019-01-04 11:23:53 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1825 -ERROR - 2019-01-04 11:23:53 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1825 -ERROR - 2019-01-04 11:23:53 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1825 -ERROR - 2019-01-04 11:23:54 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1825 -ERROR - 2019-01-04 11:23:54 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-04 11:23:54 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-04 11:23:54 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-04 11:23:54 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-04 11:23:54 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-04 11:23:54 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-04 11:23:54 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-04 11:23:54 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-04 11:23:54 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-04 11:23:54 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-04 11:23:55 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-04 11:23:55 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-04 11:23:55 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-04 11:23:55 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-04 11:23:55 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 237 -ERROR - 2019-01-04 11:27:10 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2019-01-04 11:27:43 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2019-01-04 11:27:43 --> The upload path does not appear to be valid. -ERROR - 2019-01-04 11:27:43 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:43 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:43 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:43 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:44 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:44 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:44 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:44 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:44 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:44 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:44 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:44 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:44 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:44 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:44 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:44 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:45 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:45 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:45 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:45 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:45 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:45 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:45 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:45 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:45 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:45 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:45 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:45 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:45 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:46 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:46 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:46 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:46 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:46 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:46 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:46 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:46 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:46 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:46 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:46 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:46 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:47 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:47 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:47 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:47 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:47 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:47 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:47 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:47 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:47 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:47 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:47 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:47 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:48 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:48 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:48 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:48 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:48 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:48 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:49 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:49 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:49 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:49 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:49 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:49 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:49 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:49 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:49 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:49 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:49 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:49 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:50 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:50 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:50 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:50 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:50 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:50 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:50 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:50 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:50 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:50 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:50 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:51 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:51 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:51 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:51 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:51 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:51 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:52 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:52 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:52 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:52 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:52 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:52 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:52 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:52 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:52 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:52 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:52 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:52 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:53 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:53 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:53 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:53 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:53 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:53 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:54 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:54 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:54 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:54 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:54 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:54 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:54 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:54 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:54 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:54 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:54 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:54 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:55 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:55 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:55 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:55 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:55 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:55 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:55 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:55 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:55 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:55 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:55 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:55 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:55 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:56 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:56 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:56 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:56 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:56 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:56 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:56 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:56 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:56 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:57 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:57 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:57 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:57 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:57 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:57 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:57 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:57 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:57 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:57 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:57 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:57 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:58 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:58 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:58 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:58 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:58 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:58 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:58 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:58 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:58 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:58 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:58 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:58 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:59 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:59 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:59 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:59 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:59 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:59 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:59 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:59 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:59 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:59 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:59 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:27:59 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:28:00 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:28:00 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:28:00 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:28:00 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:28:00 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:28:00 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:28:00 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:28:00 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:28:00 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:28:00 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:28:00 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:28:00 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:28:01 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:28:01 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:28:01 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:28:01 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:28:01 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:28:01 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:28:01 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:28:01 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:28:01 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:28:01 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:28:01 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:28:02 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:28:02 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:28:02 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:28:02 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:28:02 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:28:02 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:28:02 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:28:02 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:28:02 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:28:02 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:28:02 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:28:03 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:28:03 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:28:03 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:28:03 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:28:03 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:28:03 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:28:03 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:28:03 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:28:03 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:28:03 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:28:04 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:28:04 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:28:04 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:28:04 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:28:04 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:28:04 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:28:04 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:28:04 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:28:04 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:28:04 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:28:05 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:28:05 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:28:05 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:28:05 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:28:05 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:28:05 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:28:05 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:28:05 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:28:05 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:28:05 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:28:05 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:28:05 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:28:06 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:28:06 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:28:06 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:28:06 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:28:06 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:28:06 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:28:06 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:28:06 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:28:06 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:28:06 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 529 -ERROR - 2019-01-04 11:28:06 --> Severity: Notice --> Undefined index: reportdate C:\xampp\htdocs\ria\application\models\cashbook_model.php 392 -ERROR - 2019-01-04 11:28:06 --> Severity: Notice --> Undefined index: Narration C:\xampp\htdocs\ria\application\models\cashbook_model.php 393 -ERROR - 2019-01-04 11:28:06 --> Severity: Notice --> Undefined index: Balance C:\xampp\htdocs\ria\application\models\cashbook_model.php 394 -ERROR - 2019-01-04 11:28:11 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1825 -ERROR - 2019-01-04 11:28:11 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1825 -ERROR - 2019-01-04 11:28:11 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1825 -ERROR - 2019-01-04 11:28:11 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1825 -ERROR - 2019-01-04 11:28:11 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-04 11:28:11 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-04 11:28:11 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-04 11:28:11 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-04 11:28:11 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-04 11:28:11 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-04 11:28:11 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-04 11:28:12 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-04 11:28:12 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-04 11:28:12 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-04 11:28:12 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-04 11:28:12 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-04 11:28:12 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-04 11:28:12 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-04 11:34:54 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2019-01-04 11:55:46 --> Severity: Warning --> mysqli_connect(): (HY000/2002): A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. - C:\xampp\htdocs\ria\system\database\drivers\mysqli\mysqli_driver.php 77 -ERROR - 2019-01-04 11:55:47 --> Unable to connect to the database -ERROR - 2019-01-04 11:55:51 --> Severity: Warning --> mysqli_connect(): (HY000/2002): A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. - C:\xampp\htdocs\ria\system\database\drivers\mysqli\mysqli_driver.php 77 -ERROR - 2019-01-04 11:55:51 --> Unable to connect to the database -ERROR - 2019-01-04 12:46:06 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2019-01-04 14:05:59 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2019-01-04 14:06:00 --> The upload path does not appear to be valid. -ERROR - 2019-01-04 14:06:08 --> Severity: Notice --> Undefined variable: highestRow4 C:\xampp\htdocs\ria\application\controllers\cashbook.php 265 -ERROR - 2019-01-04 14:06:17 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1825 -ERROR - 2019-01-04 14:06:17 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1825 -ERROR - 2019-01-04 14:06:17 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1825 -ERROR - 2019-01-04 14:06:17 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1825 -ERROR - 2019-01-04 14:06:20 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-04 14:06:20 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-04 14:06:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-04 14:06:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-04 14:06:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-04 14:06:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-04 14:06:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-04 14:06:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-04 14:06:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-04 14:06:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-04 14:06:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-04 14:06:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-04 14:06:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-04 14:06:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-04 14:09:57 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2019-01-04 14:10:56 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2019-01-04 14:10:56 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2019-01-04 14:10:56 --> The upload path does not appear to be valid. -ERROR - 2019-01-04 14:10:56 --> The upload path does not appear to be valid. -ERROR - 2019-01-04 14:11:02 --> Severity: Notice --> Undefined variable: highestRow4 C:\xampp\htdocs\ria\application\controllers\cashbook.php 265 -ERROR - 2019-01-04 14:11:02 --> Severity: Notice --> Undefined variable: highestRow4 C:\xampp\htdocs\ria\application\controllers\cashbook.php 265 -ERROR - 2019-01-04 14:11:24 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1825 -ERROR - 2019-01-04 14:11:24 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1825 -ERROR - 2019-01-04 14:11:24 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1825 -ERROR - 2019-01-04 14:11:24 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1825 -ERROR - 2019-01-04 14:11:25 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-04 14:11:25 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-04 14:11:25 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-04 14:11:25 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-04 14:11:25 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-04 14:11:25 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-04 14:11:25 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-04 14:11:25 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-04 14:11:25 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-04 14:11:25 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-04 14:11:25 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-04 14:11:25 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-04 14:11:25 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-04 14:11:25 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 diff --git a/application/logs/log-2019-01-05.php b/application/logs/log-2019-01-05.php deleted file mode 100644 index b1463a88..00000000 --- a/application/logs/log-2019-01-05.php +++ /dev/null @@ -1,3904 +0,0 @@ - - -ERROR - 2019-01-05 06:01:34 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2019-01-05 06:16:09 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2019-01-05 06:16:09 --> The upload path does not appear to be valid. -ERROR - 2019-01-05 06:16:16 --> Severity: Notice --> Undefined variable: highestRow4 C:\xampp\htdocs\ria\application\controllers\cashbook.php 265 -ERROR - 2019-01-05 06:16:24 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1544 -ERROR - 2019-01-05 06:16:25 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1544 -ERROR - 2019-01-05 06:16:25 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1544 -ERROR - 2019-01-05 06:16:25 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1544 -ERROR - 2019-01-05 06:16:26 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 06:16:26 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 06:16:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 06:16:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 06:16:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 06:16:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 06:16:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 06:16:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 06:16:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 06:16:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 06:16:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 06:16:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 06:16:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 06:16:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 06:16:26 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 237 -ERROR - 2019-01-05 06:48:00 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2019-01-05 06:48:14 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 238 -ERROR - 2019-01-05 06:48:14 --> The upload path does not appear to be valid. -ERROR - 2019-01-05 06:49:52 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2019-01-05 06:53:04 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 238 -ERROR - 2019-01-05 06:53:04 --> The upload path does not appear to be valid. -ERROR - 2019-01-05 06:53:51 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2019-01-05 06:54:03 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 238 -ERROR - 2019-01-05 06:54:03 --> The upload path does not appear to be valid. -ERROR - 2019-01-05 06:57:00 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 238 -ERROR - 2019-01-05 06:57:00 --> The upload path does not appear to be valid. -ERROR - 2019-01-05 06:57:56 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 238 -ERROR - 2019-01-05 06:57:56 --> Severity: Notice --> Undefined index: myfile C:\xampp\htdocs\ria\application\controllers\cashbook.php 873 -ERROR - 2019-01-05 06:57:56 --> Severity: Notice --> Undefined index: myfile C:\xampp\htdocs\ria\application\controllers\cashbook.php 876 -ERROR - 2019-01-05 06:57:56 --> You did not select a file to upload. -ERROR - 2019-01-05 06:58:43 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 238 -ERROR - 2019-01-05 06:58:43 --> The upload path does not appear to be valid. -ERROR - 2019-01-05 06:59:42 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 238 -ERROR - 2019-01-05 06:59:42 --> The upload path does not appear to be valid. -ERROR - 2019-01-05 07:00:11 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 238 -ERROR - 2019-01-05 07:00:11 --> The upload path does not appear to be valid. -ERROR - 2019-01-05 07:09:42 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 238 -ERROR - 2019-01-05 07:09:42 --> The upload path does not appear to be valid. -ERROR - 2019-01-05 07:10:03 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 238 -ERROR - 2019-01-05 07:10:03 --> The upload path does not appear to be valid. -ERROR - 2019-01-05 07:11:10 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 238 -ERROR - 2019-01-05 07:11:10 --> The upload path does not appear to be valid. -ERROR - 2019-01-05 07:11:47 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2019-01-05 07:11:51 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1552 -ERROR - 2019-01-05 07:11:51 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1552 -ERROR - 2019-01-05 07:11:51 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1552 -ERROR - 2019-01-05 07:11:51 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1552 -ERROR - 2019-01-05 07:11:52 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 07:11:52 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 07:11:52 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 07:11:52 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 07:11:52 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 07:11:52 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 07:11:52 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 07:11:52 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 07:11:52 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 07:11:52 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 07:11:52 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 07:11:52 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 07:11:52 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2019-01-05 07:11:52 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 07:11:52 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 07:11:53 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 237 -ERROR - 2019-01-05 07:12:03 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 238 -ERROR - 2019-01-05 07:12:03 --> The upload path does not appear to be valid. -ERROR - 2019-01-05 07:12:04 --> Severity: Notice --> Undefined variable: highestRow4 C:\xampp\htdocs\ria\application\controllers\cashbook.php 273 -ERROR - 2019-01-05 07:12:48 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 238 -ERROR - 2019-01-05 07:12:48 --> The upload path does not appear to be valid. -ERROR - 2019-01-05 07:12:49 --> Severity: Notice --> Undefined variable: highestRow4 C:\xampp\htdocs\ria\application\controllers\cashbook.php 273 -ERROR - 2019-01-05 07:13:01 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 238 -ERROR - 2019-01-05 07:13:01 --> The upload path does not appear to be valid. -ERROR - 2019-01-05 07:13:01 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 238 -ERROR - 2019-01-05 07:13:01 --> The upload path does not appear to be valid. -ERROR - 2019-01-05 07:13:02 --> Severity: Notice --> Undefined variable: highestRow4 C:\xampp\htdocs\ria\application\controllers\cashbook.php 273 -ERROR - 2019-01-05 07:13:02 --> Severity: Notice --> Undefined variable: highestRow4 C:\xampp\htdocs\ria\application\controllers\cashbook.php 273 -ERROR - 2019-01-05 07:36:35 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2019-01-05 07:36:43 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 238 -ERROR - 2019-01-05 07:36:43 --> The upload path does not appear to be valid. -ERROR - 2019-01-05 07:36:51 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1554 -ERROR - 2019-01-05 07:36:51 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1554 -ERROR - 2019-01-05 07:36:51 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1554 -ERROR - 2019-01-05 07:36:51 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1554 -ERROR - 2019-01-05 07:36:51 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 07:36:51 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 07:36:51 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 07:36:51 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 07:36:52 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 07:36:52 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 07:36:52 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 07:36:52 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 07:36:52 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 07:36:52 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 07:36:52 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 07:36:52 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 07:36:52 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 07:36:52 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 07:47:12 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2019-01-05 07:47:38 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 235 -ERROR - 2019-01-05 07:47:38 --> The upload path does not appear to be valid. -ERROR - 2019-01-05 07:47:39 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-05 07:47:39 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-05 07:47:39 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-05 07:47:39 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-05 07:47:39 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-05 07:47:39 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-05 07:47:39 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-05 07:47:39 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-05 07:47:40 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-05 07:47:40 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-05 07:47:40 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-05 07:47:44 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1598 -ERROR - 2019-01-05 07:47:44 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1598 -ERROR - 2019-01-05 07:47:44 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1598 -ERROR - 2019-01-05 07:47:44 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1598 -ERROR - 2019-01-05 07:47:44 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 07:47:44 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 07:47:44 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 07:47:44 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 07:47:44 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 07:47:44 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 07:47:44 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 07:47:44 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 07:47:44 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 07:47:44 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 07:47:44 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 07:47:44 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 07:47:44 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 07:47:44 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 07:50:22 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2019-01-05 07:51:18 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 235 -ERROR - 2019-01-05 07:51:18 --> The upload path does not appear to be valid. -ERROR - 2019-01-05 07:51:19 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute width redefined in Entity, line: 21 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-05 07:51:19 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : table-- in Entity, line: 156 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-05 07:51:19 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 444 -ERROR - 2019-01-05 07:51:19 --> Severity: Notice --> Undefined index: Balance C:\xampp\htdocs\ria\application\models\cashbook_model.php 394 -ERROR - 2019-01-05 07:51:19 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 444 -ERROR - 2019-01-05 07:51:19 --> Severity: Notice --> Undefined index: reportdate C:\xampp\htdocs\ria\application\models\cashbook_model.php 392 -ERROR - 2019-01-05 07:51:19 --> Severity: Notice --> Undefined index: Narration C:\xampp\htdocs\ria\application\models\cashbook_model.php 393 -ERROR - 2019-01-05 07:51:19 --> Severity: Notice --> Undefined index: Balance C:\xampp\htdocs\ria\application\models\cashbook_model.php 394 -ERROR - 2019-01-05 07:51:20 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 444 -ERROR - 2019-01-05 07:51:20 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 444 -ERROR - 2019-01-05 07:51:20 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 444 -ERROR - 2019-01-05 07:51:20 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 444 -ERROR - 2019-01-05 07:51:20 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 444 -ERROR - 2019-01-05 07:51:20 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 444 -ERROR - 2019-01-05 07:51:23 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1665 -ERROR - 2019-01-05 07:51:23 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1665 -ERROR - 2019-01-05 07:51:23 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1665 -ERROR - 2019-01-05 07:51:23 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1665 -ERROR - 2019-01-05 07:51:24 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 07:51:24 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 07:51:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 07:51:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 07:51:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 07:51:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 07:51:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 07:51:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 07:51:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 07:51:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 07:51:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 07:51:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 07:51:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 07:51:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 07:58:27 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2019-01-05 08:01:21 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 235 -ERROR - 2019-01-05 08:01:21 --> The upload path does not appear to be valid. -ERROR - 2019-01-05 08:01:29 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 08:01:29 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 08:01:29 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 08:01:29 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 08:01:30 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 08:01:30 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 08:01:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 08:01:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 08:01:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 08:01:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 08:01:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 08:01:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 08:01:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 08:01:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 08:01:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 08:01:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 08:01:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 08:01:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 08:01:39 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2019-01-05 08:01:59 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 235 -ERROR - 2019-01-05 08:01:59 --> The upload path does not appear to be valid. -ERROR - 2019-01-05 08:02:00 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:00 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:00 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:00 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:00 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:00 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:00 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:00 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:00 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:00 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:01 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:01 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:01 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:01 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:01 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:01 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:01 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:01 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:01 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:01 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:01 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:01 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:02 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:02 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:02 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:02 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:02 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:02 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:02 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:02 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:02 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:02 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:02 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:02 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:03 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:03 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:03 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:03 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:03 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:03 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:03 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:03 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:04 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:04 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:04 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:04 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:04 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:04 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:04 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:04 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:05 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:05 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:05 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:05 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:05 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:05 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:05 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:05 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:06 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:06 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:06 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:06 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:06 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:06 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:06 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:06 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:06 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:06 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:07 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:07 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:07 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:07 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:07 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:07 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:07 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:07 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:08 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:08 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:08 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:08 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:08 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:08 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:08 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:08 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:08 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:08 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:08 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:08 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:09 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:09 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:09 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:09 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:09 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:09 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:09 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:09 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:09 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:09 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:09 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:09 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:09 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:09 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:10 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:10 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:10 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:10 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:10 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:10 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:10 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:10 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:10 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:10 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:10 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:10 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:10 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:10 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:11 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:11 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:11 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:11 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:11 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:11 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:11 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:11 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:11 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:11 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:11 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:11 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:11 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:11 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:12 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:12 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:12 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:12 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:12 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:12 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:12 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:12 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:12 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:12 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:13 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:13 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:13 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:13 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:13 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:13 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:13 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:13 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:13 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:13 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:13 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:13 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:13 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:13 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:14 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:14 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:14 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:14 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:14 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:14 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:14 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:14 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:14 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:14 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:14 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:14 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:14 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:14 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:14 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:15 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:15 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:15 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:15 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:15 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:15 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:15 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:15 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:15 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:15 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:15 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:15 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:15 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:15 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:16 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:16 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:16 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:16 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:16 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:16 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:16 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:16 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:16 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:16 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:16 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:16 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:16 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:16 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:17 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:17 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:17 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:17 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:17 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:17 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:17 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:17 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:17 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:17 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:17 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:17 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:17 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:17 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:18 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:18 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:18 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:18 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:18 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:18 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:18 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:18 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:18 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:18 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:18 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:18 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:18 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:19 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:19 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:19 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:19 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:19 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:19 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:19 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:19 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:19 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:19 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:19 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:19 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:19 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:19 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:20 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:20 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:20 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:20 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:20 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:20 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:20 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:20 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:20 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:20 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:20 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:20 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:20 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:20 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:21 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:21 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:21 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:21 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:21 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:21 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:21 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:21 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:21 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:21 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:21 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:21 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:21 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:21 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:22 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:22 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:22 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:22 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:02:26 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 08:02:26 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 08:02:26 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 08:02:26 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 08:02:26 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 08:02:26 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 08:02:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 08:02:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 08:02:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 08:02:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 08:02:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 08:02:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 08:02:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 08:02:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 08:02:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 08:02:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 08:02:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 08:02:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 08:05:16 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-05 08:05:16 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-05 08:05:24 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-05 08:05:24 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-05 08:05:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 08:05:24 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 08:05:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 08:05:24 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 08:05:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 08:05:25 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 08:05:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 08:05:25 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 08:05:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 08:05:25 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 08:05:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 08:05:25 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 08:05:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 08:05:25 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 08:05:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 08:05:25 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 08:05:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 08:05:25 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 08:05:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 08:05:25 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 08:05:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 08:05:25 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 08:05:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 08:05:25 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 08:05:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 08:05:25 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 08:05:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 08:05:25 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 08:05:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 08:05:25 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 08:05:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 08:05:25 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 08:05:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 08:05:25 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 08:05:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 08:05:26 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 08:05:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 08:05:26 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 08:05:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 08:05:26 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 08:05:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 08:05:26 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 08:05:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 08:05:26 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 08:05:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 08:05:26 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 08:05:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 08:05:26 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 08:05:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 08:05:26 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 08:05:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 08:05:26 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 08:05:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 08:05:26 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 08:05:53 --> Severity: Notice --> Undefined variable: balancetocleared C:\xampp\htdocs\ria\application\controllers\cashbook.php 1926 -ERROR - 2019-01-05 08:05:53 --> Severity: Notice --> Undefined variable: clearedblnce C:\xampp\htdocs\ria\application\controllers\cashbook.php 1935 -ERROR - 2019-01-05 08:05:53 --> Severity: Notice --> Undefined variable: balancetocleared C:\xampp\htdocs\ria\application\controllers\cashbook.php 1935 -ERROR - 2019-01-05 08:05:53 --> Severity: Notice --> Undefined variable: data C:\xampp\htdocs\ria\application\controllers\cashbook.php 2001 -ERROR - 2019-01-05 08:05:53 --> Severity: Notice --> Undefined variable: data C:\xampp\htdocs\ria\application\controllers\cashbook.php 2001 -ERROR - 2019-01-05 08:05:53 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 08:05:53 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 08:05:54 --> Severity: Notice --> Undefined variable: bankreport C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-05 08:05:54 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-05 08:05:54 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 08:05:54 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 08:05:54 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 08:05:54 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 08:05:54 --> Severity: Notice --> Undefined variable: bankreport C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-05 08:05:54 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 08:05:54 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 08:05:54 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-05 08:05:54 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 08:05:54 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 08:05:54 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 08:05:54 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 08:05:54 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 08:05:54 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 08:05:54 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 08:05:54 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 08:05:54 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 08:05:54 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 08:05:54 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 08:05:54 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 08:05:54 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 08:05:54 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 08:05:54 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 08:05:54 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 08:05:54 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 08:05:54 --> Severity: Notice --> Undefined variable: finyear C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2019-01-05 08:05:54 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2019-01-05 08:05:54 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 08:05:54 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 237 -ERROR - 2019-01-05 08:05:54 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 08:05:54 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 08:05:54 --> Severity: Notice --> Undefined variable: finyear C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2019-01-05 08:05:54 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2019-01-05 08:05:54 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 237 -ERROR - 2019-01-05 08:05:55 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 08:05:55 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 08:05:55 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 08:05:55 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 08:05:55 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 08:05:55 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 08:05:55 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 08:05:55 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 08:05:55 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 08:05:55 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 08:05:55 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 08:05:55 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 08:05:55 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 08:05:55 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 08:05:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 08:05:56 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 08:05:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 08:05:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 08:05:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 08:05:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 08:05:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 08:05:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 08:05:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 08:05:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 08:05:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 08:05:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 08:05:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 08:05:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 08:05:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 08:05:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 08:05:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 08:05:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 08:05:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 08:05:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 08:05:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 08:05:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 08:06:09 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\banksettlement.php 4 -ERROR - 2019-01-05 08:06:09 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\banksettlement.php 4 -ERROR - 2019-01-05 08:06:09 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 08:06:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 08:06:09 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 08:06:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 08:06:09 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 08:06:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 08:06:09 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 325 -ERROR - 2019-01-05 08:06:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 325 -ERROR - 2019-01-05 08:06:09 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 08:06:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 08:06:10 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 08:06:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 08:06:10 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 08:06:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 08:10:01 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2019-01-05 08:10:52 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 235 -ERROR - 2019-01-05 08:10:52 --> The upload path does not appear to be valid. -ERROR - 2019-01-05 08:10:52 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:10:52 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:10:52 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:10:52 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:10:52 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:10:53 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:10:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:10:53 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:10:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:10:53 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:10:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:10:53 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:10:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:10:53 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:10:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:10:53 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:10:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:10:53 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 08:10:57 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 08:10:57 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 08:10:57 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 08:10:57 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 08:10:57 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 08:10:57 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 08:10:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 08:10:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 08:10:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 08:10:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 08:10:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 08:10:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 08:10:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 08:10:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 08:10:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 08:10:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 08:10:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 08:10:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 08:14:10 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\banksettlement.php 4 -ERROR - 2019-01-05 08:14:10 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\banksettlement.php 4 -ERROR - 2019-01-05 08:14:10 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 08:14:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 08:14:10 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 08:14:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 08:14:10 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 08:14:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 08:14:10 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 325 -ERROR - 2019-01-05 08:14:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 325 -ERROR - 2019-01-05 08:14:10 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 08:14:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 08:14:10 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 08:14:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 08:14:10 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 08:14:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 08:15:37 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-05 08:15:37 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-05 08:15:42 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-05 08:15:42 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-05 08:15:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 08:15:42 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 08:15:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 08:15:42 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 08:15:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 08:15:42 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 08:15:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 08:15:43 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 08:15:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 08:15:43 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 08:15:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 08:15:43 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 08:15:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 08:15:43 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 08:15:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 08:15:43 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 08:15:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 08:15:43 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 08:15:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 08:15:43 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 08:15:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 08:15:43 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 08:15:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 08:15:43 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 08:15:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 08:15:43 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 08:15:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 08:15:43 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 08:15:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 08:15:43 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 08:15:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 08:15:43 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 08:15:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 08:15:43 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 08:15:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 08:15:43 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 08:15:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 08:15:44 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 08:15:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 08:15:44 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 08:15:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 08:15:44 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 08:15:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 08:15:44 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 08:15:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 08:15:44 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 08:15:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 08:15:44 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 08:15:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 08:15:44 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 08:15:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 08:15:44 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 08:15:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 08:15:44 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 08:16:39 --> Severity: Notice --> Undefined variable: balancetocleared C:\xampp\htdocs\ria\application\controllers\cashbook.php 1926 -ERROR - 2019-01-05 08:16:39 --> Severity: Notice --> Undefined variable: balancetocleared C:\xampp\htdocs\ria\application\controllers\cashbook.php 1926 -ERROR - 2019-01-05 08:16:39 --> Severity: Notice --> Undefined variable: clearedblnce C:\xampp\htdocs\ria\application\controllers\cashbook.php 1935 -ERROR - 2019-01-05 08:16:39 --> Severity: Notice --> Undefined variable: clearedblnce C:\xampp\htdocs\ria\application\controllers\cashbook.php 1935 -ERROR - 2019-01-05 08:16:39 --> Severity: Notice --> Undefined variable: balancetocleared C:\xampp\htdocs\ria\application\controllers\cashbook.php 1935 -ERROR - 2019-01-05 08:16:39 --> Severity: Notice --> Undefined variable: balancetocleared C:\xampp\htdocs\ria\application\controllers\cashbook.php 1935 -ERROR - 2019-01-05 08:16:40 --> Severity: Notice --> Undefined variable: data C:\xampp\htdocs\ria\application\controllers\cashbook.php 2001 -ERROR - 2019-01-05 08:16:40 --> Severity: Notice --> Undefined variable: data C:\xampp\htdocs\ria\application\controllers\cashbook.php 2001 -ERROR - 2019-01-05 08:16:40 --> Severity: Notice --> Undefined variable: data C:\xampp\htdocs\ria\application\controllers\cashbook.php 2001 -ERROR - 2019-01-05 08:16:40 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 08:16:40 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 08:16:40 --> Severity: Notice --> Undefined variable: bankreport C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-05 08:16:40 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-05 08:16:40 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 08:16:40 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 08:16:40 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 08:16:40 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 08:16:40 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 08:16:40 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 08:16:40 --> Severity: Notice --> Undefined variable: bankreport C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-05 08:16:40 --> Severity: Notice --> Undefined variable: bankreport C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-05 08:16:40 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 08:16:40 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-05 08:16:40 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 08:16:40 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-05 08:16:40 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 08:16:40 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 08:16:40 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 08:16:40 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 08:16:40 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 08:16:40 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 08:16:40 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 08:16:40 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 08:16:40 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 08:16:40 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 08:16:40 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 08:16:40 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 08:16:40 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 08:16:40 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 08:16:40 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 08:16:40 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 08:16:40 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 08:16:40 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 08:16:40 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 08:16:40 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 08:16:40 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 08:16:40 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 08:16:40 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 08:16:40 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 08:16:40 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 08:16:40 --> Severity: Notice --> Undefined variable: finyear C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2019-01-05 08:16:40 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 08:16:40 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2019-01-05 08:16:40 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 08:16:40 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 08:16:40 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 08:16:40 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 237 -ERROR - 2019-01-05 08:16:40 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 08:16:40 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 08:16:40 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 08:16:40 --> Severity: Notice --> Undefined variable: finyear C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2019-01-05 08:16:40 --> Severity: Notice --> Undefined variable: finyear C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2019-01-05 08:16:41 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2019-01-05 08:16:41 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2019-01-05 08:16:41 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 237 -ERROR - 2019-01-05 08:16:41 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 237 -ERROR - 2019-01-05 08:16:41 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 08:16:41 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 08:16:41 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 08:16:41 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 08:16:41 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 08:16:41 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 08:16:42 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 08:16:42 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 08:16:42 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 08:16:42 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 08:16:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 08:16:42 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 08:16:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 08:16:42 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 08:16:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 08:16:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 08:16:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 08:16:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 08:16:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 08:16:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 08:16:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 08:16:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 08:16:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 08:16:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 08:16:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 08:16:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 08:16:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 08:16:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 08:16:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 08:16:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 08:16:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 08:16:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 08:16:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 08:16:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 08:16:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 08:16:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 08:16:50 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\banksettlement.php 4 -ERROR - 2019-01-05 08:16:50 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\banksettlement.php 4 -ERROR - 2019-01-05 08:16:50 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 08:16:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 08:16:50 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 08:16:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 08:16:50 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 08:16:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 08:16:51 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 325 -ERROR - 2019-01-05 08:16:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 325 -ERROR - 2019-01-05 08:16:51 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 08:16:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 08:16:51 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 08:16:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 08:16:51 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 08:16:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 08:16:51 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 08:16:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 08:16:51 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 08:16:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 08:16:51 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 08:16:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 08:17:46 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\banksettlement.php 4 -ERROR - 2019-01-05 08:17:46 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\banksettlement.php 4 -ERROR - 2019-01-05 08:17:46 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 08:17:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 08:17:46 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 08:17:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 08:17:46 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 08:17:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 08:17:46 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 325 -ERROR - 2019-01-05 08:17:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 325 -ERROR - 2019-01-05 08:17:46 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 08:17:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 08:17:46 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 08:17:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 08:17:46 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 08:17:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 08:17:46 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 08:17:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 08:17:46 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 08:17:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 08:17:46 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 08:17:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 09:00:18 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\banksettlement.php 4 -ERROR - 2019-01-05 09:00:18 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\banksettlement.php 4 -ERROR - 2019-01-05 09:00:19 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\banksettlement.php 170 -ERROR - 2019-01-05 09:00:19 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\banksettlement.php 182 -ERROR - 2019-01-05 09:00:59 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 09:00:59 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 09:00:59 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 09:00:59 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 09:01:00 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 09:01:00 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 09:01:00 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 09:01:00 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 09:01:00 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 09:01:00 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 09:01:00 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 09:01:00 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 09:01:01 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 09:01:01 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 09:01:01 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 09:01:01 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 09:01:01 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 09:01:01 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 09:01:16 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-05 09:01:16 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-05 09:01:25 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-05 09:01:25 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-05 09:01:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 09:01:25 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 09:01:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 09:01:25 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 09:01:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 09:01:25 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 09:01:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 09:01:25 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 09:01:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 09:01:25 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 09:01:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 09:01:25 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 09:01:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 09:01:25 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 09:01:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 09:01:25 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 09:01:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 09:01:25 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 09:01:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 09:01:26 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 09:01:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 09:01:26 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 09:01:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 09:01:26 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 09:01:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 09:01:26 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 09:01:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 09:01:26 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 09:01:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 09:01:26 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 09:01:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 09:01:26 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 09:01:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 09:01:26 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 09:01:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 09:01:26 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 09:01:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 09:01:26 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 09:01:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 09:01:26 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 09:01:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 09:01:26 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 09:01:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 09:01:27 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 09:01:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 09:01:27 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 09:01:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 09:01:27 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 09:01:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 09:01:27 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 09:01:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 09:01:27 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 09:01:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 09:01:27 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 09:04:50 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-05 09:04:50 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-05 09:05:06 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 09:05:06 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 09:05:06 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 09:05:06 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 09:05:06 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 09:05:06 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 09:05:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 09:05:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 09:05:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 09:05:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 09:05:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 09:05:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 09:05:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 09:05:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 09:05:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 09:05:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 09:05:07 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 09:05:07 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 09:05:07 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 237 -ERROR - 2019-01-05 09:05:15 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2019-01-05 09:05:35 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 235 -ERROR - 2019-01-05 09:05:36 --> The upload path does not appear to be valid. -ERROR - 2019-01-05 09:05:40 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:40 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:40 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:40 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:40 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:40 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:40 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:40 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:40 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:40 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:40 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:40 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:40 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:40 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:41 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:41 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:41 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:41 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:41 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:41 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:41 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:41 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:41 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:41 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:41 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:41 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:41 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:42 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:42 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:42 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:42 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:42 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:42 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:42 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:42 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:42 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:42 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:42 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:42 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:42 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:43 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:43 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:43 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:43 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:43 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:43 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:43 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:43 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:43 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:43 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:43 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:43 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:43 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:43 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:44 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:44 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:44 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:44 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:44 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:44 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:44 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:44 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:44 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:44 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:44 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:44 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:44 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:45 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:45 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:45 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:45 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:45 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:45 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:45 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:45 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:45 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:45 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:45 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:45 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:45 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:46 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:46 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:46 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:46 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:46 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:46 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:46 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:46 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:46 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:46 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:46 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:46 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:46 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:46 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:47 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:47 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:47 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:47 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:47 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:47 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:47 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:47 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:47 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:47 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:47 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:47 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:48 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:48 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:48 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:48 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:48 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:48 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:48 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:49 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:49 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:49 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:49 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:49 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:49 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:49 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:49 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:49 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:49 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:49 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:49 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:49 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:50 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:50 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:50 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:50 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:50 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:50 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:50 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:50 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:50 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:50 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:50 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:50 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:50 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:51 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:51 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:51 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:51 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:51 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:51 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:52 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:52 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:52 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:52 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:52 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:52 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:52 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:52 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:52 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:52 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:52 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:52 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:52 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:53 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:53 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:53 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:53 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:53 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:53 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:54 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:54 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:54 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:54 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:54 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:54 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:54 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:54 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:54 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:54 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:54 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:54 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:54 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:55 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:55 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:55 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:55 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:55 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:55 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:55 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:55 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:55 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:55 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:56 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:56 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:56 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:56 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:56 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:56 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:56 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:56 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:56 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:56 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:56 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:56 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:57 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:57 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:57 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:57 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:57 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:57 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:57 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:57 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:57 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:57 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:57 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:57 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:58 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:58 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:58 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:58 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:58 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:58 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:58 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:58 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:58 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:58 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:58 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:58 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:58 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:59 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:59 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:59 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:59 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:59 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:59 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:59 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:59 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:59 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:59 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:59 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:59 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:05:59 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:06:00 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:06:00 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:06:00 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:06:00 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:06:00 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:06:00 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:06:00 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:06:00 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:06:00 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:06:00 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:06:00 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:06:01 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-05 09:06:05 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 09:06:05 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 09:06:05 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 09:06:05 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 09:06:05 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 09:06:05 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 09:06:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 09:06:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 09:06:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 09:06:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 09:06:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 09:06:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 09:06:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 09:06:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 09:06:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 09:06:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 09:06:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 09:06:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 09:09:21 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-05 09:09:21 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-05 09:09:26 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-05 09:09:26 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-05 09:09:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 09:09:26 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 09:09:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 09:09:26 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 09:09:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 09:09:27 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 09:09:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 09:09:27 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 09:09:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 09:09:27 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 09:09:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 09:09:27 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 09:09:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 09:09:27 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 09:09:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 09:09:27 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 09:09:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 09:09:27 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 09:09:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 09:09:27 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 09:09:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 09:09:27 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 09:09:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 09:09:27 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 09:09:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 09:09:27 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 09:09:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 09:09:28 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 09:09:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 09:09:28 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 09:09:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 09:09:28 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 09:09:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 09:09:28 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 09:09:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 09:09:28 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 09:09:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 09:09:28 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 09:09:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 09:09:28 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 09:09:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 09:09:28 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 09:09:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 09:09:28 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 09:09:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 09:09:28 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 09:09:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 09:09:28 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 09:09:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 09:09:29 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 09:09:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 09:09:29 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 09:09:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 09:09:29 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 09:10:10 --> Severity: Notice --> Undefined variable: balancetocleared C:\xampp\htdocs\ria\application\controllers\cashbook.php 1926 -ERROR - 2019-01-05 09:10:10 --> Severity: Notice --> Undefined variable: balancetocleared C:\xampp\htdocs\ria\application\controllers\cashbook.php 1926 -ERROR - 2019-01-05 09:10:10 --> Severity: Notice --> Undefined variable: clearedblnce C:\xampp\htdocs\ria\application\controllers\cashbook.php 1935 -ERROR - 2019-01-05 09:10:10 --> Severity: Notice --> Undefined variable: balancetocleared C:\xampp\htdocs\ria\application\controllers\cashbook.php 1926 -ERROR - 2019-01-05 09:10:10 --> Severity: Notice --> Undefined variable: balancetocleared C:\xampp\htdocs\ria\application\controllers\cashbook.php 1935 -ERROR - 2019-01-05 09:10:10 --> Severity: Notice --> Undefined variable: clearedblnce C:\xampp\htdocs\ria\application\controllers\cashbook.php 1935 -ERROR - 2019-01-05 09:10:10 --> Severity: Notice --> Undefined variable: clearedblnce C:\xampp\htdocs\ria\application\controllers\cashbook.php 1935 -ERROR - 2019-01-05 09:10:10 --> Severity: Notice --> Undefined variable: balancetocleared C:\xampp\htdocs\ria\application\controllers\cashbook.php 1935 -ERROR - 2019-01-05 09:10:10 --> Severity: Notice --> Undefined variable: balancetocleared C:\xampp\htdocs\ria\application\controllers\cashbook.php 1935 -ERROR - 2019-01-05 09:10:10 --> Severity: Notice --> Undefined variable: data C:\xampp\htdocs\ria\application\controllers\cashbook.php 2001 -ERROR - 2019-01-05 09:10:10 --> Severity: Notice --> Undefined variable: data C:\xampp\htdocs\ria\application\controllers\cashbook.php 2001 -ERROR - 2019-01-05 09:10:11 --> Severity: Notice --> Undefined variable: data C:\xampp\htdocs\ria\application\controllers\cashbook.php 2001 -ERROR - 2019-01-05 09:10:11 --> Severity: Notice --> Undefined variable: data C:\xampp\htdocs\ria\application\controllers\cashbook.php 2001 -ERROR - 2019-01-05 09:10:11 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 09:10:11 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 09:10:11 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 09:10:11 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 09:10:11 --> Severity: Notice --> Undefined variable: bankreport C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-05 09:10:11 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 09:10:11 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-05 09:10:11 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 09:10:11 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 09:10:11 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 09:10:11 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 09:10:11 --> Severity: Notice --> Undefined variable: bankreport C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-05 09:10:11 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 09:10:11 --> Severity: Notice --> Undefined variable: bankreport C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-05 09:10:11 --> Severity: Notice --> Undefined variable: bankreport C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-05 09:10:11 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 09:10:11 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-05 09:10:11 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-05 09:10:11 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 09:10:11 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 09:10:11 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 09:10:11 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-05 09:10:11 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 09:10:11 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 09:10:11 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 09:10:11 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 09:10:11 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 09:10:11 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 09:10:11 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 09:10:11 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 09:10:11 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 09:10:11 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 09:10:11 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 09:10:11 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 09:10:11 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 09:10:11 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 09:10:11 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 09:10:11 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 09:10:11 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 09:10:11 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 09:10:11 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 09:10:11 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 09:10:11 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 09:10:11 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 09:10:11 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 09:10:11 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 09:10:11 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 09:10:11 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 09:10:11 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 09:10:11 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 09:10:11 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 09:10:11 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 09:10:11 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 09:10:11 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 09:10:11 --> Severity: Notice --> Undefined variable: finyear C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2019-01-05 09:10:11 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 09:10:11 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2019-01-05 09:10:11 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 09:10:11 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 09:10:11 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 09:10:11 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 09:10:11 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 09:10:11 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 237 -ERROR - 2019-01-05 09:10:11 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 09:10:11 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 09:10:11 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 09:10:12 --> Severity: Notice --> Undefined variable: finyear C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2019-01-05 09:10:12 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 09:10:12 --> Severity: Notice --> Undefined variable: finyear C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2019-01-05 09:10:12 --> Severity: Notice --> Undefined variable: finyear C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2019-01-05 09:10:12 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2019-01-05 09:10:12 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 237 -ERROR - 2019-01-05 09:10:12 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2019-01-05 09:10:12 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2019-01-05 09:10:12 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 237 -ERROR - 2019-01-05 09:10:12 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 237 -ERROR - 2019-01-05 09:10:12 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 09:10:12 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 09:10:13 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 09:10:13 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 09:10:13 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 09:10:13 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 09:10:13 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 09:10:13 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 09:10:13 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 09:10:13 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 09:10:13 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 09:10:13 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 09:10:13 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 09:10:13 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 09:10:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 09:10:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 09:10:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 09:10:13 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 09:10:13 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 09:10:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 09:10:13 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 09:10:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 09:10:13 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 09:10:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 09:10:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 09:10:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 09:10:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 09:10:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 09:10:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 09:10:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 09:10:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 09:10:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 09:10:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 09:10:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 09:10:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 09:10:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 09:10:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 09:10:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 09:10:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 09:10:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 09:10:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 09:10:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 09:10:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 09:10:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 09:10:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 09:10:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 09:10:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 09:10:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 09:10:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 09:10:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 09:10:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 09:10:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 09:10:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 09:10:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 09:10:38 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 09:10:38 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 09:10:38 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 09:10:38 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 09:10:38 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 09:10:38 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 09:10:38 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 09:10:38 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 09:10:38 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 09:10:38 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 09:10:38 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 09:10:38 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 09:10:39 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 09:10:39 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 09:10:39 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 09:10:39 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 09:10:39 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 09:10:39 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 09:10:46 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\banksettlement.php 4 -ERROR - 2019-01-05 09:10:46 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\banksettlement.php 4 -ERROR - 2019-01-05 09:10:46 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 09:10:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 09:10:46 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 09:10:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 09:10:46 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 09:10:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 09:10:46 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 325 -ERROR - 2019-01-05 09:10:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 325 -ERROR - 2019-01-05 09:10:47 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 09:10:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 09:10:47 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 09:10:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 09:10:47 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 09:10:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 09:10:47 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 09:10:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 09:10:47 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 09:10:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 09:10:47 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 09:10:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 09:10:47 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 325 -ERROR - 2019-01-05 09:10:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 325 -ERROR - 2019-01-05 09:10:47 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 09:10:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 09:10:47 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 09:10:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 09:10:47 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 09:10:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 09:11:23 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\banksettlement.php 4 -ERROR - 2019-01-05 09:11:23 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\banksettlement.php 4 -ERROR - 2019-01-05 09:11:23 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 09:11:23 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 09:11:23 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 09:11:23 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 09:11:23 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 09:11:23 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 09:11:23 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 325 -ERROR - 2019-01-05 09:11:23 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 325 -ERROR - 2019-01-05 09:11:23 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 09:11:23 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 09:11:23 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 09:11:23 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 09:11:23 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 09:11:23 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 09:11:23 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 09:11:23 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 09:11:23 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 09:11:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 09:11:24 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 09:11:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 09:11:24 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 325 -ERROR - 2019-01-05 09:11:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 325 -ERROR - 2019-01-05 09:11:24 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 09:11:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 09:11:24 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 09:11:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 09:11:24 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 09:11:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 10:22:37 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 10:22:38 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 10:22:38 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 10:22:38 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 10:22:42 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 10:22:42 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 10:22:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 10:22:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 10:22:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 10:22:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 10:22:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 10:22:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 10:22:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 10:22:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 10:22:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 10:22:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 10:22:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 10:22:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 10:23:05 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-05 10:23:05 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-05 10:23:20 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-05 10:23:20 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-05 10:23:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 10:23:20 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 10:23:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 10:23:20 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 10:23:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 10:23:20 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 10:23:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 10:23:20 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 10:23:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 10:23:20 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 10:23:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 10:23:20 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 10:23:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 10:23:21 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 10:23:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 10:23:21 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 10:23:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 10:23:21 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 10:23:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 10:23:21 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 10:23:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 10:23:21 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 10:23:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 10:23:21 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 10:23:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 10:23:21 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 10:23:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 10:23:21 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 10:23:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 10:23:21 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 10:23:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 10:23:21 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 10:23:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 10:23:21 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 10:23:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 10:23:21 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 10:23:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 10:23:22 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 10:23:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 10:23:22 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 10:23:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 10:23:22 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 10:23:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 10:23:22 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 10:23:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 10:23:22 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 10:23:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 10:23:22 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 10:23:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 10:23:22 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 10:23:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 10:23:22 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 10:23:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 10:23:22 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 10:24:12 --> Severity: Notice --> Undefined variable: balancetocleared C:\xampp\htdocs\ria\application\controllers\cashbook.php 1931 -ERROR - 2019-01-05 10:24:12 --> Severity: Notice --> Undefined variable: balancetocleared C:\xampp\htdocs\ria\application\controllers\cashbook.php 1931 -ERROR - 2019-01-05 10:24:12 --> Severity: Notice --> Undefined variable: clearedblnce C:\xampp\htdocs\ria\application\controllers\cashbook.php 1940 -ERROR - 2019-01-05 10:24:12 --> Severity: Notice --> Undefined variable: clearedblnce C:\xampp\htdocs\ria\application\controllers\cashbook.php 1940 -ERROR - 2019-01-05 10:24:12 --> Severity: Notice --> Undefined variable: balancetocleared C:\xampp\htdocs\ria\application\controllers\cashbook.php 1940 -ERROR - 2019-01-05 10:24:12 --> Severity: Notice --> Undefined variable: balancetocleared C:\xampp\htdocs\ria\application\controllers\cashbook.php 1940 -ERROR - 2019-01-05 10:24:13 --> Severity: Notice --> Undefined variable: data C:\xampp\htdocs\ria\application\controllers\cashbook.php 2006 -ERROR - 2019-01-05 10:24:14 --> Severity: Notice --> Undefined variable: data C:\xampp\htdocs\ria\application\controllers\cashbook.php 2006 -ERROR - 2019-01-05 10:24:14 --> Severity: Notice --> Undefined variable: data C:\xampp\htdocs\ria\application\controllers\cashbook.php 2006 -ERROR - 2019-01-05 10:24:15 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 10:24:15 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 10:24:15 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 10:24:15 --> Severity: Notice --> Undefined variable: bankreport C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-05 10:24:15 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 10:24:15 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 10:24:15 --> Severity: Notice --> Undefined variable: bankreport C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-05 10:24:15 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-05 10:24:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 10:24:15 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-05 10:24:15 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 10:24:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 10:24:15 --> Severity: Notice --> Undefined variable: bankreport C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-05 10:24:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 10:24:15 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-05 10:24:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 10:24:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 10:24:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 10:24:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 10:24:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 10:24:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 10:24:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 10:24:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 10:24:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 10:24:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 10:24:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 10:24:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 10:24:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 10:24:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 10:24:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 10:24:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 10:24:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 10:24:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 10:24:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 10:24:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 10:24:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 10:24:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 10:24:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 10:24:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 10:24:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 10:24:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 10:24:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 10:24:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 10:24:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 10:24:15 --> Severity: Notice --> Undefined variable: finyear C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2019-01-05 10:24:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 10:24:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 10:24:15 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2019-01-05 10:24:15 --> Severity: Notice --> Undefined variable: finyear C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2019-01-05 10:24:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 10:24:15 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2019-01-05 10:24:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 10:24:15 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 237 -ERROR - 2019-01-05 10:24:15 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 237 -ERROR - 2019-01-05 10:24:15 --> Severity: Notice --> Undefined variable: finyear C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2019-01-05 10:24:16 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2019-01-05 10:24:16 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 237 -ERROR - 2019-01-05 10:24:18 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 10:24:18 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 10:24:18 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 10:24:18 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 10:24:18 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 10:24:18 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 10:24:18 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 10:24:18 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 10:24:18 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 10:24:18 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 10:24:18 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 10:24:18 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 10:24:20 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 10:24:20 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 10:24:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 10:24:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 10:24:20 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 10:24:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 10:24:20 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 10:24:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 10:24:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 10:24:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 10:24:20 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 10:24:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 10:24:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 10:24:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 10:24:20 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 10:24:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 10:24:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 10:24:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 10:24:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 10:24:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 10:24:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 10:24:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 10:24:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 10:24:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 10:24:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 10:24:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 10:24:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 10:24:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 10:24:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 10:24:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 10:24:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 10:24:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 10:24:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 10:24:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 10:24:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 10:24:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 10:24:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 10:24:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 10:24:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 10:24:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 10:24:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 10:24:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 10:24:37 --> Severity: Notice --> Array to string conversion C:\xampp\htdocs\ria\application\controllers\cashbook.php 1812 -ERROR - 2019-01-05 10:24:37 --> Severity: Notice --> Array to string conversion C:\xampp\htdocs\ria\application\controllers\cashbook.php 1812 -ERROR - 2019-01-05 10:28:29 --> Severity: Notice --> Array to string conversion C:\xampp\htdocs\ria\application\controllers\cashbook.php 1812 -ERROR - 2019-01-05 10:34:14 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\banksettlement.php 4 -ERROR - 2019-01-05 10:34:14 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\banksettlement.php 4 -ERROR - 2019-01-05 10:34:14 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:34:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:34:14 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:34:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:34:14 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 10:34:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 10:34:14 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:34:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:34:14 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:34:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:34:14 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 10:34:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 10:34:14 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 325 -ERROR - 2019-01-05 10:34:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 325 -ERROR - 2019-01-05 10:34:14 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:34:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:34:14 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:34:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:34:14 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 10:34:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 10:34:14 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 325 -ERROR - 2019-01-05 10:34:15 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 325 -ERROR - 2019-01-05 10:34:49 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 10:34:49 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 10:34:50 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 10:34:50 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 10:34:53 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 10:34:53 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 10:34:53 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 10:34:53 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 10:34:53 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 10:34:53 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 10:34:53 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 10:34:53 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 10:34:53 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 10:34:53 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 10:34:53 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 10:34:53 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 10:34:53 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 10:34:53 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 10:35:15 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-05 10:35:15 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-05 10:35:36 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-05 10:35:36 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-05 10:35:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 10:35:36 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 10:35:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 10:35:36 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 10:35:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 10:35:36 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 10:35:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 10:35:36 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 10:35:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 10:35:36 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 10:35:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 10:35:36 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 10:35:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 10:35:36 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 10:35:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 10:35:36 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 10:35:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 10:35:36 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 10:35:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 10:35:37 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 10:35:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 10:35:37 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 10:35:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 10:35:37 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 10:35:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 10:35:37 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 10:35:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 10:35:37 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 10:35:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 10:35:37 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 10:35:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 10:35:37 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 10:35:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 10:35:37 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 10:35:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 10:35:37 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 10:35:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 10:35:37 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 10:35:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 10:35:37 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 10:35:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 10:35:38 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 10:35:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 10:35:38 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 10:35:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 10:35:38 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 10:35:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 10:35:38 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 10:35:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 10:35:38 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 10:35:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 10:35:38 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 10:35:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 10:35:38 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 10:36:20 --> Severity: Notice --> Undefined variable: balancetocleared C:\xampp\htdocs\ria\application\controllers\cashbook.php 1932 -ERROR - 2019-01-05 10:36:20 --> Severity: Notice --> Undefined variable: balancetocleared C:\xampp\htdocs\ria\application\controllers\cashbook.php 1932 -ERROR - 2019-01-05 10:36:20 --> Severity: Notice --> Undefined variable: clearedblnce C:\xampp\htdocs\ria\application\controllers\cashbook.php 1941 -ERROR - 2019-01-05 10:36:20 --> Severity: Notice --> Undefined variable: clearedblnce C:\xampp\htdocs\ria\application\controllers\cashbook.php 1941 -ERROR - 2019-01-05 10:36:20 --> Severity: Notice --> Undefined variable: balancetocleared C:\xampp\htdocs\ria\application\controllers\cashbook.php 1941 -ERROR - 2019-01-05 10:36:20 --> Severity: Notice --> Undefined variable: balancetocleared C:\xampp\htdocs\ria\application\controllers\cashbook.php 1941 -ERROR - 2019-01-05 10:36:22 --> Severity: Notice --> Undefined variable: data C:\xampp\htdocs\ria\application\controllers\cashbook.php 2007 -ERROR - 2019-01-05 10:36:22 --> Severity: Notice --> Undefined variable: data C:\xampp\htdocs\ria\application\controllers\cashbook.php 2007 -ERROR - 2019-01-05 10:36:22 --> Severity: Notice --> Undefined variable: data C:\xampp\htdocs\ria\application\controllers\cashbook.php 2007 -ERROR - 2019-01-05 10:36:23 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 10:36:23 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 10:36:23 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 10:36:23 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 10:36:23 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 10:36:23 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 10:36:23 --> Severity: Notice --> Undefined variable: bankreport C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-05 10:36:23 --> Severity: Notice --> Undefined variable: bankreport C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-05 10:36:23 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-05 10:36:23 --> Severity: Notice --> Undefined variable: bankreport C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-05 10:36:23 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-05 10:36:23 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-05 10:36:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 10:36:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 10:36:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 10:36:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 10:36:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 10:36:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 10:36:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 10:36:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 10:36:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 10:36:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 10:36:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 10:36:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 10:36:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 10:36:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 10:36:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 10:36:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 10:36:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 10:36:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 10:36:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 10:36:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 10:36:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 10:36:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 10:36:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 10:36:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 10:36:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 10:36:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 10:36:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 10:36:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 10:36:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 10:36:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 10:36:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 10:36:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 10:36:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 10:36:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 10:36:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 10:36:24 --> Severity: Notice --> Undefined variable: finyear C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2019-01-05 10:36:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 10:36:24 --> Severity: Notice --> Undefined variable: finyear C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2019-01-05 10:36:24 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2019-01-05 10:36:24 --> Severity: Notice --> Undefined variable: finyear C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2019-01-05 10:36:24 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 237 -ERROR - 2019-01-05 10:36:24 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2019-01-05 10:36:24 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2019-01-05 10:36:24 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 237 -ERROR - 2019-01-05 10:36:24 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 237 -ERROR - 2019-01-05 10:36:28 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 10:36:28 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 10:36:28 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 10:36:28 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 10:36:28 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 10:36:28 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 10:36:28 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 10:36:28 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 10:36:28 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 10:36:29 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 10:36:29 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 10:36:29 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 10:36:30 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 10:36:31 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 10:36:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 10:36:31 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 10:36:31 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 10:36:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 10:36:31 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 10:36:31 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 10:36:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 10:36:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 10:36:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 10:36:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 10:36:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 10:36:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 10:36:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 10:36:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 10:36:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 10:36:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 10:36:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 10:36:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 10:36:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 10:36:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 10:36:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 10:36:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 10:36:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 10:36:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 10:36:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 10:36:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 10:36:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 10:36:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 10:36:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 10:36:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 10:36:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 10:36:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 10:36:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 10:36:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 10:36:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 10:36:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 10:36:32 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 10:36:32 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 10:36:32 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 10:36:32 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 10:36:49 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\banksettlement.php 4 -ERROR - 2019-01-05 10:36:49 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\banksettlement.php 4 -ERROR - 2019-01-05 10:36:49 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:36:49 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:36:49 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:36:49 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:36:49 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 10:36:49 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 10:36:50 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:36:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:36:50 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:36:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:36:50 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 10:36:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 10:36:50 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 325 -ERROR - 2019-01-05 10:36:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 325 -ERROR - 2019-01-05 10:36:50 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:36:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:36:50 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:36:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:36:50 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 10:36:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 10:36:50 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 325 -ERROR - 2019-01-05 10:36:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 325 -ERROR - 2019-01-05 10:36:50 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:36:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:36:50 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:36:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:36:50 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 10:36:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 10:36:51 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:36:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:36:51 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:36:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:36:51 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 10:36:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 10:36:51 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 325 -ERROR - 2019-01-05 10:36:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 325 -ERROR - 2019-01-05 10:36:51 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:36:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:36:51 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:36:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:36:51 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 10:36:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 10:36:51 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 325 -ERROR - 2019-01-05 10:36:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 325 -ERROR - 2019-01-05 10:37:24 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 10:37:24 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 10:37:24 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 10:37:24 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 10:37:26 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 10:37:26 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 10:37:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 10:37:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 10:37:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 10:37:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 10:37:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 10:37:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 10:37:27 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 10:37:27 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 10:37:27 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 10:37:27 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 10:37:27 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 10:37:27 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 10:37:48 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-05 10:37:48 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-05 10:38:03 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-05 10:38:03 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-05 10:38:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 10:38:03 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 10:38:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 10:38:04 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 10:38:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 10:38:04 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 10:38:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 10:38:04 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 10:38:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 10:38:04 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 10:38:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 10:38:04 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 10:38:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 10:38:04 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 10:38:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 10:38:04 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 10:38:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 10:38:04 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 10:38:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 10:38:04 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 10:38:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 10:38:04 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 10:38:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 10:38:04 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 10:38:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 10:38:05 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 10:38:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 10:38:05 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 10:38:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 10:38:05 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 10:38:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 10:38:05 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 10:38:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 10:38:05 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 10:38:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 10:38:05 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 10:38:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 10:38:05 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 10:38:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 10:38:05 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 10:38:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 10:38:05 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 10:38:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 10:38:05 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 10:38:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 10:38:05 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 10:38:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 10:38:06 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 10:38:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 10:38:06 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 10:38:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 10:38:06 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 10:38:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 10:38:06 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 10:38:55 --> Severity: Notice --> Undefined variable: balancetocleared C:\xampp\htdocs\ria\application\controllers\cashbook.php 1932 -ERROR - 2019-01-05 10:38:55 --> Severity: Notice --> Undefined variable: balancetocleared C:\xampp\htdocs\ria\application\controllers\cashbook.php 1932 -ERROR - 2019-01-05 10:38:55 --> Severity: Notice --> Undefined variable: clearedblnce C:\xampp\htdocs\ria\application\controllers\cashbook.php 1941 -ERROR - 2019-01-05 10:38:55 --> Severity: Notice --> Undefined variable: clearedblnce C:\xampp\htdocs\ria\application\controllers\cashbook.php 1941 -ERROR - 2019-01-05 10:38:55 --> Severity: Notice --> Undefined variable: balancetocleared C:\xampp\htdocs\ria\application\controllers\cashbook.php 1941 -ERROR - 2019-01-05 10:38:55 --> Severity: Notice --> Undefined variable: balancetocleared C:\xampp\htdocs\ria\application\controllers\cashbook.php 1941 -ERROR - 2019-01-05 10:38:56 --> Severity: Notice --> Undefined variable: data C:\xampp\htdocs\ria\application\controllers\cashbook.php 2007 -ERROR - 2019-01-05 10:38:57 --> Severity: Notice --> Undefined variable: data C:\xampp\htdocs\ria\application\controllers\cashbook.php 2007 -ERROR - 2019-01-05 10:38:57 --> Severity: Notice --> Undefined variable: data C:\xampp\htdocs\ria\application\controllers\cashbook.php 2007 -ERROR - 2019-01-05 10:38:58 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 10:38:58 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 10:38:58 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 10:38:58 --> Severity: Notice --> Undefined variable: bankreport C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-05 10:38:58 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-05 10:38:58 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 10:38:58 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 10:38:58 --> Severity: Notice --> Undefined variable: bankreport C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-05 10:38:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 10:38:58 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 10:38:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 10:38:58 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-05 10:38:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 10:38:58 --> Severity: Notice --> Undefined variable: bankreport C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-05 10:38:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 10:38:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 10:38:58 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-05 10:38:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 10:38:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 10:38:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 10:38:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 10:38:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 10:38:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 10:38:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 10:38:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 10:38:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 10:38:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 10:38:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 10:38:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 10:38:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 10:38:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 10:38:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 10:38:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 10:38:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 10:38:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 10:38:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 10:38:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 10:38:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 10:38:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 10:38:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 10:38:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 10:38:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 10:38:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 10:38:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 10:38:58 --> Severity: Notice --> Undefined variable: finyear C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2019-01-05 10:38:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 10:38:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 10:38:58 --> Severity: Notice --> Undefined variable: finyear C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2019-01-05 10:38:58 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2019-01-05 10:38:59 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 10:38:59 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2019-01-05 10:38:59 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 237 -ERROR - 2019-01-05 10:38:59 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 237 -ERROR - 2019-01-05 10:38:59 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 10:38:59 --> Severity: Notice --> Undefined variable: finyear C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2019-01-05 10:38:59 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2019-01-05 10:38:59 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 237 -ERROR - 2019-01-05 10:39:01 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 10:39:01 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 10:39:01 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 10:39:01 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 10:39:01 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 10:39:01 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 10:39:01 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 10:39:01 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 10:39:01 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 10:39:01 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 10:39:02 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 10:39:02 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 10:39:04 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 10:39:04 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 10:39:04 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 10:39:04 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 10:39:04 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 10:39:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 10:39:04 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 10:39:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 10:39:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 10:39:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 10:39:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 10:39:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 10:39:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 10:39:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 10:39:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 10:39:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 10:39:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 10:39:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 10:39:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 10:39:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 10:39:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 10:39:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 10:39:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 10:39:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 10:39:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 10:39:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 10:39:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 10:39:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 10:39:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 10:39:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 10:39:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 10:39:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 10:39:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 10:39:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 10:39:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 10:39:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 10:39:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 10:39:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 10:39:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 10:39:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 10:39:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 10:39:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 10:39:24 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\banksettlement.php 4 -ERROR - 2019-01-05 10:39:25 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\banksettlement.php 4 -ERROR - 2019-01-05 10:39:25 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:39:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:39:25 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:39:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:39:25 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 10:39:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 10:39:25 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 325 -ERROR - 2019-01-05 10:39:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 325 -ERROR - 2019-01-05 10:39:25 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:39:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:39:25 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:39:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:39:25 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 10:39:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 10:39:25 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:39:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:39:25 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:39:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:39:25 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 10:39:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 10:39:26 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 325 -ERROR - 2019-01-05 10:39:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 325 -ERROR - 2019-01-05 10:43:56 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 10:43:56 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 10:43:56 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 10:43:56 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 10:43:58 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 10:43:59 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 10:43:59 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 10:43:59 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 10:43:59 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 10:43:59 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 10:43:59 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 10:43:59 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 10:43:59 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 10:43:59 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 10:43:59 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 10:43:59 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 10:43:59 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 10:43:59 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 10:44:44 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-05 10:44:44 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-05 10:45:07 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\banksettlement.php 4 -ERROR - 2019-01-05 10:45:07 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\banksettlement.php 4 -ERROR - 2019-01-05 10:45:07 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:45:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:45:07 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:45:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:45:07 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 10:45:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 10:45:07 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 325 -ERROR - 2019-01-05 10:45:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 325 -ERROR - 2019-01-05 10:45:07 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:45:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:45:07 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:45:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:45:07 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 10:45:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 10:45:07 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:45:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:45:07 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:45:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:45:08 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 10:45:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 10:45:08 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 325 -ERROR - 2019-01-05 10:45:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 325 -ERROR - 2019-01-05 10:45:08 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:45:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:45:08 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:45:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:45:08 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 10:45:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 10:45:27 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 10:45:27 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 10:45:27 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 10:45:27 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 10:45:29 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 10:45:29 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 10:45:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 10:45:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 10:45:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 10:45:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 10:45:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 10:45:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 10:45:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 10:45:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 10:45:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 10:45:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 10:45:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 10:45:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 10:45:42 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\banksettlement.php 4 -ERROR - 2019-01-05 10:45:42 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\banksettlement.php 4 -ERROR - 2019-01-05 10:45:42 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:45:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:45:42 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:45:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:45:42 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 10:45:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 10:45:43 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 325 -ERROR - 2019-01-05 10:45:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 325 -ERROR - 2019-01-05 10:45:43 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:45:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:45:43 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:45:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:45:43 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 10:45:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 10:46:00 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 10:46:00 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 10:46:00 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 10:46:00 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 10:46:06 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 10:46:06 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 10:46:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 10:46:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 10:46:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 10:46:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 10:46:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 10:46:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 10:46:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 10:46:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 10:46:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 10:46:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 10:46:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 10:46:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 10:46:17 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\banksettlement.php 4 -ERROR - 2019-01-05 10:46:17 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\banksettlement.php 4 -ERROR - 2019-01-05 10:46:17 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:46:18 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:46:18 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:46:18 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:46:18 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 10:46:18 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 10:46:30 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 10:46:30 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 10:46:30 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 10:46:30 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 10:46:32 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 10:46:32 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 10:46:32 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 10:46:33 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 10:46:33 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 10:46:33 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 10:46:33 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 10:46:33 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 10:46:33 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 10:46:33 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 10:46:33 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 10:46:33 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 10:46:33 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 10:46:33 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 10:46:45 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\banksettlement.php 4 -ERROR - 2019-01-05 10:46:45 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\banksettlement.php 4 -ERROR - 2019-01-05 10:46:45 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\banksettlement.php 170 -ERROR - 2019-01-05 10:46:45 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\banksettlement.php 182 -ERROR - 2019-01-05 10:49:31 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 10:49:31 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 10:49:31 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 10:49:31 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 10:49:33 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 10:49:33 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 10:49:33 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 10:49:33 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 10:49:33 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 10:49:33 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 10:49:33 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 10:49:33 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 10:49:34 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 10:49:34 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 10:49:34 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 10:49:34 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 10:49:34 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 10:49:34 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 10:49:45 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\banksettlement.php 4 -ERROR - 2019-01-05 10:49:45 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\banksettlement.php 4 -ERROR - 2019-01-05 10:49:45 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:49:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:49:46 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:49:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:49:46 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 10:49:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 10:49:46 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:49:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:49:46 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:49:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:49:46 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 10:49:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 10:49:46 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 325 -ERROR - 2019-01-05 10:49:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 325 -ERROR - 2019-01-05 10:49:46 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:49:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:49:46 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:49:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:49:46 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 10:49:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 10:49:46 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 325 -ERROR - 2019-01-05 10:49:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 325 -ERROR - 2019-01-05 10:49:47 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:49:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:49:47 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:49:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:49:47 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 10:49:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 10:49:47 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:49:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:49:47 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:49:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:49:47 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 10:49:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 10:49:47 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 325 -ERROR - 2019-01-05 10:49:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 325 -ERROR - 2019-01-05 10:49:47 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:49:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:49:47 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:49:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:49:47 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 10:49:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 10:49:47 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 325 -ERROR - 2019-01-05 10:49:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 325 -ERROR - 2019-01-05 10:50:10 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 10:50:10 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 10:50:10 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 10:50:10 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 10:50:12 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 10:50:12 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 10:50:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 10:50:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 10:50:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 10:50:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 10:50:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 10:50:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 10:50:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 10:50:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 10:50:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 10:50:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 10:50:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 10:50:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 10:50:25 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\banksettlement.php 4 -ERROR - 2019-01-05 10:50:25 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\banksettlement.php 4 -ERROR - 2019-01-05 10:50:25 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:50:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:50:25 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:50:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:50:25 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 10:50:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 10:50:25 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:50:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:50:25 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:50:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:50:25 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 10:50:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 10:50:25 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 325 -ERROR - 2019-01-05 10:50:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 325 -ERROR - 2019-01-05 10:50:25 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:50:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:50:26 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:50:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:50:26 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 10:50:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 10:50:26 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 325 -ERROR - 2019-01-05 10:50:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 325 -ERROR - 2019-01-05 10:50:26 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:50:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:50:26 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:50:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:50:26 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 10:50:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 10:50:26 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:50:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:50:26 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:50:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 10:50:26 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 10:50:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 10:50:26 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 325 -ERROR - 2019-01-05 10:50:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 325 -ERROR - 2019-01-05 10:51:51 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-05 10:51:51 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-05 10:51:51 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\ria\application\views\bankinvoice.php 84 -ERROR - 2019-01-05 10:51:51 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\bankinvoice.php 86 -ERROR - 2019-01-05 10:52:02 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-05 10:52:02 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-05 10:52:02 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\ria\application\views\bankinvoice.php 84 -ERROR - 2019-01-05 10:52:02 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\bankinvoice.php 86 -ERROR - 2019-01-05 10:52:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 180 -ERROR - 2019-01-05 10:52:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 181 -ERROR - 2019-01-05 10:52:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 180 -ERROR - 2019-01-05 10:52:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 181 -ERROR - 2019-01-05 10:52:57 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 10:52:57 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 10:52:57 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 10:52:57 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 10:53:00 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 10:53:00 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 10:53:00 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 10:53:00 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 10:53:00 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 10:53:00 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 10:53:00 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 10:53:00 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 10:53:00 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 10:53:00 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 10:53:00 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 10:53:00 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 10:53:00 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 10:53:00 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 10:53:17 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-05 10:53:17 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-05 10:53:17 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 10:53:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 10:53:17 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 10:53:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 10:53:17 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 10:53:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 10:53:51 --> Query error: Unknown column 'IsActive' in 'field list' -ERROR - 2019-01-05 10:55:30 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-05 10:55:30 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-05 10:55:30 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 10:55:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 10:55:31 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 10:55:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 10:55:31 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 10:55:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 11:01:59 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-05 11:02:00 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-05 11:02:00 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 11:02:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 11:02:00 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 11:02:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 11:02:00 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 11:02:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 11:02:22 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-05 11:02:22 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-05 11:02:22 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 11:02:22 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 11:02:22 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 11:02:22 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 11:02:22 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 11:02:22 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 11:07:19 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-05 11:07:19 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-05 11:07:19 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 11:07:19 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 11:07:19 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 11:07:19 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 11:07:19 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 11:07:19 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 11:09:23 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-05 11:09:23 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-05 11:09:23 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 11:09:23 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 11:09:46 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 11:09:46 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 11:09:46 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 11:09:46 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 11:09:49 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 11:09:49 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 11:09:49 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 11:09:49 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 11:09:49 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 11:09:49 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 11:09:49 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 11:09:49 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 11:09:49 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 11:09:49 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 11:09:49 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 11:09:49 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 11:09:49 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 11:09:49 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 11:10:10 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-05 11:10:10 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-05 11:10:10 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 11:10:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 11:10:32 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 11:10:32 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 11:10:32 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 11:10:32 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 11:10:35 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 11:10:35 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 11:10:35 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 11:10:35 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 11:10:35 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 11:10:35 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 11:10:35 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 11:10:35 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 11:10:35 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 11:10:35 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 11:10:35 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 11:10:35 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 11:10:35 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 11:10:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 11:10:58 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-05 11:10:58 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-05 11:10:58 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\ria\application\views\bankinvoice.php 84 -ERROR - 2019-01-05 11:10:58 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\bankinvoice.php 86 -ERROR - 2019-01-05 11:11:19 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-05 11:11:19 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-05 11:11:20 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\ria\application\views\bankinvoice.php 84 -ERROR - 2019-01-05 11:11:20 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\bankinvoice.php 86 -ERROR - 2019-01-05 11:11:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 180 -ERROR - 2019-01-05 11:11:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 181 -ERROR - 2019-01-05 11:11:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 180 -ERROR - 2019-01-05 11:11:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 181 -ERROR - 2019-01-05 11:12:01 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 11:12:01 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 11:12:01 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 11:12:01 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 11:12:04 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 11:12:04 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 11:12:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 11:12:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 11:12:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 11:12:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 11:12:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 11:12:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 11:12:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 11:12:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 11:12:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 11:12:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 11:12:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 11:12:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 11:12:40 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-05 11:12:40 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-05 11:12:41 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 11:12:41 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 11:14:54 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 11:14:54 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 11:14:54 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 11:14:54 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 11:14:56 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 11:14:56 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 11:14:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 11:14:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 11:14:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 11:14:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 11:14:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 11:14:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 11:14:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 11:14:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 11:14:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 11:14:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 11:14:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 11:14:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 11:15:18 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-05 11:15:19 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-05 11:15:19 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\ria\application\views\bankinvoice.php 84 -ERROR - 2019-01-05 11:15:19 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\bankinvoice.php 86 -ERROR - 2019-01-05 11:15:36 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-05 11:15:36 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-05 11:15:37 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\ria\application\views\bankinvoice.php 84 -ERROR - 2019-01-05 11:15:37 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\bankinvoice.php 86 -ERROR - 2019-01-05 11:15:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 180 -ERROR - 2019-01-05 11:15:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 181 -ERROR - 2019-01-05 11:15:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 180 -ERROR - 2019-01-05 11:15:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 181 -ERROR - 2019-01-05 11:17:38 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 11:17:38 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 11:17:38 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 11:17:38 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 11:17:41 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 11:17:41 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 11:17:41 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 11:17:41 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 11:17:41 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 11:17:41 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 11:17:41 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 11:17:41 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 11:17:41 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 11:17:41 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 11:17:41 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 11:17:41 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 11:17:41 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 11:17:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 11:18:09 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-05 11:18:09 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-05 11:18:09 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 11:18:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 11:18:09 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 11:18:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 11:19:12 --> Query error: Unknown column 'IsActive' in 'field list' -ERROR - 2019-01-05 11:33:16 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 11:33:16 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 11:33:16 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 11:33:16 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 11:33:18 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 11:33:18 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 11:33:18 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 11:33:18 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 11:33:18 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 11:33:18 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 11:33:18 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 11:33:18 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 11:33:18 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 11:33:18 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 11:33:18 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 11:33:18 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 11:33:18 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 11:33:18 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 11:33:19 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-05 11:33:19 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-05 11:33:19 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\ria\application\views\bankinvoice.php 84 -ERROR - 2019-01-05 11:33:19 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\bankinvoice.php 86 -ERROR - 2019-01-05 11:33:19 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-05 11:33:19 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-05 11:33:19 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\ria\application\views\bankinvoice.php 84 -ERROR - 2019-01-05 11:33:19 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\bankinvoice.php 86 -ERROR - 2019-01-05 11:33:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 180 -ERROR - 2019-01-05 11:33:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 181 -ERROR - 2019-01-05 11:33:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 180 -ERROR - 2019-01-05 11:33:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 181 -ERROR - 2019-01-05 11:33:33 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-05 11:33:33 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-05 11:33:34 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\ria\application\views\bankinvoice.php 84 -ERROR - 2019-01-05 11:33:34 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\bankinvoice.php 86 -ERROR - 2019-01-05 11:33:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 180 -ERROR - 2019-01-05 11:33:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 181 -ERROR - 2019-01-05 11:33:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 180 -ERROR - 2019-01-05 11:33:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 181 -ERROR - 2019-01-05 11:42:43 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-05 11:42:43 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-05 11:42:43 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\ria\application\views\bankinvoice.php 84 -ERROR - 2019-01-05 11:42:43 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\bankinvoice.php 86 -ERROR - 2019-01-05 11:42:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 180 -ERROR - 2019-01-05 11:42:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 181 -ERROR - 2019-01-05 11:42:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 180 -ERROR - 2019-01-05 11:42:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 181 -ERROR - 2019-01-05 11:43:13 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-05 11:43:14 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-05 11:43:14 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\ria\application\views\bankinvoice.php 84 -ERROR - 2019-01-05 11:43:14 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\bankinvoice.php 86 -ERROR - 2019-01-05 11:43:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 180 -ERROR - 2019-01-05 11:43:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 181 -ERROR - 2019-01-05 11:43:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 180 -ERROR - 2019-01-05 11:43:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 181 -ERROR - 2019-01-05 11:43:53 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2019-01-05 11:44:04 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 11:44:04 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 11:44:04 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 11:44:04 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 11:44:05 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 11:44:06 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 11:44:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 11:44:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 11:44:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 11:44:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 11:44:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 11:44:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 11:44:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 11:44:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 11:44:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 11:44:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 11:44:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 11:44:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 11:44:06 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 237 -ERROR - 2019-01-05 11:44:22 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2019-01-05 11:44:46 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 235 -ERROR - 2019-01-05 11:44:46 --> The upload path does not appear to be valid. -ERROR - 2019-01-05 11:44:50 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute width redefined in Entity, line: 21 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-05 11:44:50 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : table-- in Entity, line: 156 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-05 11:44:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 444 -ERROR - 2019-01-05 11:44:51 --> Severity: Notice --> Undefined index: Balance C:\xampp\htdocs\ria\application\models\cashbook_model.php 394 -ERROR - 2019-01-05 11:44:52 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 444 -ERROR - 2019-01-05 11:44:52 --> Severity: Notice --> Undefined index: reportdate C:\xampp\htdocs\ria\application\models\cashbook_model.php 392 -ERROR - 2019-01-05 11:44:52 --> Severity: Notice --> Undefined index: Narration C:\xampp\htdocs\ria\application\models\cashbook_model.php 393 -ERROR - 2019-01-05 11:44:52 --> Severity: Notice --> Undefined index: Balance C:\xampp\htdocs\ria\application\models\cashbook_model.php 394 -ERROR - 2019-01-05 11:44:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 444 -ERROR - 2019-01-05 11:44:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 444 -ERROR - 2019-01-05 11:44:54 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 444 -ERROR - 2019-01-05 11:44:55 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 444 -ERROR - 2019-01-05 11:44:56 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 444 -ERROR - 2019-01-05 11:44:56 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 444 -ERROR - 2019-01-05 11:45:03 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 11:45:03 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 11:45:03 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 11:45:03 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 11:45:05 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 11:45:05 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 11:45:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 11:45:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 11:45:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 11:45:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 11:45:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 11:45:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 11:45:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 11:45:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 11:45:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 11:45:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 11:45:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 11:45:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 11:45:45 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 11:45:45 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 11:45:45 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 11:45:45 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 11:45:47 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 11:45:47 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 11:45:47 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 11:45:47 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 11:45:47 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 11:45:47 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 11:45:47 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 11:45:47 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 11:45:47 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 11:45:47 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 11:45:47 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 11:45:47 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 11:45:48 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 11:45:48 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 11:45:48 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 237 -ERROR - 2019-01-05 11:45:58 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2019-01-05 11:46:33 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 235 -ERROR - 2019-01-05 11:46:33 --> The upload path does not appear to be valid. -ERROR - 2019-01-05 11:46:33 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseStartTag: invalid element name in Entity, line: 13 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-05 11:46:33 --> Severity: Warning --> DOMDocument::loadHTML(): ID shLink already defined in Entity, line: 16 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-05 11:46:34 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : frameset in Entity, line: 57 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-05 11:46:34 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : frameset in Entity, line: 57 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-05 11:46:34 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : style in Entity, line: 72 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-05 11:46:34 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseStartTag: misplaced <body> tag in Entity, line: 73 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-05 11:46:34 --> Severity: Warning --> DOMDocument::loadHTML(): ID tdScroll already defined in Entity, line: 77 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-05 11:46:34 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseEntityRef: expecting ';' in Entity, line: 77 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-05 11:46:34 --> Severity: Warning --> DOMDocument::loadHTML(): ID tdScroll already defined in Entity, line: 78 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-05 11:46:34 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseEntityRef: expecting ';' in Entity, line: 78 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-05 11:46:34 --> Severity: Warning --> DOMDocument::loadHTML(): ID tdScroll already defined in Entity, line: 79 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-05 11:46:34 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseStartTag: misplaced <html> tag in Entity, line: 89 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-05 11:46:34 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 99 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-05 11:46:34 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 100 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-05 11:46:34 --> Severity: Warning --> DOMDocument::loadHTML(): Tag icellcount invalid in Entity, line: 100 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-05 11:46:34 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseStartTag: invalid element name in Entity, line: 103 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-05 11:46:34 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 111 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-05 11:46:34 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 112 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-05 11:46:34 --> Severity: Warning --> DOMDocument::loadHTML(): Tag icellcount invalid in Entity, line: 112 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-05 11:46:34 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : td in Entity, line: 112 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-05 11:46:34 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 114 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-05 11:46:35 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 114 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-05 11:46:35 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 115 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-05 11:46:35 --> Severity: Warning --> DOMDocument::loadHTML(): Tag c_ltabs invalid in Entity, line: 115 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-05 11:46:35 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : td in Entity, line: 115 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-05 11:46:35 --> Severity: Warning --> DOMDocument::loadHTML(): ID tdTab already defined in Entity, line: 120 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-05 11:46:35 --> Severity: Warning --> DOMDocument::loadHTML(): ID aTab already defined in Entity, line: 120 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-05 11:46:35 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 122 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-05 11:46:35 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 123 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-05 11:46:35 --> Severity: Warning --> DOMDocument::loadHTML(): Tag c_ltabs invalid in Entity, line: 123 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-05 11:46:35 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : td in Entity, line: 123 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-05 11:46:35 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 126 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-05 11:46:35 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 127 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-05 11:46:35 --> Severity: Warning --> DOMDocument::loadHTML(): Tag icellcount invalid in Entity, line: 127 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-05 11:46:35 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : td in Entity, line: 127 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-05 11:46:35 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 129 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-05 11:46:35 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 130 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-05 11:46:35 --> Severity: Warning --> DOMDocument::loadHTML(): Tag c_ltabs invalid in Entity, line: 130 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-05 11:46:35 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : td in Entity, line: 130 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-05 11:46:35 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : tr in Entity, line: 134 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-05 11:46:35 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseStartTag: invalid element name in Entity, line: 150 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-05 11:46:36 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 168 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-05 11:46:36 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 169 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-05 11:46:36 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 171 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-05 11:46:36 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 172 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-05 11:46:36 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 172 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-05 11:46:36 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute if redefined in Entity, line: 173 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-05 11:46:36 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 173 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-05 11:46:36 --> Severity: Warning --> DOMDocument::loadHTML(): Tag c_ltabs invalid in Entity, line: 173 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-05 11:46:36 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 174 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-05 11:46:36 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 175 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-05 11:46:36 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 177 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-05 11:46:36 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 178 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-05 11:46:36 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 179 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-05 11:46:36 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute inexttab redefined in Entity, line: 180 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-05 11:46:36 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 180 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-05 11:46:36 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 181 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-05 11:46:36 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 183 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-05 11:46:36 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 184 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-05 11:46:37 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute inexttab redefined in Entity, line: 185 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-05 11:46:37 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute if redefined in Entity, line: 187 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-05 11:46:37 --> Severity: Warning --> DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 187 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-05 11:46:37 --> Severity: Warning --> DOMDocument::loadHTML(): Tag c_ltabs invalid in Entity, line: 187 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-05 11:46:37 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseStartTag: invalid element name in Entity, line: 210 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-05 11:46:37 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseEntityRef: no name in Entity, line: 214 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-05 11:46:37 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseEntityRef: no name in Entity, line: 214 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-05 11:46:37 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseStartTag: invalid element name in Entity, line: 214 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-05 11:46:37 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseEntityRef: no name in Entity, line: 271 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-05 11:46:37 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseEntityRef: no name in Entity, line: 271 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-05 11:46:37 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseEntityRef: no name in Entity, line: 272 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-05 11:46:37 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseEntityRef: no name in Entity, line: 272 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-05 11:46:37 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : script in Entity, line: 296 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-05 11:46:37 --> Severity: Warning --> DOMDocument::loadHTML(): htmlParseStartTag: invalid element name in Entity, line: 297 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-05 11:46:37 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : head in Entity, line: 316 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-05 11:46:44 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 11:46:44 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 11:46:44 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 11:46:44 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 11:46:46 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 11:46:46 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 11:46:46 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 11:46:46 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 11:46:46 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 11:46:46 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 11:46:46 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 11:46:47 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 11:46:47 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 11:46:47 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 11:46:47 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 11:46:47 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 11:46:47 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 11:46:47 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 11:46:47 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 237 -ERROR - 2019-01-05 11:48:16 --> Severity: Warning --> mysqli_connect(): php_network_getaddresses: getaddrinfo failed: No such host is known. C:\xampp\htdocs\ria\system\database\drivers\mysqli\mysqli_driver.php 77 -ERROR - 2019-01-05 11:48:16 --> Severity: Warning --> mysqli_connect(): (HY000/2002): php_network_getaddresses: getaddrinfo failed: No such host is known. C:\xampp\htdocs\ria\system\database\drivers\mysqli\mysqli_driver.php 77 -ERROR - 2019-01-05 11:48:16 --> Unable to connect to the database -ERROR - 2019-01-05 11:48:22 --> Severity: Warning --> mysqli_connect(): php_network_getaddresses: getaddrinfo failed: No such host is known. C:\xampp\htdocs\ria\system\database\drivers\mysqli\mysqli_driver.php 77 -ERROR - 2019-01-05 11:48:22 --> Severity: Warning --> mysqli_connect(): (HY000/2002): php_network_getaddresses: getaddrinfo failed: No such host is known. C:\xampp\htdocs\ria\system\database\drivers\mysqli\mysqli_driver.php 77 -ERROR - 2019-01-05 11:48:22 --> Unable to connect to the database -ERROR - 2019-01-05 11:48:26 --> Severity: Warning --> mysqli_query(): MySQL server has gone away C:\xampp\htdocs\ria\system\database\drivers\mysqli\mysqli_driver.php 180 -ERROR - 2019-01-05 11:48:26 --> Severity: Warning --> mysqli_query(): Error reading result set's header C:\xampp\htdocs\ria\system\database\drivers\mysqli\mysqli_driver.php 180 -ERROR - 2019-01-05 11:48:26 --> Query error: MySQL server has gone away -ERROR - 2019-01-05 11:48:48 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2019-01-05 11:49:21 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 235 -ERROR - 2019-01-05 11:49:21 --> The upload path does not appear to be valid. -ERROR - 2019-01-05 11:49:21 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute width redefined in Entity, line: 21 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-05 11:49:21 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : table-- in Entity, line: 156 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-05 11:49:21 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 444 -ERROR - 2019-01-05 11:49:21 --> Severity: Notice --> Undefined index: reportdate C:\xampp\htdocs\ria\application\models\cashbook_model.php 392 -ERROR - 2019-01-05 11:49:21 --> Severity: Notice --> Undefined index: Narration C:\xampp\htdocs\ria\application\models\cashbook_model.php 393 -ERROR - 2019-01-05 11:49:21 --> Severity: Notice --> Undefined index: Balance C:\xampp\htdocs\ria\application\models\cashbook_model.php 394 -ERROR - 2019-01-05 11:49:21 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 444 -ERROR - 2019-01-05 11:49:22 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 444 -ERROR - 2019-01-05 11:49:22 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 444 -ERROR - 2019-01-05 11:49:22 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 444 -ERROR - 2019-01-05 11:49:22 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 444 -ERROR - 2019-01-05 11:49:22 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 444 -ERROR - 2019-01-05 11:49:26 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 11:49:26 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 11:49:26 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 11:49:26 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 11:49:26 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 11:49:26 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 11:49:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 11:49:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 11:49:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 11:49:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 11:49:27 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 11:49:27 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 11:49:27 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 11:49:27 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 11:49:27 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 11:49:27 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 11:49:27 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 11:49:27 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 11:50:09 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2019-01-05 11:50:30 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 235 -ERROR - 2019-01-05 11:50:30 --> The upload path does not appear to be valid. -ERROR - 2019-01-05 11:50:40 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 11:50:40 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 11:50:40 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 11:50:40 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 11:50:40 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 11:50:40 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 11:50:41 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 11:50:41 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 11:50:41 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 11:50:41 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 11:50:41 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 11:50:41 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 11:50:41 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 11:50:41 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 11:50:41 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 11:50:41 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 11:50:41 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 11:50:41 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 11:51:11 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-05 11:51:11 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-05 11:51:11 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\ria\application\views\bankinvoice.php 84 -ERROR - 2019-01-05 11:51:11 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\bankinvoice.php 86 -ERROR - 2019-01-05 11:51:18 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-05 11:51:18 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-05 11:51:19 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\ria\application\views\bankinvoice.php 84 -ERROR - 2019-01-05 11:51:19 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\bankinvoice.php 86 -ERROR - 2019-01-05 11:51:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 180 -ERROR - 2019-01-05 11:51:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 181 -ERROR - 2019-01-05 11:51:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 180 -ERROR - 2019-01-05 11:51:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 181 -ERROR - 2019-01-05 11:51:35 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 11:51:35 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 11:51:35 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 11:51:35 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 11:51:35 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 11:51:35 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 11:51:35 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 11:51:35 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 11:51:35 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 11:51:35 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 11:51:35 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 11:51:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 11:51:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 11:51:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 11:51:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 11:51:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 11:51:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 11:51:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 11:51:46 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-05 11:51:46 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-05 11:51:46 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 11:51:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 11:52:11 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-05 11:52:11 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-05 11:52:11 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\ria\application\views\bankinvoice.php 84 -ERROR - 2019-01-05 11:52:11 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\bankinvoice.php 86 -ERROR - 2019-01-05 11:52:16 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-05 11:52:16 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-05 11:52:16 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\ria\application\views\bankinvoice.php 84 -ERROR - 2019-01-05 11:52:16 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\bankinvoice.php 86 -ERROR - 2019-01-05 11:52:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 180 -ERROR - 2019-01-05 11:52:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 181 -ERROR - 2019-01-05 11:52:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 180 -ERROR - 2019-01-05 11:52:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 181 -ERROR - 2019-01-05 11:52:34 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 11:52:34 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 11:52:34 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 11:52:34 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 11:52:35 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 11:52:35 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 11:52:35 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 11:52:35 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 11:52:35 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 11:52:35 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 11:52:35 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 11:52:35 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 11:52:35 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 11:52:35 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 11:52:35 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 11:52:35 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 11:52:35 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 11:52:35 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 11:52:46 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-05 11:52:46 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-05 11:52:46 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 11:52:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 13:21:31 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-05 13:21:31 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-05 13:21:31 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 13:21:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 13:21:55 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-05 13:21:55 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-05 13:21:55 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 13:21:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 13:21:57 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-05 13:21:57 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-05 13:21:57 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-05 13:21:57 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-05 13:21:57 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-05 13:21:57 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-05 13:21:57 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-05 13:21:57 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-05 13:21:58 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-05 13:21:58 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-05 13:21:58 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-05 13:21:58 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-05 13:21:58 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-05 13:21:58 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 13:21:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 13:21:58 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-05 13:21:58 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-05 13:21:58 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 13:21:58 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 13:21:58 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 13:21:58 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-05 13:21:58 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 13:21:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 13:21:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 13:21:59 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-05 13:21:59 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-05 13:21:59 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-05 13:21:59 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-05 13:21:59 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-05 13:21:59 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-05 13:21:59 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-05 13:21:59 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-05 13:21:59 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 13:22:00 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-05 13:22:00 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-05 13:22:00 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-05 13:22:00 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-05 13:22:00 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-05 13:22:00 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 13:22:00 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 13:22:00 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-05 13:22:00 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-05 13:22:00 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-05 13:22:00 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-05 13:22:00 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-05 13:22:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 13:22:01 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 13:22:01 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-05 13:22:01 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 13:22:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 13:22:01 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 13:22:01 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 13:22:01 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-05 13:22:01 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-05 13:22:01 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-05 13:22:01 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-05 13:22:01 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-05 13:22:02 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 13:22:02 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-05 13:22:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 13:22:02 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-05 13:22:02 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-05 13:22:02 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-05 13:22:02 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 13:22:03 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 13:22:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 13:22:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 13:22:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 13:22:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 13:22:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 13:22:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 13:22:03 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 13:22:03 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 13:22:03 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 13:22:03 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-05 13:22:03 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-05 13:22:03 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-05 13:22:03 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-05 13:22:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 13:22:03 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-05 13:22:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 13:22:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 13:22:03 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 13:22:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 13:22:03 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-05 13:22:03 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 13:22:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 13:22:03 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-05 13:22:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 13:22:03 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 13:22:03 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 13:22:03 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 13:22:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 13:22:04 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-05 13:22:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 13:22:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 13:22:04 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 13:22:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 13:22:04 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 13:22:04 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 13:22:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 13:22:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 13:22:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 13:22:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 13:23:22 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-05 13:23:22 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-05 13:23:22 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 13:23:22 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 13:25:38 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-05 13:25:38 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-05 13:25:38 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 13:25:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 13:33:27 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-05 13:33:27 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-05 13:33:27 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 13:33:27 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 13:33:55 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-05 13:33:55 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-05 13:33:55 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\ria\application\views\bankinvoice.php 84 -ERROR - 2019-01-05 13:33:55 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\bankinvoice.php 86 -ERROR - 2019-01-05 13:34:05 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-05 13:34:05 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-05 13:34:05 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\ria\application\views\bankinvoice.php 84 -ERROR - 2019-01-05 13:34:05 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\bankinvoice.php 86 -ERROR - 2019-01-05 13:34:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 180 -ERROR - 2019-01-05 13:34:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 181 -ERROR - 2019-01-05 13:34:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 180 -ERROR - 2019-01-05 13:34:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 181 -ERROR - 2019-01-05 13:34:42 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 13:34:42 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 13:34:42 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 13:34:42 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 13:34:43 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 13:34:43 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 13:34:43 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 13:34:43 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 13:34:43 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 13:34:43 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 13:34:43 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 13:34:43 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 13:34:43 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 13:34:43 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 13:34:43 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 13:34:43 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 13:34:43 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 13:34:43 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 13:34:55 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 13:34:55 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 13:34:55 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 13:34:55 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 13:34:56 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 13:34:56 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 13:34:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 13:34:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 13:34:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 13:34:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 13:34:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 13:34:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 13:34:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 13:34:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 13:34:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 13:34:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 13:34:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 13:34:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 13:35:03 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-05 13:35:03 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-05 13:35:03 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 13:35:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 13:35:45 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-05 13:35:45 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-05 13:35:45 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 13:35:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 13:36:52 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2019-01-05 13:37:22 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 13:37:22 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 13:37:22 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 13:37:22 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 13:37:22 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 13:37:22 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 13:37:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 13:37:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 13:37:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 13:37:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 13:37:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 13:37:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 13:37:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 13:37:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 13:37:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 13:37:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 13:37:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 13:37:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 13:37:46 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankamountreceived.php 10 -ERROR - 2019-01-05 13:37:46 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankamountreceived.php 10 -ERROR - 2019-01-05 13:37:55 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankamountreceived.php 10 -ERROR - 2019-01-05 13:37:55 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankamountreceived.php 10 -ERROR - 2019-01-05 13:37:55 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankamountreceived.php 164 -ERROR - 2019-01-05 13:37:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountreceived.php 164 -ERROR - 2019-01-05 13:37:55 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankamountreceived.php 164 -ERROR - 2019-01-05 13:37:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountreceived.php 164 -ERROR - 2019-01-05 13:37:56 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankamountreceived.php 171 -ERROR - 2019-01-05 13:37:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountreceived.php 171 -ERROR - 2019-01-05 13:37:56 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankamountreceived.php 164 -ERROR - 2019-01-05 13:37:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountreceived.php 164 -ERROR - 2019-01-05 13:37:56 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankamountreceived.php 164 -ERROR - 2019-01-05 13:37:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountreceived.php 164 -ERROR - 2019-01-05 13:37:56 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankamountreceived.php 171 -ERROR - 2019-01-05 13:37:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountreceived.php 171 -ERROR - 2019-01-05 13:37:56 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankamountreceived.php 164 -ERROR - 2019-01-05 13:37:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountreceived.php 164 -ERROR - 2019-01-05 13:37:56 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankamountreceived.php 164 -ERROR - 2019-01-05 13:37:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountreceived.php 164 -ERROR - 2019-01-05 13:37:56 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankamountreceived.php 171 -ERROR - 2019-01-05 13:37:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountreceived.php 171 -ERROR - 2019-01-05 13:45:51 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankamountreceived.php 10 -ERROR - 2019-01-05 13:45:51 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankamountreceived.php 10 -ERROR - 2019-01-05 13:45:51 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankamountreceived.php 164 -ERROR - 2019-01-05 13:45:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountreceived.php 164 -ERROR - 2019-01-05 13:45:51 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankamountreceived.php 164 -ERROR - 2019-01-05 13:45:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountreceived.php 164 -ERROR - 2019-01-05 13:45:52 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankamountreceived.php 174 -ERROR - 2019-01-05 13:45:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountreceived.php 174 -ERROR - 2019-01-05 13:45:52 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankamountreceived.php 164 -ERROR - 2019-01-05 13:45:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountreceived.php 164 -ERROR - 2019-01-05 13:45:52 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankamountreceived.php 164 -ERROR - 2019-01-05 13:45:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountreceived.php 164 -ERROR - 2019-01-05 13:45:52 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankamountreceived.php 174 -ERROR - 2019-01-05 13:45:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountreceived.php 174 -ERROR - 2019-01-05 13:45:52 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankamountreceived.php 164 -ERROR - 2019-01-05 13:45:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountreceived.php 164 -ERROR - 2019-01-05 13:45:52 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankamountreceived.php 164 -ERROR - 2019-01-05 13:45:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountreceived.php 164 -ERROR - 2019-01-05 13:45:52 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankamountreceived.php 174 -ERROR - 2019-01-05 13:45:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountreceived.php 174 -ERROR - 2019-01-05 13:46:39 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 13:46:39 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 13:46:39 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 13:46:39 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 13:46:39 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 13:46:39 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 13:46:40 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 13:46:40 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 13:46:40 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 13:46:40 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 13:46:40 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 13:46:40 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 13:46:40 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 13:46:40 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 13:46:40 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 13:46:40 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 13:46:40 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 13:46:40 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 13:46:50 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-05 13:46:50 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-05 13:46:50 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 13:46:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 13:47:10 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-05 13:47:10 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-05 13:47:10 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 13:47:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 13:47:35 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-05 13:47:35 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-05 13:47:36 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 13:47:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 13:50:04 --> Query error: Unknown column 'IsActive' in 'field list' -ERROR - 2019-01-05 14:08:42 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-05 14:08:42 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-05 14:08:52 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-05 14:08:52 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-05 14:08:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 14:08:52 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 14:08:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 14:08:52 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 14:08:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 14:08:53 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 14:08:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 14:08:53 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 14:08:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 14:08:53 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 14:08:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 14:08:53 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 14:08:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 14:08:53 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 14:08:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 14:08:53 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 14:08:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 14:08:53 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 14:08:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 14:08:53 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 14:08:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 14:08:53 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 14:08:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 14:08:54 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 14:08:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 14:08:54 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 14:08:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 14:08:54 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 14:08:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 14:08:54 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 14:08:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 14:08:54 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 14:08:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 14:08:54 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 14:08:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 14:08:54 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 14:08:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 14:08:54 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 14:08:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 14:08:55 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 14:08:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 14:08:55 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 14:08:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 14:08:55 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 14:08:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 14:08:55 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 14:08:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 14:08:55 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 14:08:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 14:08:55 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 14:08:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 14:08:55 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 14:08:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 14:08:55 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 14:10:29 --> Severity: Notice --> Undefined variable: balancetocleared C:\xampp\htdocs\ria\application\controllers\cashbook.php 1932 -ERROR - 2019-01-05 14:10:29 --> Severity: Notice --> Undefined variable: balancetocleared C:\xampp\htdocs\ria\application\controllers\cashbook.php 1932 -ERROR - 2019-01-05 14:10:29 --> Severity: Notice --> Undefined variable: balancetocleared C:\xampp\htdocs\ria\application\controllers\cashbook.php 1932 -ERROR - 2019-01-05 14:10:29 --> Severity: Notice --> Undefined variable: clearedblnce C:\xampp\htdocs\ria\application\controllers\cashbook.php 1941 -ERROR - 2019-01-05 14:10:29 --> Severity: Notice --> Undefined variable: clearedblnce C:\xampp\htdocs\ria\application\controllers\cashbook.php 1941 -ERROR - 2019-01-05 14:10:29 --> Severity: Notice --> Undefined variable: balancetocleared C:\xampp\htdocs\ria\application\controllers\cashbook.php 1941 -ERROR - 2019-01-05 14:10:29 --> Severity: Notice --> Undefined variable: balancetocleared C:\xampp\htdocs\ria\application\controllers\cashbook.php 1941 -ERROR - 2019-01-05 14:10:29 --> Severity: Notice --> Undefined variable: clearedblnce C:\xampp\htdocs\ria\application\controllers\cashbook.php 1941 -ERROR - 2019-01-05 14:10:29 --> Severity: Notice --> Undefined variable: balancetocleared C:\xampp\htdocs\ria\application\controllers\cashbook.php 1941 -ERROR - 2019-01-05 14:10:29 --> Severity: Notice --> Undefined variable: data C:\xampp\htdocs\ria\application\controllers\cashbook.php 2007 -ERROR - 2019-01-05 14:10:29 --> Severity: Notice --> Undefined variable: data C:\xampp\htdocs\ria\application\controllers\cashbook.php 2007 -ERROR - 2019-01-05 14:10:30 --> Severity: Notice --> Undefined variable: data C:\xampp\htdocs\ria\application\controllers\cashbook.php 2007 -ERROR - 2019-01-05 14:10:30 --> Severity: Notice --> Undefined variable: data C:\xampp\htdocs\ria\application\controllers\cashbook.php 2007 -ERROR - 2019-01-05 14:10:30 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 14:10:30 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 14:10:30 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 14:10:30 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 14:10:30 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 14:10:30 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 14:10:30 --> Severity: Notice --> Undefined variable: bankreport C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-05 14:10:30 --> Severity: Notice --> Undefined variable: bankreport C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-05 14:10:30 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 14:10:30 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 14:10:30 --> Severity: Notice --> Undefined variable: bankreport C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-05 14:10:30 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-05 14:10:30 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-05 14:10:30 --> Severity: Notice --> Undefined variable: bankreport C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-05 14:10:30 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-05 14:10:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 14:10:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 14:10:30 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-05 14:10:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 14:10:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 14:10:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 14:10:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 14:10:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 14:10:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 14:10:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 14:10:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 14:10:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 14:10:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 14:10:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 14:10:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 14:10:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 14:10:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 14:10:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 14:10:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 14:10:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 14:10:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 14:10:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 14:10:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 14:10:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 14:10:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 14:10:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 14:10:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 14:10:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 14:10:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 14:10:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 14:10:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 14:10:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 14:10:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 14:10:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 14:10:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 14:10:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 14:10:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 14:10:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 14:10:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 14:10:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 14:10:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 14:10:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 14:10:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 14:10:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 14:10:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 14:10:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 14:10:31 --> Severity: Notice --> Undefined variable: finyear C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2019-01-05 14:10:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 14:10:31 --> Severity: Notice --> Undefined variable: finyear C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2019-01-05 14:10:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 14:10:31 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2019-01-05 14:10:31 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2019-01-05 14:10:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 14:10:31 --> Severity: Notice --> Undefined variable: finyear C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2019-01-05 14:10:31 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2019-01-05 14:10:31 --> Severity: Notice --> Undefined variable: finyear C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2019-01-05 14:10:31 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 237 -ERROR - 2019-01-05 14:10:31 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 237 -ERROR - 2019-01-05 14:10:31 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2019-01-05 14:10:31 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 237 -ERROR - 2019-01-05 14:10:31 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 237 -ERROR - 2019-01-05 14:10:32 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 14:10:32 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 14:10:32 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 14:10:32 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 14:10:32 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 14:10:32 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 14:10:32 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 14:10:32 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 14:10:32 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 14:10:32 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 14:10:32 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 14:10:32 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 14:10:32 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 14:10:32 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 14:10:32 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 14:10:33 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 14:10:33 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 14:10:33 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 14:10:33 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 14:10:33 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 14:10:33 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 14:10:33 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 14:10:33 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 14:10:33 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 14:10:33 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 14:10:33 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 14:10:33 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 14:10:33 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 14:10:33 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 14:10:33 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 14:10:33 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 14:10:33 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 14:10:33 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 14:10:33 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 14:10:33 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 14:10:33 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 14:10:33 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 14:10:33 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 14:10:33 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 14:10:33 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 14:10:33 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 14:10:33 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 14:10:33 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 14:10:33 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 14:10:33 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 14:10:33 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 14:10:33 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 14:10:33 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 14:10:33 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 14:10:33 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 14:10:33 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 14:10:33 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 14:10:33 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 14:10:33 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 14:10:42 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\banksettlement.php 4 -ERROR - 2019-01-05 14:10:42 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\banksettlement.php 4 -ERROR - 2019-01-05 14:10:42 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 14:10:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 14:10:42 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 14:10:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 14:10:42 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 14:10:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 14:10:43 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 325 -ERROR - 2019-01-05 14:10:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 325 -ERROR - 2019-01-05 14:10:43 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 14:10:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 14:10:43 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 14:10:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 14:10:43 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 14:10:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 14:10:43 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 14:10:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 14:10:43 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 14:10:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 14:10:43 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 14:10:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 14:10:43 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 14:10:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 14:10:44 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 14:10:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 14:10:44 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 14:10:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 14:10:44 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 325 -ERROR - 2019-01-05 14:10:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 325 -ERROR - 2019-01-05 14:10:57 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 14:10:57 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 14:10:57 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 14:10:57 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 14:10:58 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 14:10:58 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 14:10:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 14:10:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 14:10:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 14:10:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 14:10:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 14:10:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 14:10:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 14:10:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 14:10:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 14:10:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 14:10:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 14:10:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 14:11:05 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\banksettlement.php 4 -ERROR - 2019-01-05 14:11:05 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\banksettlement.php 4 -ERROR - 2019-01-05 14:11:06 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 14:11:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 14:11:06 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 14:11:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 14:11:06 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 14:11:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 14:11:06 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 325 -ERROR - 2019-01-05 14:11:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 325 -ERROR - 2019-01-05 14:11:06 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 14:11:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 14:11:06 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 14:11:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 14:11:06 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 14:11:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 14:11:06 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 14:11:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 14:11:07 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 14:11:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 14:11:07 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 14:11:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 14:11:30 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-05 14:11:30 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-05 14:11:48 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-05 14:11:48 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-05 14:11:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 14:11:48 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 14:11:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 14:11:48 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 14:11:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 14:11:48 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 14:11:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 14:11:48 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 14:11:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 14:11:48 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 14:11:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 14:11:49 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 14:11:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 14:11:49 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 14:11:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 14:11:49 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 14:11:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 14:11:49 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 14:11:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 14:11:49 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 14:11:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 14:11:49 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 14:11:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 14:11:49 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 14:11:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 14:11:49 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 14:11:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 14:11:50 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 14:11:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 14:11:50 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 14:11:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 14:11:50 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 14:11:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 14:11:50 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 14:11:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 14:11:50 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 14:11:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 14:11:50 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 14:11:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 14:11:50 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 14:11:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 14:11:50 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 14:11:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 14:11:51 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 14:11:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 14:11:51 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 14:11:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 14:11:51 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 14:11:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 14:11:51 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 14:11:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 14:11:51 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 14:11:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-05 14:11:51 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-05 14:12:52 --> Severity: Notice --> Undefined variable: balancetocleared C:\xampp\htdocs\ria\application\controllers\cashbook.php 1932 -ERROR - 2019-01-05 14:12:52 --> Severity: Notice --> Undefined variable: balancetocleared C:\xampp\htdocs\ria\application\controllers\cashbook.php 1932 -ERROR - 2019-01-05 14:12:52 --> Severity: Notice --> Undefined variable: balancetocleared C:\xampp\htdocs\ria\application\controllers\cashbook.php 1932 -ERROR - 2019-01-05 14:12:52 --> Severity: Notice --> Undefined variable: clearedblnce C:\xampp\htdocs\ria\application\controllers\cashbook.php 1941 -ERROR - 2019-01-05 14:12:52 --> Severity: Notice --> Undefined variable: clearedblnce C:\xampp\htdocs\ria\application\controllers\cashbook.php 1941 -ERROR - 2019-01-05 14:12:52 --> Severity: Notice --> Undefined variable: clearedblnce C:\xampp\htdocs\ria\application\controllers\cashbook.php 1941 -ERROR - 2019-01-05 14:12:52 --> Severity: Notice --> Undefined variable: balancetocleared C:\xampp\htdocs\ria\application\controllers\cashbook.php 1941 -ERROR - 2019-01-05 14:12:52 --> Severity: Notice --> Undefined variable: balancetocleared C:\xampp\htdocs\ria\application\controllers\cashbook.php 1941 -ERROR - 2019-01-05 14:12:52 --> Severity: Notice --> Undefined variable: balancetocleared C:\xampp\htdocs\ria\application\controllers\cashbook.php 1941 -ERROR - 2019-01-05 14:13:03 --> Severity: Notice --> Undefined variable: data C:\xampp\htdocs\ria\application\controllers\cashbook.php 2007 -ERROR - 2019-01-05 14:13:03 --> Severity: Notice --> Undefined variable: data C:\xampp\htdocs\ria\application\controllers\cashbook.php 2007 -ERROR - 2019-01-05 14:13:03 --> Severity: Notice --> Undefined variable: data C:\xampp\htdocs\ria\application\controllers\cashbook.php 2007 -ERROR - 2019-01-05 14:13:04 --> Severity: Notice --> Undefined variable: data C:\xampp\htdocs\ria\application\controllers\cashbook.php 2007 -ERROR - 2019-01-05 14:13:06 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 14:13:06 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 14:13:06 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 14:13:06 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 14:13:06 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 14:13:06 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 14:13:07 --> Severity: Notice --> Undefined variable: bankreport C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-05 14:13:07 --> Severity: Notice --> Undefined variable: bankreport C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-05 14:13:07 --> Severity: Notice --> Undefined variable: bankreport C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-05 14:13:07 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-05 14:13:07 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-05 14:13:07 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-05 14:13:07 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 14:13:07 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 14:13:07 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 14:13:07 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 14:13:07 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 14:13:07 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 14:13:07 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 14:13:07 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 14:13:07 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 14:13:07 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 14:13:07 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 14:13:07 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 14:13:07 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 14:13:07 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 14:13:07 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 14:13:07 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 14:13:07 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 14:13:07 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 14:13:07 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 14:13:07 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 14:13:07 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 14:13:07 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 14:13:07 --> Severity: Notice --> Undefined variable: bankreport C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-05 14:13:07 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 14:13:07 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 14:13:07 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-05 14:13:07 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 14:13:07 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 14:13:07 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 14:13:07 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 14:13:07 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 14:13:07 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 14:13:07 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 14:13:07 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 14:13:07 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 14:13:07 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 14:13:07 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 14:13:07 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 14:13:07 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 14:13:07 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 14:13:07 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 14:13:07 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 14:13:07 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 14:13:07 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 14:13:07 --> Severity: Notice --> Undefined variable: finyear C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2019-01-05 14:13:07 --> Severity: Notice --> Undefined variable: finyear C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2019-01-05 14:13:07 --> Severity: Notice --> Undefined variable: finyear C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2019-01-05 14:13:07 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 14:13:07 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2019-01-05 14:13:07 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 14:13:07 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2019-01-05 14:13:07 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2019-01-05 14:13:07 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 14:13:07 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 237 -ERROR - 2019-01-05 14:13:07 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 237 -ERROR - 2019-01-05 14:13:07 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 237 -ERROR - 2019-01-05 14:13:08 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 14:13:08 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 14:13:08 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 14:13:08 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 14:13:08 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 14:13:08 --> Severity: Notice --> Undefined variable: finyear C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2019-01-05 14:13:08 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2019-01-05 14:13:08 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 237 -ERROR - 2019-01-05 14:13:12 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 14:13:12 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 14:13:12 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 14:13:12 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 14:13:12 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 14:13:12 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 14:13:12 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 14:13:12 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 14:13:25 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 14:13:25 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 14:13:25 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 14:13:25 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 14:13:25 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 14:13:25 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 14:13:25 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 14:13:25 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 14:13:25 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 14:13:25 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 14:13:25 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 14:13:25 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 14:13:25 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 14:13:25 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 14:13:25 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 14:13:25 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 14:13:25 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 14:13:25 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 14:13:25 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 14:13:25 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 14:13:25 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 14:13:25 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 14:13:25 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 14:13:25 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 14:13:25 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 14:13:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 14:13:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 14:13:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 14:13:34 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\banksettlement.php 4 -ERROR - 2019-01-05 14:13:34 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\banksettlement.php 4 -ERROR - 2019-01-05 14:13:34 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 14:13:34 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 14:13:34 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 14:13:34 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 14:13:34 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 14:13:34 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 14:13:34 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 325 -ERROR - 2019-01-05 14:13:34 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 325 -ERROR - 2019-01-05 14:13:35 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 14:13:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 14:13:35 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 14:13:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 14:13:35 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 14:13:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 14:13:35 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 14:13:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 14:13:35 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 14:13:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 14:13:35 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 14:13:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 14:13:35 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 14:13:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 14:13:35 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 14:13:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 14:13:36 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 14:13:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 14:13:36 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 325 -ERROR - 2019-01-05 14:13:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 325 -ERROR - 2019-01-05 14:13:36 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 14:13:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 14:13:36 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 14:13:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 14:13:36 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 14:13:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 14:13:36 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 14:13:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 14:13:36 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 14:13:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 14:13:36 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 14:13:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 14:13:37 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 14:13:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 14:13:37 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 14:13:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-05 14:13:37 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 14:13:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-05 14:13:37 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 325 -ERROR - 2019-01-05 14:13:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 325 -ERROR - 2019-01-05 14:14:56 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-05 14:14:56 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-05 14:14:56 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\ria\application\views\bankinvoice.php 84 -ERROR - 2019-01-05 14:14:56 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\bankinvoice.php 86 -ERROR - 2019-01-05 14:15:00 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-05 14:15:00 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-05 14:15:00 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\ria\application\views\bankinvoice.php 84 -ERROR - 2019-01-05 14:15:01 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\bankinvoice.php 86 -ERROR - 2019-01-05 14:15:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 180 -ERROR - 2019-01-05 14:15:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 181 -ERROR - 2019-01-05 14:15:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 180 -ERROR - 2019-01-05 14:15:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 181 -ERROR - 2019-01-05 14:15:19 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 14:15:19 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 14:15:19 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 14:15:19 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 14:15:19 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 14:15:19 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 14:15:19 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 14:15:19 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-05 14:15:19 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 14:15:20 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 14:15:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 14:15:20 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 14:15:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 14:15:20 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-05 14:15:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 14:15:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 14:15:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-05 14:15:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 14:15:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 14:15:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 14:15:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-05 14:15:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 14:15:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 14:15:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 14:15:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 14:15:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-05 14:15:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 14:15:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 14:15:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 14:15:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-05 14:15:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 14:15:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 14:15:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-05 14:15:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 14:15:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 14:15:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-05 14:15:28 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-05 14:15:28 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-05 14:15:29 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 14:15:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 14:15:29 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 14:15:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 14:15:29 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 14:15:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 178 -ERROR - 2019-01-05 14:18:49 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-05 14:18:49 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-05 14:18:49 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 180 -ERROR - 2019-01-05 14:18:49 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 180 -ERROR - 2019-01-05 14:18:49 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 180 -ERROR - 2019-01-05 14:18:49 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 180 -ERROR - 2019-01-05 14:18:49 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 180 -ERROR - 2019-01-05 14:18:49 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 180 diff --git a/application/logs/log-2019-01-07.php b/application/logs/log-2019-01-07.php deleted file mode 100644 index c399c97d..00000000 --- a/application/logs/log-2019-01-07.php +++ /dev/null @@ -1,1550 +0,0 @@ - - -ERROR - 2019-01-07 06:12:03 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2019-01-07 06:12:13 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2019-01-07 06:12:13 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2019-01-07 06:14:35 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-07 06:14:35 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-07 06:14:35 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-07 06:14:35 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-07 06:14:36 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-07 06:14:36 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-07 06:14:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-07 06:14:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-07 06:14:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-07 06:14:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-07 06:14:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-07 06:14:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-07 06:14:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-07 06:14:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-07 06:14:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-07 06:14:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-07 06:14:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-07 06:14:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-07 06:14:36 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 237 -ERROR - 2019-01-07 06:44:08 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 235 -ERROR - 2019-01-07 06:44:08 --> The upload path does not appear to be valid. -ERROR - 2019-01-07 06:44:13 --> Severity: Warning --> DOMDocument::loadHTML(): Attribute width redefined in Entity, line: 21 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-07 06:44:13 --> Severity: Warning --> DOMDocument::loadHTML(): Unexpected end tag : table-- in Entity, line: 156 C:\xampp\htdocs\ria\application\third_party\PHPExcel\Reader\HTML.php 495 -ERROR - 2019-01-07 06:44:14 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 444 -ERROR - 2019-01-07 06:44:14 --> Severity: Notice --> Undefined index: reportdate C:\xampp\htdocs\ria\application\models\cashbook_model.php 392 -ERROR - 2019-01-07 06:44:14 --> Severity: Notice --> Undefined index: Narration C:\xampp\htdocs\ria\application\models\cashbook_model.php 393 -ERROR - 2019-01-07 06:44:14 --> Severity: Notice --> Undefined index: Balance C:\xampp\htdocs\ria\application\models\cashbook_model.php 394 -ERROR - 2019-01-07 06:44:14 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 444 -ERROR - 2019-01-07 06:44:14 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 444 -ERROR - 2019-01-07 06:44:14 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 444 -ERROR - 2019-01-07 06:44:14 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 444 -ERROR - 2019-01-07 06:44:14 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 444 -ERROR - 2019-01-07 06:44:14 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 444 -ERROR - 2019-01-07 06:44:18 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-07 06:44:18 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-07 06:44:18 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-07 06:44:18 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-07 06:44:18 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-07 06:44:18 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-07 06:44:18 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-07 06:44:18 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-07 06:44:18 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-07 06:44:18 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-07 06:44:18 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-07 06:44:18 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-07 06:44:18 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-07 06:44:18 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-07 06:44:18 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-07 06:44:18 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-07 06:44:18 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-07 06:44:18 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-07 06:46:09 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2019-01-07 06:46:30 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 235 -ERROR - 2019-01-07 06:46:30 --> The upload path does not appear to be valid. -ERROR - 2019-01-07 06:46:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-07 06:46:31 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-07 06:46:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-07 06:46:31 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-07 06:46:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-07 06:46:31 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-07 06:46:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-07 06:46:31 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-07 06:46:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-07 06:46:31 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-07 06:46:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-07 06:46:31 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-07 06:46:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-07 06:46:31 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-07 06:46:32 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-07 06:46:32 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-07 06:46:32 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-07 06:46:32 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 515 -ERROR - 2019-01-07 06:46:35 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-07 06:46:35 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-07 06:46:35 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-07 06:46:35 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-07 06:46:35 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-07 06:46:35 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-07 06:46:35 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-07 06:46:35 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-07 06:46:35 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-07 06:46:35 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-07 06:46:35 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-07 06:46:35 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-07 06:46:35 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-07 06:46:35 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-07 06:46:35 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-07 06:46:35 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-07 06:46:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-07 06:46:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-07 06:47:22 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2019-01-07 06:47:43 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 235 -ERROR - 2019-01-07 06:47:43 --> The upload path does not appear to be valid. -ERROR - 2019-01-07 06:47:43 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:44 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:44 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:44 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:44 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:44 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:44 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:44 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:44 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:44 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:44 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:45 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:45 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:45 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:45 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:45 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:45 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:45 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:45 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:45 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:45 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:46 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:46 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:46 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:46 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:46 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:46 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:46 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:46 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:46 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:46 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:47 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:47 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:47 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:47 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:47 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:47 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:47 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:47 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:47 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:47 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:47 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:48 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:49 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:49 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:49 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:49 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:49 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:49 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:49 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:49 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:49 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:50 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:50 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:50 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:50 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:50 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:50 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:50 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:50 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:50 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:50 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:50 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:51 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:52 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:52 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:52 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:52 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:52 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:52 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:52 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:52 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:52 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:52 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:52 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:53 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:54 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:54 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:54 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:54 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:54 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:54 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:54 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:54 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:54 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:54 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:55 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:55 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:55 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:55 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:55 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:55 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:55 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:55 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:55 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:56 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 376 -ERROR - 2019-01-07 06:47:59 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-07 06:47:59 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-07 06:47:59 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-07 06:47:59 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1737 -ERROR - 2019-01-07 06:47:59 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-07 06:47:59 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-07 06:47:59 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-07 06:47:59 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-07 06:47:59 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-07 06:47:59 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-07 06:47:59 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-07 06:47:59 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-07 06:47:59 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-07 06:47:59 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-07 06:47:59 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-07 06:47:59 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-07 06:47:59 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-07 06:48:00 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-07 06:51:47 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-07 06:51:47 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-07 06:51:47 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-07 06:51:47 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-07 06:51:48 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-07 06:51:48 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-07 06:51:48 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-07 06:51:48 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-07 06:51:48 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-07 06:51:48 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-07 06:51:48 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-07 06:51:48 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-07 06:51:48 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-07 06:51:48 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-07 06:51:48 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-07 06:51:48 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-07 06:51:48 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-07 06:51:48 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-07 06:51:48 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 237 -ERROR - 2019-01-07 06:51:54 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2019-01-07 06:52:12 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 235 -ERROR - 2019-01-07 06:52:12 --> The upload path does not appear to be valid. -ERROR - 2019-01-07 06:52:12 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:12 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:12 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:12 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:12 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:12 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:12 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:13 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:13 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:13 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:13 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:13 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:13 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:13 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:13 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:13 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:13 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:13 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:13 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:13 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:13 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:13 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:14 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:14 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:14 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:14 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:14 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:14 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:14 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:14 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:14 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:14 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:14 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:14 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:14 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:14 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:15 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:15 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:15 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:15 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:15 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:15 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:15 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:15 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:15 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:15 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:15 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:15 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:15 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:15 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:15 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:15 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:16 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:16 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:16 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:16 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:16 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:16 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:16 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:16 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:16 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:16 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:16 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:16 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:16 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:16 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:17 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:17 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:17 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:17 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:17 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:17 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:17 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:17 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:17 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:17 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:17 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:17 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:17 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:17 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:18 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:18 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:18 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:18 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:18 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:18 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:18 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:18 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:18 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:18 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:18 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:18 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:18 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:18 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:18 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:18 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:19 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:19 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:19 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:19 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:19 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:19 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:19 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:19 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:19 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:19 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:19 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:19 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:19 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:19 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:20 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:20 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:20 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:20 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:20 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:20 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:20 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:20 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:20 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:20 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:20 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:20 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:20 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:20 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:20 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:21 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:21 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:21 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:21 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:21 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:21 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:21 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:21 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:21 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:21 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:21 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:21 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:21 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:22 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:22 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:22 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:22 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:22 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:22 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:22 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:22 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:22 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:22 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:22 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:22 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:22 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:22 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:23 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:23 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:23 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:23 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:23 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:23 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:23 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:23 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:24 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:24 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:24 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:24 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:24 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:24 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:24 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:24 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:24 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:24 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:24 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:24 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:25 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:25 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:25 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:25 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:25 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:25 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:25 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:26 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:26 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:26 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:26 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:26 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:26 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:26 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:26 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:26 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:26 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:26 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:26 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:26 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:26 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:26 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:27 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:27 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:27 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:27 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:27 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:27 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:27 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:27 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:27 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:27 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:27 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:27 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:27 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:27 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:28 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:28 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:28 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:28 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:28 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:28 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:28 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:28 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:28 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:28 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:28 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:28 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:28 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:28 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:29 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:29 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:29 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:29 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:29 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:29 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:29 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:29 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:29 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:29 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:29 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:29 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:29 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:29 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:30 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:30 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:30 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:30 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:30 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:30 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:30 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:30 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:30 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:30 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:30 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:30 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:30 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:30 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:31 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:31 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:31 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:31 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:31 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:31 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:52:35 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-07 06:52:35 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-07 06:52:35 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-07 06:52:35 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-07 06:52:35 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-07 06:52:35 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-07 06:52:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-07 06:52:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-07 06:52:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-07 06:52:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-07 06:52:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-07 06:52:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-07 06:52:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-07 06:52:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-07 06:52:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-07 06:52:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-07 06:52:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-07 06:52:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-07 06:53:19 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2019-01-07 06:53:43 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 235 -ERROR - 2019-01-07 06:53:43 --> The upload path does not appear to be valid. -ERROR - 2019-01-07 06:53:43 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:53:43 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:53:43 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:53:43 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:53:44 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:53:44 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:53:44 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:53:44 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:53:44 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:53:44 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:53:44 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:53:44 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:53:44 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:53:44 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:53:44 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:53:44 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:53:44 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:53:44 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:53:47 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-07 06:53:47 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-07 06:53:47 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-07 06:53:47 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-07 06:53:48 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-07 06:53:48 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-07 06:53:48 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-07 06:53:48 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-07 06:53:48 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-07 06:53:48 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-07 06:53:48 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-07 06:53:48 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-07 06:53:48 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-07 06:53:48 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-07 06:53:48 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-07 06:53:48 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-07 06:53:48 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-07 06:53:48 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-07 06:53:59 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2019-01-07 06:54:17 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 235 -ERROR - 2019-01-07 06:54:17 --> The upload path does not appear to be valid. -ERROR - 2019-01-07 06:54:17 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:17 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:17 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:17 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:17 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:17 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:18 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:18 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:18 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:18 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:18 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:18 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:18 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:18 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:18 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:18 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:18 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:18 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:18 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:18 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:19 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:19 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:19 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:19 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:19 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:19 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:19 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:19 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:19 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:19 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:19 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:19 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:19 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:19 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:19 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:20 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:20 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:20 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:20 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:20 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:20 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:20 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:20 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:20 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:20 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:20 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:20 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:20 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:20 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:21 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:21 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:21 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:21 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:21 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:21 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:21 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:21 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:21 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:21 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:21 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:21 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:21 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:21 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:21 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:22 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:22 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:22 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:22 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:22 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:22 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:22 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:22 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:22 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:22 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:22 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:22 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:22 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:22 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:23 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:23 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:23 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:23 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:23 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:23 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:23 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:24 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:24 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:24 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:24 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:24 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:24 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:24 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:24 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:24 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:24 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:24 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:24 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:24 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:24 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:25 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:25 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:25 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:25 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:25 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:25 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:25 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:25 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:25 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:25 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:25 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:25 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:25 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:25 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:26 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:26 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:26 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:26 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:26 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:26 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:26 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:26 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:26 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:26 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:26 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:26 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:26 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:26 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:27 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:27 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:27 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:27 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:27 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:27 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:27 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:27 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:27 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:27 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:27 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:27 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:27 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:27 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:28 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:28 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:28 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:28 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:28 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:28 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:28 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:28 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:28 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:28 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:28 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:28 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:28 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:28 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:29 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:29 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:29 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:29 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:29 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:29 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:29 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:29 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:29 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:29 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:29 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:29 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:29 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:29 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:30 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:30 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:30 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:30 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:30 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:30 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:30 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:30 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:30 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:30 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:30 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:30 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:30 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:30 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:31 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:31 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:31 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:31 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:31 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:31 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:31 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:32 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:32 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:32 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:32 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:32 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:32 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:32 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:32 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:32 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:32 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:32 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:32 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:32 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:32 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:33 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:33 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:33 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:33 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:33 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:33 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:33 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:34 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:34 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:34 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:34 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:34 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:34 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:34 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:34 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:34 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:34 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:34 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:34 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:34 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:34 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:35 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:35 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:35 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:35 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:35 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:35 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:35 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:35 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:35 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:35 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:35 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:35 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:35 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:35 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:36 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:36 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:36 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:36 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:36 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:36 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:36 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:36 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:36 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 516 -ERROR - 2019-01-07 06:54:41 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-07 06:54:41 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-07 06:54:41 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-07 06:54:41 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-07 06:54:42 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-07 06:54:42 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-07 06:54:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-07 06:54:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-07 06:54:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-07 06:54:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-07 06:54:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-07 06:54:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-07 06:54:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-07 06:54:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-07 06:54:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-07 06:54:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-07 06:54:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-07 06:54:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-07 06:57:18 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-07 06:57:18 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-07 06:57:18 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\ria\application\views\bankinvoice.php 84 -ERROR - 2019-01-07 06:57:18 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\bankinvoice.php 86 -ERROR - 2019-01-07 06:57:27 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-07 06:57:27 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-07 06:57:27 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\ria\application\views\bankinvoice.php 84 -ERROR - 2019-01-07 06:57:27 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\bankinvoice.php 86 -ERROR - 2019-01-07 06:57:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 180 -ERROR - 2019-01-07 06:57:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 181 -ERROR - 2019-01-07 06:57:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 180 -ERROR - 2019-01-07 06:57:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 181 -ERROR - 2019-01-07 06:57:42 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-07 06:57:42 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-07 06:57:42 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-07 06:57:42 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-07 06:57:42 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-07 06:57:42 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-07 06:57:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-07 06:57:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-07 06:57:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-07 06:57:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-07 06:57:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-07 06:57:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-07 06:57:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-07 06:57:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-07 06:57:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-07 06:57:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-07 06:57:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-07 06:57:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-07 06:57:54 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-07 06:57:54 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-07 06:57:54 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\ria\application\views\bankinvoice.php 84 -ERROR - 2019-01-07 06:57:54 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\bankinvoice.php 86 -ERROR - 2019-01-07 06:57:59 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-07 06:57:59 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-07 06:57:59 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\ria\application\views\bankinvoice.php 84 -ERROR - 2019-01-07 06:57:59 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\bankinvoice.php 86 -ERROR - 2019-01-07 06:57:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 180 -ERROR - 2019-01-07 06:57:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 181 -ERROR - 2019-01-07 06:57:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 180 -ERROR - 2019-01-07 06:57:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 181 -ERROR - 2019-01-07 06:58:14 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-07 06:58:14 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-07 06:58:14 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-07 06:58:14 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-07 06:58:14 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-07 06:58:14 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-07 06:58:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-07 06:58:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-07 06:58:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-07 06:58:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-07 06:58:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-07 06:58:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-07 06:58:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-07 06:58:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-07 06:58:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-07 06:58:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-07 06:58:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-07 06:58:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-07 06:58:23 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-07 06:58:23 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-07 06:58:23 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 180 -ERROR - 2019-01-07 06:58:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 180 -ERROR - 2019-01-07 06:58:44 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-07 06:58:44 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-07 06:58:44 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 180 -ERROR - 2019-01-07 06:58:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 180 -ERROR - 2019-01-07 06:58:51 --> Query error: Unknown column 'IsActive' in 'field list' -ERROR - 2019-01-07 06:59:09 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-07 06:59:09 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-07 06:59:09 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\ria\application\views\bankinvoice.php 84 -ERROR - 2019-01-07 06:59:09 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\bankinvoice.php 86 -ERROR - 2019-01-07 06:59:25 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-07 06:59:25 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-07 06:59:25 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 180 -ERROR - 2019-01-07 06:59:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 180 -ERROR - 2019-01-07 07:04:46 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-07 07:04:46 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-07 07:04:46 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 180 -ERROR - 2019-01-07 07:04:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 180 -ERROR - 2019-01-07 07:04:58 --> Query error: Unknown column 'IsActive' in 'field list' -ERROR - 2019-01-07 07:27:14 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-07 07:27:14 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-07 07:27:14 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-07 07:27:14 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-07 07:27:14 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-07 07:27:14 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-07 07:27:14 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-07 07:27:14 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-07 07:27:15 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-07 07:27:15 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-07 07:27:15 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-07 07:27:15 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-07 07:27:15 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-07 07:27:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-07 07:27:15 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-07 07:27:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-07 07:27:15 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-07 07:27:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-07 07:27:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-07 07:27:15 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-07 07:27:15 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-07 07:27:15 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-07 07:27:16 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-07 07:27:16 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-07 07:27:16 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-07 07:27:16 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-07 07:27:16 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-07 07:27:16 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-07 07:27:16 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-07 07:27:16 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-07 07:27:16 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-07 07:27:16 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-07 07:27:16 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-07 07:27:16 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-07 07:27:16 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-07 07:27:16 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-07 07:27:16 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-07 07:27:16 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-07 07:27:16 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-07 07:27:16 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-07 07:27:16 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-07 07:27:16 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-07 07:27:16 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-07 07:27:16 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-07 07:27:16 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-07 07:27:16 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-07 07:27:16 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-07 07:27:16 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-07 07:27:16 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-07 07:27:16 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-07 07:27:16 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-07 07:27:16 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-07 07:27:16 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-07 07:27:16 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-07 07:27:16 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-07 07:27:16 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-07 07:27:16 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-07 07:27:16 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-07 07:27:16 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-07 07:27:16 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-07 07:27:16 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-07 07:27:16 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-07 07:27:16 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-07 07:27:16 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-07 07:27:16 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-07 07:27:16 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-07 07:27:16 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-07 07:27:16 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-07 07:27:16 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-07 07:27:16 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-07 07:27:16 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-07 07:27:16 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-07 07:27:16 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-07 07:27:16 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-07 07:27:16 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-07 07:27:16 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-07 07:27:16 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-07 07:27:16 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-07 07:27:16 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-07 07:27:16 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-07 07:27:16 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-07 07:27:16 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-07 07:27:16 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-07 07:27:16 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-07 07:27:16 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-07 07:27:16 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-07 07:27:16 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-07 07:27:16 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-07 07:27:16 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-07 07:27:16 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-07 07:27:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-07 07:27:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-07 07:27:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-07 07:27:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-07 07:27:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-07 07:27:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-07 07:27:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-07 07:27:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-07 07:27:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-07 07:27:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-07 07:27:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-07 07:27:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-07 07:27:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-07 07:27:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-07 07:27:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-07 07:27:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-07 07:27:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-07 07:27:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-07 07:27:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-07 07:27:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-07 07:27:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-07 07:27:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-07 07:27:17 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-07 07:27:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-07 07:27:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-07 07:27:17 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-07 07:27:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-07 07:27:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-07 07:27:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-07 07:27:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-07 07:27:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-07 07:27:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-07 07:27:17 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-07 07:27:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-07 07:27:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-07 07:27:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-07 07:27:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-07 07:27:17 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-07 07:27:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-07 07:27:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-07 07:27:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-07 07:27:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-07 07:27:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-07 07:27:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-07 07:27:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-07 07:27:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-07 07:27:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-07 07:27:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-07 07:27:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-07 07:27:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-07 07:27:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-07 07:27:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-07 07:27:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-07 07:27:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-07 07:27:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-07 07:27:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-07 07:27:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-07 07:27:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-07 07:27:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-07 07:27:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-07 07:27:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-07 07:27:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-07 07:27:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-07 07:27:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-07 07:27:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-07 07:27:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-07 07:27:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-07 07:27:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-07 07:27:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-07 07:27:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-07 07:27:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-07 07:27:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-07 07:27:30 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-07 07:27:30 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-07 07:27:30 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 180 -ERROR - 2019-01-07 07:27:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 180 -ERROR - 2019-01-07 07:27:36 --> Query error: Unknown column 'IsActive' in 'field list' -ERROR - 2019-01-07 07:28:22 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-07 07:28:22 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-07 07:28:22 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-07 07:28:22 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-07 07:28:23 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-07 07:28:23 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-07 07:28:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-07 07:28:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-07 07:28:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-07 07:28:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-07 07:28:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-07 07:28:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-07 07:28:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-07 07:28:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-07 07:28:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-07 07:28:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-07 07:28:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-07 07:28:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-07 07:28:47 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-07 07:28:47 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-07 07:28:47 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 180 -ERROR - 2019-01-07 07:28:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 180 -ERROR - 2019-01-07 07:29:03 --> Query error: Unknown column 'IsActive' in 'field list' -ERROR - 2019-01-07 07:33:15 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-07 07:33:15 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-07 07:33:15 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-07 07:33:15 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-07 07:33:15 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-07 07:33:15 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-07 07:33:16 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-07 07:33:16 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-07 07:33:16 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-07 07:33:16 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-07 07:33:16 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-07 07:33:16 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-07 07:33:16 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-07 07:33:16 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-07 07:33:16 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-07 07:33:16 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-07 07:33:16 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-07 07:33:16 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-07 07:33:38 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-07 07:33:38 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-07 07:33:38 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 180 -ERROR - 2019-01-07 07:33:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 180 -ERROR - 2019-01-07 07:33:56 --> Query error: Unknown column 'IsActive' in 'field list' -ERROR - 2019-01-07 07:36:21 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-07 07:36:21 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-07 07:36:21 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-07 07:36:21 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-07 07:36:22 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-07 07:36:22 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-07 07:36:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-07 07:36:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-07 07:36:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-07 07:36:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-07 07:36:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-07 07:36:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-07 07:36:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-07 07:36:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-07 07:36:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-07 07:36:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-07 07:36:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-07 07:36:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-07 07:36:40 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-07 07:36:40 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-07 07:36:40 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 180 -ERROR - 2019-01-07 07:36:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 180 -ERROR - 2019-01-07 07:36:57 --> Severity: Notice --> Undefined variable: data C:\xampp\htdocs\ria\application\controllers\cashbook.php 2341 -ERROR - 2019-01-07 07:36:57 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-07 07:36:57 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-07 07:36:57 --> Severity: Notice --> Undefined variable: bankreport C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-07 07:36:57 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-07 07:36:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-07 07:36:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-07 07:36:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-07 07:36:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-07 07:36:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-07 07:36:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-07 07:36:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-07 07:36:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-07 07:36:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-07 07:36:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-07 07:36:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-07 07:36:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-07 07:36:58 --> Severity: Notice --> Undefined variable: finyear C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2019-01-07 07:36:58 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2019-01-07 07:36:58 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 237 -ERROR - 2019-01-07 07:36:59 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-07 07:36:59 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-07 07:36:59 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-07 07:36:59 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-07 07:36:59 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-07 07:36:59 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-07 07:36:59 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-07 07:36:59 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-07 07:36:59 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-07 07:36:59 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-07 07:36:59 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-07 07:36:59 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-07 07:36:59 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-07 07:36:59 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-07 07:36:59 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-07 07:37:00 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-07 07:37:00 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-07 07:37:00 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-07 07:37:17 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-07 07:37:17 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-07 07:37:17 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 125 -ERROR - 2019-01-07 07:37:43 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-07 07:37:43 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-07 07:37:43 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\ria\application\views\bankinvoice.php 84 -ERROR - 2019-01-07 07:37:43 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\bankinvoice.php 86 -ERROR - 2019-01-07 07:37:48 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-07 07:37:48 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-07 07:37:48 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\ria\application\views\bankinvoice.php 84 -ERROR - 2019-01-07 07:37:48 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\bankinvoice.php 86 -ERROR - 2019-01-07 07:37:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 180 -ERROR - 2019-01-07 07:37:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 181 -ERROR - 2019-01-07 07:37:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 180 -ERROR - 2019-01-07 07:37:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 181 -ERROR - 2019-01-07 07:39:25 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-07 07:39:25 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-07 07:39:25 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\ria\application\views\bankinvoice.php 84 -ERROR - 2019-01-07 07:39:25 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\bankinvoice.php 86 -ERROR - 2019-01-07 07:39:32 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-07 07:39:32 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-07 07:39:32 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\ria\application\views\bankinvoice.php 84 -ERROR - 2019-01-07 07:39:32 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\bankinvoice.php 86 -ERROR - 2019-01-07 07:39:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 180 -ERROR - 2019-01-07 07:39:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 181 -ERROR - 2019-01-07 07:39:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 180 -ERROR - 2019-01-07 07:39:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 181 -ERROR - 2019-01-07 07:49:48 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankamountreceived.php 10 -ERROR - 2019-01-07 07:49:48 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankamountreceived.php 10 -ERROR - 2019-01-07 07:49:59 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankamountreceived.php 10 -ERROR - 2019-01-07 07:50:00 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankamountreceived.php 10 -ERROR - 2019-01-07 07:50:00 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankamountreceived.php 164 -ERROR - 2019-01-07 07:50:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountreceived.php 164 -ERROR - 2019-01-07 07:50:00 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankamountreceived.php 164 -ERROR - 2019-01-07 07:50:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountreceived.php 164 -ERROR - 2019-01-07 07:50:00 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankamountreceived.php 174 -ERROR - 2019-01-07 07:50:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountreceived.php 174 -ERROR - 2019-01-07 07:51:03 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankamountreceived.php 10 -ERROR - 2019-01-07 07:51:03 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankamountreceived.php 10 -ERROR - 2019-01-07 07:51:03 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankamountreceived.php 164 -ERROR - 2019-01-07 07:51:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountreceived.php 164 -ERROR - 2019-01-07 07:51:04 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankamountreceived.php 164 -ERROR - 2019-01-07 07:51:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountreceived.php 164 -ERROR - 2019-01-07 07:51:04 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankamountreceived.php 174 -ERROR - 2019-01-07 07:51:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountreceived.php 174 -ERROR - 2019-01-07 07:51:20 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankamountreceived.php 10 -ERROR - 2019-01-07 07:51:20 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankamountreceived.php 10 -ERROR - 2019-01-07 07:51:20 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankamountreceived.php 164 -ERROR - 2019-01-07 07:51:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountreceived.php 164 -ERROR - 2019-01-07 07:51:20 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankamountreceived.php 164 -ERROR - 2019-01-07 07:51:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountreceived.php 164 -ERROR - 2019-01-07 07:51:20 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankamountreceived.php 174 -ERROR - 2019-01-07 07:51:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountreceived.php 174 -ERROR - 2019-01-07 07:51:25 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankamountreceived.php 10 -ERROR - 2019-01-07 07:51:25 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankamountreceived.php 10 -ERROR - 2019-01-07 07:51:25 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankamountreceived.php 164 -ERROR - 2019-01-07 07:51:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountreceived.php 164 -ERROR - 2019-01-07 07:51:25 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankamountreceived.php 164 -ERROR - 2019-01-07 07:51:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountreceived.php 164 -ERROR - 2019-01-07 07:51:25 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankamountreceived.php 174 -ERROR - 2019-01-07 07:51:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountreceived.php 174 -ERROR - 2019-01-07 07:52:15 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankamountreceived.php 10 -ERROR - 2019-01-07 07:52:15 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankamountreceived.php 10 -ERROR - 2019-01-07 07:52:15 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankamountreceived.php 164 -ERROR - 2019-01-07 07:52:15 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountreceived.php 164 -ERROR - 2019-01-07 07:52:15 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankamountreceived.php 164 -ERROR - 2019-01-07 07:52:15 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountreceived.php 164 -ERROR - 2019-01-07 07:52:15 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankamountreceived.php 174 -ERROR - 2019-01-07 07:52:15 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountreceived.php 174 -ERROR - 2019-01-07 07:53:27 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-07 07:53:27 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-07 07:53:27 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\ria\application\views\bankinvoice.php 84 -ERROR - 2019-01-07 07:53:28 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\bankinvoice.php 86 -ERROR - 2019-01-07 07:53:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 180 -ERROR - 2019-01-07 07:53:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 181 -ERROR - 2019-01-07 07:53:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 180 -ERROR - 2019-01-07 07:53:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 181 -ERROR - 2019-01-07 07:55:59 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-07 07:55:59 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-07 07:55:59 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\ria\application\views\bankinvoice.php 84 -ERROR - 2019-01-07 07:55:59 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\bankinvoice.php 86 -ERROR - 2019-01-07 07:56:08 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-07 07:56:08 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-07 07:56:08 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\ria\application\views\bankinvoice.php 84 -ERROR - 2019-01-07 07:56:08 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\bankinvoice.php 86 -ERROR - 2019-01-07 07:56:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 180 -ERROR - 2019-01-07 07:56:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 181 -ERROR - 2019-01-07 07:56:08 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 193 -ERROR - 2019-01-07 07:56:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 193 -ERROR - 2019-01-07 07:56:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 180 -ERROR - 2019-01-07 07:56:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 181 -ERROR - 2019-01-07 07:56:08 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 193 -ERROR - 2019-01-07 07:56:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 193 -ERROR - 2019-01-07 08:10:09 --> Severity: Notice --> Undefined variable: data C:\xampp\htdocs\ria\application\controllers\cashbook.php 2341 -ERROR - 2019-01-07 08:10:09 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-07 08:10:09 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-07 08:10:09 --> Severity: Notice --> Undefined variable: bankreport C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-07 08:10:09 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-07 08:10:09 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-07 08:10:09 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-07 08:10:10 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-07 08:10:10 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-07 08:10:10 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-07 08:10:10 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-07 08:10:10 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-07 08:10:10 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-07 08:10:10 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-07 08:10:10 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-07 08:10:10 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-07 08:10:10 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-07 08:10:10 --> Severity: Notice --> Undefined variable: finyear C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2019-01-07 08:10:10 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2019-01-07 08:10:10 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 237 -ERROR - 2019-01-07 08:10:11 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-07 08:10:11 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-07 08:10:11 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-07 08:10:11 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-07 08:10:11 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-07 08:10:11 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-07 08:10:11 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-07 08:10:12 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-07 08:10:12 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-07 08:10:12 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-07 08:10:12 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-07 08:10:12 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-07 08:10:12 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-07 08:10:12 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-07 08:10:12 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-07 08:10:12 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-07 08:10:12 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-07 08:10:12 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-07 08:10:35 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-07 08:10:35 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-07 08:10:35 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\ria\application\views\bankinvoice.php 84 -ERROR - 2019-01-07 08:10:35 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\bankinvoice.php 86 -ERROR - 2019-01-07 08:10:40 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-07 08:10:40 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-07 08:10:40 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\ria\application\views\bankinvoice.php 84 -ERROR - 2019-01-07 08:10:40 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\bankinvoice.php 86 -ERROR - 2019-01-07 08:10:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 180 -ERROR - 2019-01-07 08:10:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 181 -ERROR - 2019-01-07 08:10:40 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 193 -ERROR - 2019-01-07 08:10:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 193 -ERROR - 2019-01-07 08:10:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 180 -ERROR - 2019-01-07 08:10:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 181 -ERROR - 2019-01-07 08:10:40 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 193 -ERROR - 2019-01-07 08:10:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 193 -ERROR - 2019-01-07 08:10:57 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-07 08:10:57 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-07 08:10:57 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-07 08:10:57 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-07 08:10:57 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-07 08:10:57 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-07 08:10:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-07 08:10:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-07 08:10:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-07 08:10:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-07 08:10:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-07 08:10:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-07 08:10:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-07 08:10:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-07 08:10:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-07 08:10:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-07 08:10:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-07 08:10:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-07 08:11:09 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-07 08:11:09 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-07 08:11:09 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 180 -ERROR - 2019-01-07 08:11:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 180 -ERROR - 2019-01-07 08:12:05 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-07 08:12:05 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-07 08:12:05 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\ria\application\views\bankinvoice.php 84 -ERROR - 2019-01-07 08:12:05 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\bankinvoice.php 86 -ERROR - 2019-01-07 08:12:24 --> Severity: Warning --> mysqli_connect(): (HY000/2002): An established connection was aborted by the software in your host machine. - C:\xampp\htdocs\ria\system\database\drivers\mysqli\mysqli_driver.php 77 -ERROR - 2019-01-07 08:12:24 --> Unable to connect to the database -ERROR - 2019-01-07 08:13:27 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-07 08:13:27 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-07 08:13:27 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\ria\application\views\bankinvoice.php 84 -ERROR - 2019-01-07 08:13:27 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\bankinvoice.php 86 -ERROR - 2019-01-07 08:13:35 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-07 08:13:35 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-07 08:13:35 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\ria\application\views\bankinvoice.php 84 -ERROR - 2019-01-07 08:13:35 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\bankinvoice.php 86 -ERROR - 2019-01-07 08:13:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 180 -ERROR - 2019-01-07 08:13:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 181 -ERROR - 2019-01-07 08:13:35 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 193 -ERROR - 2019-01-07 08:13:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 193 -ERROR - 2019-01-07 08:13:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 180 -ERROR - 2019-01-07 08:13:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 181 -ERROR - 2019-01-07 08:13:35 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 193 -ERROR - 2019-01-07 08:13:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 193 -ERROR - 2019-01-07 08:14:10 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-07 08:14:10 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-07 08:14:10 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-07 08:14:10 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-07 08:14:13 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-07 08:14:13 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-07 08:14:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-07 08:14:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-07 08:14:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-07 08:14:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-07 08:14:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-07 08:14:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-07 08:14:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-07 08:14:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-07 08:14:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-07 08:14:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-07 08:14:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-07 08:14:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-07 08:14:27 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-07 08:14:27 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-07 08:14:27 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 180 -ERROR - 2019-01-07 08:14:27 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 180 -ERROR - 2019-01-07 08:16:26 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-07 08:16:26 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-07 08:16:26 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\ria\application\views\bankinvoice.php 84 -ERROR - 2019-01-07 08:16:26 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\bankinvoice.php 86 -ERROR - 2019-01-07 08:16:33 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-07 08:16:33 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-07 08:16:33 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\ria\application\views\bankinvoice.php 84 -ERROR - 2019-01-07 08:16:33 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\bankinvoice.php 86 -ERROR - 2019-01-07 08:16:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 180 -ERROR - 2019-01-07 08:16:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 181 -ERROR - 2019-01-07 08:16:33 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 193 -ERROR - 2019-01-07 08:16:33 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 193 -ERROR - 2019-01-07 08:16:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 180 -ERROR - 2019-01-07 08:16:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 181 -ERROR - 2019-01-07 08:16:33 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 193 -ERROR - 2019-01-07 08:16:33 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 193 -ERROR - 2019-01-07 08:16:56 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-07 08:16:56 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-07 08:16:56 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-07 08:16:56 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-07 08:16:56 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-07 08:16:56 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-07 08:16:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-07 08:16:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-07 08:16:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-07 08:16:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-07 08:16:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-07 08:16:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-07 08:16:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-07 08:16:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-07 08:16:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-07 08:16:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-07 08:16:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-07 08:16:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-07 08:17:08 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-07 08:17:08 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 7 -ERROR - 2019-01-07 08:17:08 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 180 -ERROR - 2019-01-07 08:17:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 180 -ERROR - 2019-01-07 08:17:08 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 180 -ERROR - 2019-01-07 08:17:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 180 -ERROR - 2019-01-07 08:17:23 --> Severity: Notice --> Undefined variable: data C:\xampp\htdocs\ria\application\controllers\cashbook.php 2341 -ERROR - 2019-01-07 08:17:24 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-07 08:17:24 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-07 08:17:24 --> Severity: Notice --> Undefined variable: bankreport C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-07 08:17:24 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-07 08:17:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-07 08:17:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-07 08:17:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-07 08:17:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-07 08:17:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-07 08:17:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-07 08:17:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-07 08:17:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-07 08:17:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-07 08:17:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-07 08:17:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-07 08:17:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-07 08:17:24 --> Severity: Notice --> Undefined variable: finyear C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2019-01-07 08:17:24 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2019-01-07 08:17:24 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 237 -ERROR - 2019-01-07 08:17:25 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-07 08:17:25 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-07 08:17:25 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-07 08:17:25 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-07 08:17:26 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-07 08:17:26 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-07 08:17:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-07 08:17:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-07 08:17:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-07 08:17:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-07 08:17:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-07 08:17:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-07 08:17:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-07 08:17:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-07 08:17:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-07 08:17:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-07 08:17:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-07 08:17:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-07 08:17:47 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-07 08:17:48 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-07 08:17:48 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\ria\application\views\bankinvoice.php 84 -ERROR - 2019-01-07 08:17:48 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\bankinvoice.php 86 -ERROR - 2019-01-07 08:17:56 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-07 08:17:56 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-07 08:17:56 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\ria\application\views\bankinvoice.php 84 -ERROR - 2019-01-07 08:17:56 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\bankinvoice.php 86 -ERROR - 2019-01-07 08:17:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 180 -ERROR - 2019-01-07 08:17:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 181 -ERROR - 2019-01-07 08:17:56 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 193 -ERROR - 2019-01-07 08:17:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 193 -ERROR - 2019-01-07 08:17:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 180 -ERROR - 2019-01-07 08:17:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 181 -ERROR - 2019-01-07 08:17:56 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 193 -ERROR - 2019-01-07 08:17:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 193 -ERROR - 2019-01-07 08:17:56 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-07 08:17:56 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-07 08:17:56 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\ria\application\views\bankinvoice.php 84 -ERROR - 2019-01-07 08:17:56 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\bankinvoice.php 86 -ERROR - 2019-01-07 08:17:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 180 -ERROR - 2019-01-07 08:17:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 181 -ERROR - 2019-01-07 08:17:57 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 193 -ERROR - 2019-01-07 08:17:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 193 -ERROR - 2019-01-07 08:17:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 180 -ERROR - 2019-01-07 08:17:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 181 -ERROR - 2019-01-07 08:17:57 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 193 -ERROR - 2019-01-07 08:17:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 193 diff --git a/application/logs/log-2019-01-08.php b/application/logs/log-2019-01-08.php deleted file mode 100644 index 4bdb5abd..00000000 --- a/application/logs/log-2019-01-08.php +++ /dev/null @@ -1,1935 +0,0 @@ - - -ERROR - 2019-01-08 06:23:30 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-08 06:23:31 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-08 06:23:31 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-08 06:23:31 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-08 06:23:31 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-08 06:23:31 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-08 06:23:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-08 06:23:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-08 06:23:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-08 06:23:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-08 06:23:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-08 06:23:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-08 06:23:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-08 06:23:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-08 06:23:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-08 06:23:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-08 06:23:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-08 06:23:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-08 06:23:43 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-08 06:23:43 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-08 06:23:49 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-08 06:23:49 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-08 06:23:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:23:49 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:23:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:23:49 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:23:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:23:50 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:23:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:23:50 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:23:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:23:50 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:23:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:23:50 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:23:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:23:50 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:23:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:23:50 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:23:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:23:50 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:23:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:23:50 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:23:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:23:50 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:23:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:23:50 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:23:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:23:50 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:23:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:23:50 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:23:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:23:50 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:23:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:23:50 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:23:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:23:50 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:23:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:23:51 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:23:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:23:51 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:23:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:23:51 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:23:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:23:51 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:23:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:23:51 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:23:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:23:51 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:23:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:23:51 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:23:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:23:51 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:23:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:23:51 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:23:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:23:51 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:23:52 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-08 06:23:52 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-08 06:23:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:23:52 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:23:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:23:52 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:23:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:23:52 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:23:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:23:52 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:23:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:23:52 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:23:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:23:52 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:23:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:23:52 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:23:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:23:52 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:23:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:23:52 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:23:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:23:52 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:23:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:23:52 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:23:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:23:53 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:23:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:23:53 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:23:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:23:53 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:23:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:23:53 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:23:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:23:53 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:23:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:23:53 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:23:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:23:53 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:23:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:23:53 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:23:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:23:53 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:23:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:23:53 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:23:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:23:53 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:23:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:23:53 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:23:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:23:53 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:23:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:23:53 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:23:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:23:53 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:23:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:23:53 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:25:13 --> Severity: Notice --> Undefined variable: balancetocleared C:\xampp\htdocs\ria\application\controllers\cashbook.php 1933 -ERROR - 2019-01-08 06:25:13 --> Severity: Notice --> Undefined variable: balancetocleared C:\xampp\htdocs\ria\application\controllers\cashbook.php 1933 -ERROR - 2019-01-08 06:25:13 --> Severity: Notice --> Undefined variable: balancetocleared C:\xampp\htdocs\ria\application\controllers\cashbook.php 1933 -ERROR - 2019-01-08 06:25:13 --> Severity: Notice --> Undefined variable: clearedblnce C:\xampp\htdocs\ria\application\controllers\cashbook.php 1942 -ERROR - 2019-01-08 06:25:13 --> Severity: Notice --> Undefined variable: clearedblnce C:\xampp\htdocs\ria\application\controllers\cashbook.php 1942 -ERROR - 2019-01-08 06:25:13 --> Severity: Notice --> Undefined variable: balancetocleared C:\xampp\htdocs\ria\application\controllers\cashbook.php 1933 -ERROR - 2019-01-08 06:25:13 --> Severity: Notice --> Undefined variable: balancetocleared C:\xampp\htdocs\ria\application\controllers\cashbook.php 1942 -ERROR - 2019-01-08 06:25:13 --> Severity: Notice --> Undefined variable: balancetocleared C:\xampp\htdocs\ria\application\controllers\cashbook.php 1933 -ERROR - 2019-01-08 06:25:13 --> Severity: Notice --> Undefined variable: clearedblnce C:\xampp\htdocs\ria\application\controllers\cashbook.php 1942 -ERROR - 2019-01-08 06:25:13 --> Severity: Notice --> Undefined variable: balancetocleared C:\xampp\htdocs\ria\application\controllers\cashbook.php 1942 -ERROR - 2019-01-08 06:25:13 --> Severity: Notice --> Undefined variable: clearedblnce C:\xampp\htdocs\ria\application\controllers\cashbook.php 1942 -ERROR - 2019-01-08 06:25:13 --> Severity: Notice --> Undefined variable: clearedblnce C:\xampp\htdocs\ria\application\controllers\cashbook.php 1942 -ERROR - 2019-01-08 06:25:13 --> Severity: Notice --> Undefined variable: balancetocleared C:\xampp\htdocs\ria\application\controllers\cashbook.php 1942 -ERROR - 2019-01-08 06:25:13 --> Severity: Notice --> Undefined variable: balancetocleared C:\xampp\htdocs\ria\application\controllers\cashbook.php 1942 -ERROR - 2019-01-08 06:25:13 --> Severity: Notice --> Undefined variable: balancetocleared C:\xampp\htdocs\ria\application\controllers\cashbook.php 1942 -ERROR - 2019-01-08 06:25:13 --> Severity: Notice --> Undefined variable: data C:\xampp\htdocs\ria\application\controllers\cashbook.php 2008 -ERROR - 2019-01-08 06:25:13 --> Severity: Notice --> Undefined variable: data C:\xampp\htdocs\ria\application\controllers\cashbook.php 2008 -ERROR - 2019-01-08 06:25:13 --> Severity: Notice --> Undefined variable: data C:\xampp\htdocs\ria\application\controllers\cashbook.php 2008 -ERROR - 2019-01-08 06:25:13 --> Severity: Notice --> Undefined variable: data C:\xampp\htdocs\ria\application\controllers\cashbook.php 2008 -ERROR - 2019-01-08 06:25:13 --> Severity: Notice --> Undefined variable: data C:\xampp\htdocs\ria\application\controllers\cashbook.php 2008 -ERROR - 2019-01-08 06:25:13 --> Severity: Notice --> Undefined variable: data C:\xampp\htdocs\ria\application\controllers\cashbook.php 2008 -ERROR - 2019-01-08 06:25:13 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-08 06:25:13 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-08 06:25:13 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-08 06:25:13 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-08 06:25:13 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-08 06:25:13 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-08 06:25:13 --> Severity: Notice --> Undefined variable: bankreport C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-08 06:25:13 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-08 06:25:13 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-08 06:25:13 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-08 06:25:13 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-08 06:25:13 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-08 06:25:13 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-08 06:25:13 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-08 06:25:13 --> Severity: Notice --> Undefined variable: bankreport C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-08 06:25:13 --> Severity: Notice --> Undefined variable: bankreport C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-08 06:25:13 --> Severity: Notice --> Undefined variable: bankreport C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-08 06:25:13 --> Severity: Notice --> Undefined variable: bankreport C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-08 06:25:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-08 06:25:13 --> Severity: Notice --> Undefined variable: bankreport C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-08 06:25:13 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-08 06:25:13 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-08 06:25:13 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-08 06:25:13 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-08 06:25:13 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-08 06:25:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-08 06:25:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-08 06:25:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-08 06:25:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-08 06:25:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-08 06:25:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-08 06:25:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-08 06:25:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-08 06:25:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-08 06:25:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-08 06:25:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-08 06:25:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-08 06:25:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-08 06:25:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-08 06:25:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-08 06:25:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-08 06:25:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-08 06:25:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-08 06:25:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-08 06:25:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-08 06:25:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-08 06:25:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-08 06:25:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-08 06:25:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-08 06:25:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-08 06:25:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-08 06:25:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-08 06:25:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-08 06:25:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-08 06:25:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-08 06:25:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-08 06:25:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-08 06:25:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-08 06:25:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-08 06:25:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-08 06:25:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-08 06:25:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-08 06:25:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-08 06:25:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-08 06:25:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-08 06:25:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-08 06:25:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-08 06:25:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-08 06:25:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-08 06:25:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-08 06:25:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-08 06:25:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-08 06:25:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-08 06:25:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-08 06:25:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-08 06:25:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-08 06:25:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-08 06:25:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-08 06:25:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-08 06:25:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-08 06:25:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-08 06:25:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-08 06:25:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-08 06:25:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-08 06:25:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-08 06:25:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-08 06:25:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-08 06:25:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-08 06:25:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-08 06:25:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-08 06:25:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-08 06:25:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-08 06:25:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-08 06:25:14 --> Severity: Notice --> Undefined variable: finyear C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2019-01-08 06:25:14 --> Severity: Notice --> Undefined variable: finyear C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2019-01-08 06:25:14 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2019-01-08 06:25:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-08 06:25:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-08 06:25:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-08 06:25:14 --> Severity: Notice --> Undefined variable: finyear C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2019-01-08 06:25:14 --> Severity: Notice --> Undefined variable: finyear C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2019-01-08 06:25:14 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 237 -ERROR - 2019-01-08 06:25:14 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2019-01-08 06:25:14 --> Severity: Notice --> Undefined variable: finyear C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2019-01-08 06:25:14 --> Severity: Notice --> Undefined variable: finyear C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2019-01-08 06:25:14 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2019-01-08 06:25:14 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 237 -ERROR - 2019-01-08 06:25:14 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2019-01-08 06:25:14 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2019-01-08 06:25:14 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2019-01-08 06:25:14 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 237 -ERROR - 2019-01-08 06:25:14 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 237 -ERROR - 2019-01-08 06:25:14 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 237 -ERROR - 2019-01-08 06:25:14 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 237 -ERROR - 2019-01-08 06:25:16 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-08 06:25:16 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-08 06:25:16 --> Severity: Notice --> Undefined variable: balancetocleared C:\xampp\htdocs\ria\application\controllers\cashbook.php 1933 -ERROR - 2019-01-08 06:25:16 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-08 06:25:16 --> Severity: Notice --> Undefined variable: clearedblnce C:\xampp\htdocs\ria\application\controllers\cashbook.php 1942 -ERROR - 2019-01-08 06:25:16 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-08 06:25:16 --> Severity: Notice --> Undefined variable: balancetocleared C:\xampp\htdocs\ria\application\controllers\cashbook.php 1942 -ERROR - 2019-01-08 06:25:16 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-08 06:25:16 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-08 06:25:16 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-08 06:25:16 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-08 06:25:16 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-08 06:25:16 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-08 06:25:16 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-08 06:25:16 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-08 06:25:16 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-08 06:25:16 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-08 06:25:16 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-08 06:25:16 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-08 06:25:16 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-08 06:25:16 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-08 06:25:16 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-08 06:25:16 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-08 06:25:16 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-08 06:25:16 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-08 06:25:16 --> Severity: Notice --> Undefined variable: data C:\xampp\htdocs\ria\application\controllers\cashbook.php 2008 -ERROR - 2019-01-08 06:25:16 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-08 06:25:16 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-08 06:25:16 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-08 06:25:16 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-08 06:25:16 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-08 06:25:16 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-08 06:25:16 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-08 06:25:16 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-08 06:25:16 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-08 06:25:16 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-08 06:25:16 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-08 06:25:16 --> Severity: Notice --> Undefined variable: bankreport C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-08 06:25:16 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-08 06:25:16 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-08 06:25:16 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-08 06:25:16 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-08 06:25:17 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-08 06:25:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-08 06:25:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-08 06:25:17 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-08 06:25:17 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-08 06:25:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-08 06:25:17 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-08 06:25:17 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-08 06:25:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-08 06:25:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-08 06:25:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-08 06:25:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-08 06:25:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-08 06:25:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-08 06:25:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-08 06:25:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-08 06:25:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-08 06:25:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-08 06:25:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-08 06:25:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-08 06:25:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-08 06:25:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-08 06:25:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-08 06:25:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-08 06:25:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-08 06:25:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-08 06:25:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-08 06:25:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-08 06:25:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-08 06:25:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-08 06:25:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-08 06:25:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-08 06:25:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-08 06:25:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-08 06:25:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-08 06:25:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-08 06:25:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-08 06:25:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-08 06:25:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-08 06:25:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-08 06:25:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-08 06:25:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-08 06:25:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-08 06:25:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-08 06:25:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-08 06:25:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-08 06:25:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-08 06:25:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-08 06:25:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-08 06:25:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-08 06:25:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-08 06:25:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-08 06:25:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-08 06:25:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-08 06:25:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-08 06:25:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-08 06:25:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-08 06:25:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-08 06:25:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-08 06:25:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-08 06:25:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-08 06:25:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-08 06:25:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-08 06:25:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-08 06:25:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-08 06:25:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-08 06:25:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-08 06:25:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-08 06:25:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-08 06:25:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-08 06:25:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-08 06:25:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-08 06:25:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-08 06:25:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-08 06:25:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-08 06:25:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-08 06:25:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-08 06:25:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-08 06:25:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-08 06:25:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-08 06:25:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-08 06:25:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-08 06:25:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-08 06:25:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-08 06:25:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-08 06:25:17 --> Severity: Notice --> Undefined variable: finyear C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2019-01-08 06:25:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-08 06:25:18 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2019-01-08 06:25:18 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 237 -ERROR - 2019-01-08 06:25:30 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\banksettlement.php 4 -ERROR - 2019-01-08 06:25:30 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\banksettlement.php 4 -ERROR - 2019-01-08 06:25:30 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:30 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:30 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:30 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:30 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:30 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:31 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:31 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:31 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:31 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:31 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:31 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:31 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:31 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:31 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:31 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:31 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:31 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:31 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:31 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:31 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:53 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\banksettlement.php 4 -ERROR - 2019-01-08 06:25:53 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\banksettlement.php 4 -ERROR - 2019-01-08 06:25:53 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:53 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:53 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:53 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:53 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:53 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:53 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:54 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:54 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\banksettlement.php 4 -ERROR - 2019-01-08 06:25:54 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:54 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\banksettlement.php 4 -ERROR - 2019-01-08 06:25:54 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:54 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:54 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:54 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:55 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\banksettlement.php 4 -ERROR - 2019-01-08 06:25:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:55 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\banksettlement.php 4 -ERROR - 2019-01-08 06:25:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:55 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\banksettlement.php 4 -ERROR - 2019-01-08 06:25:55 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:55 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:55 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:55 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\banksettlement.php 4 -ERROR - 2019-01-08 06:25:55 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:55 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\banksettlement.php 4 -ERROR - 2019-01-08 06:25:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:55 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:55 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:55 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:55 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:55 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\banksettlement.php 4 -ERROR - 2019-01-08 06:25:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:55 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:55 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:55 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:55 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:55 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:55 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:55 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\banksettlement.php 4 -ERROR - 2019-01-08 06:25:55 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:55 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:55 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\banksettlement.php 4 -ERROR - 2019-01-08 06:25:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:55 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:55 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:55 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:55 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\banksettlement.php 4 -ERROR - 2019-01-08 06:25:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:55 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:55 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:55 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\banksettlement.php 4 -ERROR - 2019-01-08 06:25:55 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:55 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:55 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:55 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:55 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:55 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:55 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:55 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:55 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:55 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:55 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:55 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:55 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\banksettlement.php 4 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:56 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\banksettlement.php 4 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\banksettlement.php 4 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:56 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\banksettlement.php 4 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:56 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:58 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:58 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:58 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:58 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:58 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:58 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:58 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:58 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:58 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:58 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:58 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:58 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:58 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:58 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:58 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:58 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:58 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:58 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:58 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:58 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:58 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:58 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:58 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:58 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:58 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:58 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:58 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:25:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:58 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:25:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:26:17 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-08 06:26:17 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-08 06:26:17 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-08 06:26:17 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-08 06:26:18 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-08 06:26:18 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-08 06:26:18 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-08 06:26:18 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-08 06:26:18 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-08 06:26:18 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-08 06:26:18 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-08 06:26:18 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-08 06:26:18 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-08 06:26:18 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-08 06:26:18 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-08 06:26:18 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-08 06:26:18 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-08 06:26:18 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-08 06:26:26 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\banksettlement.php 4 -ERROR - 2019-01-08 06:26:26 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\banksettlement.php 4 -ERROR - 2019-01-08 06:26:26 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:26:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:26:26 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:26:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:26:26 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:26:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:26:26 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:26:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:26:26 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:26:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:26:26 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:26:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:26:26 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:26:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:26:26 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:26:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:26:26 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:26:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:26:26 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:26:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:26:26 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:26:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:26:26 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:26:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:26:26 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:26:27 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:26:27 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:26:27 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:26:27 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:26:27 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:26:27 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:26:27 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:26:27 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:26:27 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:26:27 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:26:27 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:26:35 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-08 06:26:35 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-08 06:26:35 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-08 06:26:35 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-08 06:26:35 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-08 06:26:35 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-08 06:26:35 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-08 06:26:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-08 06:26:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-08 06:26:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-08 06:26:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-08 06:26:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-08 06:26:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-08 06:26:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-08 06:26:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-08 06:26:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-08 06:26:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-08 06:26:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-08 06:26:50 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-08 06:26:50 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-08 06:26:57 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-08 06:26:57 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-08 06:26:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:26:57 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:26:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:26:57 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:26:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:26:57 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:26:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:26:57 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:26:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:26:57 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:26:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:26:57 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:26:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:26:57 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:26:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:26:57 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:26:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:26:57 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:26:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:26:57 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:26:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:26:58 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:26:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:26:58 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:26:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:26:58 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:26:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:26:58 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:26:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:26:58 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:26:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:26:58 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:26:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:26:58 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:26:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:26:58 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:26:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:26:58 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:26:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:26:58 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:26:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:26:58 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:26:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:26:58 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:26:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:26:58 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:26:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:26:58 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:26:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:26:59 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:26:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:26:59 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:26:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:26:59 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:28:03 --> Severity: Notice --> Undefined variable: balancetocleared C:\xampp\htdocs\ria\application\controllers\cashbook.php 1933 -ERROR - 2019-01-08 06:28:03 --> Severity: Notice --> Undefined variable: balancetocleared C:\xampp\htdocs\ria\application\controllers\cashbook.php 1933 -ERROR - 2019-01-08 06:28:03 --> Severity: Notice --> Undefined variable: clearedblnce C:\xampp\htdocs\ria\application\controllers\cashbook.php 1942 -ERROR - 2019-01-08 06:28:03 --> Severity: Notice --> Undefined variable: balancetocleared C:\xampp\htdocs\ria\application\controllers\cashbook.php 1942 -ERROR - 2019-01-08 06:28:03 --> Severity: Notice --> Undefined variable: clearedblnce C:\xampp\htdocs\ria\application\controllers\cashbook.php 1942 -ERROR - 2019-01-08 06:28:03 --> Severity: Notice --> Undefined variable: balancetocleared C:\xampp\htdocs\ria\application\controllers\cashbook.php 1942 -ERROR - 2019-01-08 06:28:03 --> Severity: Notice --> Undefined variable: data C:\xampp\htdocs\ria\application\controllers\cashbook.php 2008 -ERROR - 2019-01-08 06:28:03 --> Severity: Notice --> Undefined variable: data C:\xampp\htdocs\ria\application\controllers\cashbook.php 2008 -ERROR - 2019-01-08 06:28:03 --> Severity: Notice --> Undefined variable: data C:\xampp\htdocs\ria\application\controllers\cashbook.php 2008 -ERROR - 2019-01-08 06:28:03 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-08 06:28:03 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-08 06:28:03 --> Severity: Notice --> Undefined variable: bankreport C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-08 06:28:03 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-08 06:28:03 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-08 06:28:03 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-08 06:28:03 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-08 06:28:03 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-08 06:28:03 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-08 06:28:03 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-08 06:28:03 --> Severity: Notice --> Undefined variable: bankreport C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-08 06:28:03 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-08 06:28:03 --> Severity: Notice --> Undefined variable: bankreport C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-08 06:28:03 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-08 06:28:03 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-08 06:28:03 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-08 06:28:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-08 06:28:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-08 06:28:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-08 06:28:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-08 06:28:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-08 06:28:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-08 06:28:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-08 06:28:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-08 06:28:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-08 06:28:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-08 06:28:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-08 06:28:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-08 06:28:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-08 06:28:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-08 06:28:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-08 06:28:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-08 06:28:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-08 06:28:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-08 06:28:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-08 06:28:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-08 06:28:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-08 06:28:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-08 06:28:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-08 06:28:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-08 06:28:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-08 06:28:04 --> Severity: Notice --> Undefined variable: finyear C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2019-01-08 06:28:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-08 06:28:04 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2019-01-08 06:28:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-08 06:28:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-08 06:28:04 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 237 -ERROR - 2019-01-08 06:28:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-08 06:28:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-08 06:28:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-08 06:28:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-08 06:28:04 --> Severity: Notice --> Undefined variable: finyear C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2019-01-08 06:28:04 --> Severity: Notice --> Undefined variable: finyear C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2019-01-08 06:28:04 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2019-01-08 06:28:04 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 237 -ERROR - 2019-01-08 06:28:04 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2019-01-08 06:28:04 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 237 -ERROR - 2019-01-08 06:28:05 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-08 06:28:05 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-08 06:28:05 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-08 06:28:05 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-08 06:28:05 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-08 06:28:05 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-08 06:28:05 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-08 06:28:05 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-08 06:28:05 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-08 06:28:05 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-08 06:28:05 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-08 06:28:05 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-08 06:28:05 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-08 06:28:05 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-08 06:28:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-08 06:28:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-08 06:28:05 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-08 06:28:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-08 06:28:06 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-08 06:28:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-08 06:28:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-08 06:28:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-08 06:28:06 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-08 06:28:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-08 06:28:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-08 06:28:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-08 06:28:06 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-08 06:28:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-08 06:28:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-08 06:28:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-08 06:28:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-08 06:28:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-08 06:28:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-08 06:28:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-08 06:28:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-08 06:28:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-08 06:28:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-08 06:28:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-08 06:28:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-08 06:28:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-08 06:28:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-08 06:28:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-08 06:28:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-08 06:28:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-08 06:28:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-08 06:28:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-08 06:28:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-08 06:28:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-08 06:28:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-08 06:28:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-08 06:28:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-08 06:28:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-08 06:28:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-08 06:28:06 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-08 06:28:16 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\banksettlement.php 4 -ERROR - 2019-01-08 06:28:16 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\banksettlement.php 4 -ERROR - 2019-01-08 06:28:16 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:28:16 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:28:16 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:28:16 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:28:16 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:28:16 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:28:16 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:28:16 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:28:16 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:28:16 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:28:16 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:28:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:28:17 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:28:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:28:17 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:28:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:28:17 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:28:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:28:38 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-08 06:28:38 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-08 06:28:44 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-08 06:28:44 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-08 06:28:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:28:44 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:28:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:28:44 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:28:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:28:44 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:28:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:28:44 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:28:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:28:44 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:28:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:28:44 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:28:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:28:44 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:28:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:28:44 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:28:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:28:45 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:28:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:28:45 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:28:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:28:45 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:28:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:28:45 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:28:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:28:45 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:28:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:28:45 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:28:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:28:45 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:28:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:28:45 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:28:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:28:45 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:28:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:28:45 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:28:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:28:45 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:28:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:28:45 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:28:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:28:45 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:28:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:28:46 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:28:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:28:46 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:28:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:28:46 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:28:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:28:46 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:28:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:28:46 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:28:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 06:28:46 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 06:29:28 --> Severity: Notice --> Undefined variable: balancetocleared C:\xampp\htdocs\ria\application\controllers\cashbook.php 1933 -ERROR - 2019-01-08 06:29:28 --> Severity: Notice --> Undefined variable: balancetocleared C:\xampp\htdocs\ria\application\controllers\cashbook.php 1933 -ERROR - 2019-01-08 06:29:28 --> Severity: Notice --> Undefined variable: clearedblnce C:\xampp\htdocs\ria\application\controllers\cashbook.php 1942 -ERROR - 2019-01-08 06:29:28 --> Severity: Notice --> Undefined variable: balancetocleared C:\xampp\htdocs\ria\application\controllers\cashbook.php 1933 -ERROR - 2019-01-08 06:29:28 --> Severity: Notice --> Undefined variable: balancetocleared C:\xampp\htdocs\ria\application\controllers\cashbook.php 1942 -ERROR - 2019-01-08 06:29:28 --> Severity: Notice --> Undefined variable: clearedblnce C:\xampp\htdocs\ria\application\controllers\cashbook.php 1942 -ERROR - 2019-01-08 06:29:28 --> Severity: Notice --> Undefined variable: clearedblnce C:\xampp\htdocs\ria\application\controllers\cashbook.php 1942 -ERROR - 2019-01-08 06:29:28 --> Severity: Notice --> Undefined variable: balancetocleared C:\xampp\htdocs\ria\application\controllers\cashbook.php 1942 -ERROR - 2019-01-08 06:29:28 --> Severity: Notice --> Undefined variable: balancetocleared C:\xampp\htdocs\ria\application\controllers\cashbook.php 1942 -ERROR - 2019-01-08 06:29:28 --> Severity: Notice --> Undefined variable: data C:\xampp\htdocs\ria\application\controllers\cashbook.php 2008 -ERROR - 2019-01-08 06:29:29 --> Severity: Notice --> Undefined variable: data C:\xampp\htdocs\ria\application\controllers\cashbook.php 2008 -ERROR - 2019-01-08 06:29:29 --> Severity: Notice --> Undefined variable: data C:\xampp\htdocs\ria\application\controllers\cashbook.php 2008 -ERROR - 2019-01-08 06:29:29 --> Severity: Notice --> Undefined variable: data C:\xampp\htdocs\ria\application\controllers\cashbook.php 2008 -ERROR - 2019-01-08 06:29:29 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-08 06:29:29 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-08 06:29:29 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-08 06:29:29 --> Severity: Notice --> Undefined variable: bankreport C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-08 06:29:29 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-08 06:29:29 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-08 06:29:29 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-08 06:29:29 --> Severity: Notice --> Undefined variable: bankreport C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-08 06:29:29 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-08 06:29:29 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-08 06:29:29 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-08 06:29:29 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-08 06:29:29 --> Severity: Notice --> Undefined variable: bankreport C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-08 06:29:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-08 06:29:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-08 06:29:29 --> Severity: Notice --> Undefined variable: bankreport C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-08 06:29:29 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-08 06:29:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-08 06:29:29 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-08 06:29:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-08 06:29:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-08 06:29:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-08 06:29:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-08 06:29:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-08 06:29:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-08 06:29:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-08 06:29:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-08 06:29:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-08 06:29:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-08 06:29:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-08 06:29:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-08 06:29:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-08 06:29:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-08 06:29:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-08 06:29:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-08 06:29:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-08 06:29:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-08 06:29:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-08 06:29:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-08 06:29:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-08 06:29:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-08 06:29:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-08 06:29:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-08 06:29:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-08 06:29:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-08 06:29:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-08 06:29:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-08 06:29:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-08 06:29:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-08 06:29:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-08 06:29:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-08 06:29:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-08 06:29:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-08 06:29:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-08 06:29:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-08 06:29:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-08 06:29:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-08 06:29:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-08 06:29:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-08 06:29:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-08 06:29:29 --> Severity: Notice --> Undefined variable: finyear C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2019-01-08 06:29:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-08 06:29:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-08 06:29:29 --> Severity: Notice --> Undefined variable: finyear C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2019-01-08 06:29:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-08 06:29:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-08 06:29:29 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2019-01-08 06:29:29 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2019-01-08 06:29:29 --> Severity: Notice --> Undefined variable: finyear C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2019-01-08 06:29:29 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 237 -ERROR - 2019-01-08 06:29:29 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 237 -ERROR - 2019-01-08 06:29:29 --> Severity: Notice --> Undefined variable: finyear C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2019-01-08 06:29:29 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2019-01-08 06:29:29 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2019-01-08 06:29:30 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 237 -ERROR - 2019-01-08 06:29:30 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 237 -ERROR - 2019-01-08 06:29:31 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-08 06:29:31 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-08 06:29:31 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-08 06:29:31 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-08 06:29:31 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-08 06:29:31 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-08 06:29:31 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-08 06:29:31 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-08 06:29:31 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-08 06:29:31 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-08 06:29:31 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-08 06:29:31 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-08 06:29:31 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-08 06:29:31 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-08 06:29:31 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-08 06:29:31 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-08 06:29:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-08 06:29:31 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-08 06:29:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-08 06:29:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-08 06:29:31 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-08 06:29:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-08 06:29:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-08 06:29:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-08 06:29:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-08 06:29:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-08 06:29:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-08 06:29:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-08 06:29:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-08 06:29:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-08 06:29:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-08 06:29:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-08 06:29:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-08 06:29:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-08 06:29:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-08 06:29:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-08 06:29:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-08 06:29:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-08 06:29:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-08 06:29:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-08 06:29:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-08 06:29:32 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-08 06:29:32 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-08 06:29:32 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-08 06:29:32 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-08 06:29:32 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-08 06:29:32 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-08 06:29:32 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-08 06:29:32 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-08 06:29:32 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-08 06:29:32 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-08 06:29:32 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-08 06:29:32 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-08 06:29:32 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-08 06:29:40 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\banksettlement.php 4 -ERROR - 2019-01-08 06:29:40 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\banksettlement.php 4 -ERROR - 2019-01-08 06:29:40 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:29:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:29:40 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:29:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:29:40 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:29:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:29:40 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:29:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:29:40 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:29:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:29:40 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:29:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:29:40 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:29:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:29:40 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:29:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:29:40 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:29:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:29:40 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:29:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:29:40 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:29:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 06:29:40 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 06:29:41 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 15:34:52 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-08 15:34:52 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-08 15:34:52 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-08 15:34:52 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-08 15:34:53 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-08 15:34:53 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-08 15:34:53 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-08 15:34:53 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-08 15:34:53 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-08 15:34:53 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-08 15:34:53 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-08 15:34:53 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-08 15:34:53 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-08 15:34:53 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-08 15:34:54 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-08 15:34:54 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-08 15:34:54 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-08 15:34:54 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-08 15:35:08 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-08 15:35:08 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-08 15:35:15 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-08 15:35:15 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-08 15:35:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 15:35:15 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 15:35:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 15:35:15 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 15:35:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 15:35:15 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 15:35:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 15:35:15 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 15:35:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 15:35:16 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 15:35:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 15:35:16 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 15:35:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 15:35:16 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 15:35:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 15:35:16 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 15:35:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 15:35:16 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 15:35:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 15:35:16 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 15:35:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 15:35:16 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 15:35:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 15:35:16 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 15:35:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 15:35:16 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 15:35:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 15:35:16 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 15:35:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 15:35:16 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 15:35:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 15:35:17 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 15:35:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 15:35:17 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 15:35:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 15:35:17 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 15:35:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 15:35:17 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 15:35:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 15:35:17 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 15:35:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 15:35:17 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 15:35:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 15:35:17 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 15:35:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 15:35:17 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 15:35:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 15:35:17 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 15:35:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 15:35:17 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 15:35:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 15:35:17 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 15:35:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 15:35:18 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 15:35:38 --> Severity: Notice --> Undefined variable: data C:\xampp\htdocs\ria\application\controllers\cashbook.php 2008 -ERROR - 2019-01-08 15:35:38 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-08 15:35:38 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-08 15:35:38 --> Severity: Notice --> Undefined variable: bankreport C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-08 15:35:38 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-08 15:35:38 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-08 15:35:38 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-08 15:35:38 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-08 15:35:38 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-08 15:35:38 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-08 15:35:38 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-08 15:35:38 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-08 15:35:38 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-08 15:35:38 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-08 15:35:38 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-08 15:35:38 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-08 15:35:38 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-08 15:35:38 --> Severity: Notice --> Undefined variable: finyear C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2019-01-08 15:35:38 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2019-01-08 15:35:38 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 237 -ERROR - 2019-01-08 15:35:40 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-08 15:35:40 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-08 15:35:40 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-08 15:35:40 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-08 15:35:40 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-08 15:35:41 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-08 15:35:41 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-08 15:35:41 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-08 15:35:41 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-08 15:35:41 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-08 15:35:41 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-08 15:35:41 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-08 15:35:41 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-08 15:35:41 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-08 15:35:41 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-08 15:35:41 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-08 15:35:41 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-08 15:35:41 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-08 15:35:56 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-08 15:35:56 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-08 15:35:56 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-08 15:35:56 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-08 15:35:57 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-08 15:35:57 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-08 15:35:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-08 15:35:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-08 15:35:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-08 15:35:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-08 15:35:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-08 15:35:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-08 15:35:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-08 15:35:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-08 15:35:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-08 15:35:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-08 15:35:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-08 15:35:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-08 15:36:05 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\banksettlement.php 4 -ERROR - 2019-01-08 15:36:05 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\banksettlement.php 4 -ERROR - 2019-01-08 15:36:05 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 15:36:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 15:36:05 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 15:36:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 15:36:06 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 15:36:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 15:36:38 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-08 15:36:38 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-08 15:36:38 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-08 15:36:38 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-08 15:36:38 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-08 15:36:38 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-08 15:36:38 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-08 15:36:38 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-08 15:36:38 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-08 15:36:38 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-08 15:36:38 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-08 15:36:39 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-08 15:36:39 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-08 15:36:39 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-08 15:36:39 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-08 15:36:39 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-08 15:36:39 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-08 15:36:39 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-08 15:36:51 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-08 15:36:51 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-08 15:36:55 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-08 15:36:55 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-08 15:36:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 15:36:56 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 15:36:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 15:36:56 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 15:36:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 15:36:56 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 15:36:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 15:36:56 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 15:36:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 15:36:56 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 15:36:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 15:36:56 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 15:36:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 15:36:56 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 15:36:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 15:36:56 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 15:36:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 15:36:56 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 15:36:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 15:36:56 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 15:36:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 15:36:57 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 15:36:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 15:36:57 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 15:36:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 15:36:57 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 15:36:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 15:36:57 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 15:36:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 15:36:57 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 15:36:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 15:36:57 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 15:36:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 15:36:57 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 15:36:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 15:36:57 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 15:36:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 15:36:57 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 15:36:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 15:36:57 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 15:36:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 15:36:57 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 15:36:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 15:36:58 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 15:36:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 15:36:58 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 15:36:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 15:36:58 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 15:36:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 15:36:58 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 15:36:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 15:36:58 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 15:36:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 167 -ERROR - 2019-01-08 15:36:58 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 169 -ERROR - 2019-01-08 15:37:21 --> Severity: Notice --> Undefined variable: balancetocleared C:\xampp\htdocs\ria\application\controllers\cashbook.php 1933 -ERROR - 2019-01-08 15:37:21 --> Severity: Notice --> Undefined variable: clearedblnce C:\xampp\htdocs\ria\application\controllers\cashbook.php 1942 -ERROR - 2019-01-08 15:37:21 --> Severity: Notice --> Undefined variable: balancetocleared C:\xampp\htdocs\ria\application\controllers\cashbook.php 1942 -ERROR - 2019-01-08 15:37:22 --> Severity: Notice --> Undefined variable: data C:\xampp\htdocs\ria\application\controllers\cashbook.php 2008 -ERROR - 2019-01-08 15:37:22 --> Severity: Notice --> Undefined variable: data C:\xampp\htdocs\ria\application\controllers\cashbook.php 2008 -ERROR - 2019-01-08 15:37:22 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-08 15:37:22 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-08 15:37:22 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-08 15:37:22 --> Severity: Notice --> Undefined variable: bankreport C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-08 15:37:22 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-08 15:37:22 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-08 15:37:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-08 15:37:22 --> Severity: Notice --> Undefined variable: bankreport C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-08 15:37:22 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-08 15:37:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-08 15:37:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-08 15:37:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-08 15:37:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-08 15:37:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-08 15:37:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-08 15:37:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-08 15:37:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-08 15:37:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-08 15:37:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-08 15:37:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-08 15:37:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-08 15:37:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-08 15:37:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-08 15:37:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-08 15:37:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-08 15:37:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-08 15:37:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-08 15:37:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-08 15:37:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-08 15:37:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-08 15:37:23 --> Severity: Notice --> Undefined variable: finyear C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2019-01-08 15:37:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-08 15:37:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-08 15:37:23 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2019-01-08 15:37:23 --> Severity: Notice --> Undefined variable: finyear C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2019-01-08 15:37:23 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 237 -ERROR - 2019-01-08 15:37:23 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 199 -ERROR - 2019-01-08 15:37:23 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 237 -ERROR - 2019-01-08 15:37:24 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-08 15:37:24 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-08 15:37:24 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-08 15:37:25 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-08 15:37:25 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-08 15:37:25 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-08 15:37:25 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-08 15:37:25 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-08 15:37:25 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-08 15:37:25 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-08 15:37:25 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-08 15:37:25 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-08 15:37:25 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-08 15:37:25 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-08 15:37:25 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-08 15:37:25 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-08 15:37:25 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-08 15:37:25 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-08 15:37:25 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-08 15:37:25 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-08 15:37:25 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-08 15:37:25 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-08 15:37:25 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-08 15:37:25 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-08 15:37:25 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-08 15:37:25 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-08 15:37:25 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-08 15:37:25 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-08 15:37:25 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-08 15:37:25 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-08 15:37:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-08 15:37:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-08 15:37:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-08 15:37:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-08 15:37:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-08 15:37:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-08 15:37:35 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\banksettlement.php 4 -ERROR - 2019-01-08 15:37:35 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\banksettlement.php 4 -ERROR - 2019-01-08 15:37:35 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 15:37:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 15:37:35 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 15:37:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 15:37:35 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 15:37:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 15:37:35 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 15:37:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 15:37:35 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 15:37:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 15:37:35 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 15:37:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 15:42:40 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-08 15:42:40 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-08 15:42:40 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-08 15:42:40 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-08 15:42:40 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-08 15:42:40 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-08 15:42:40 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-08 15:42:40 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-08 15:42:40 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-08 15:42:40 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 88 -ERROR - 2019-01-08 15:42:40 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-08 15:42:40 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 89 -ERROR - 2019-01-08 15:42:40 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-08 15:42:40 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-08 15:42:40 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-08 15:42:40 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 140 -ERROR - 2019-01-08 15:42:41 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-08 15:42:41 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 141 -ERROR - 2019-01-08 15:43:09 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\banksettlement.php 4 -ERROR - 2019-01-08 15:43:09 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\banksettlement.php 4 -ERROR - 2019-01-08 15:43:09 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 15:43:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 15:43:09 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 15:43:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 278 -ERROR - 2019-01-08 15:43:09 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 15:43:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 279 -ERROR - 2019-01-08 15:43:39 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankamountpaid.php 10 -ERROR - 2019-01-08 15:43:39 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankamountpaid.php 10 -ERROR - 2019-01-08 15:43:39 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankamountpaid.php 733 -ERROR - 2019-01-08 15:43:39 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankamountpaid.php 733 -ERROR - 2019-01-08 15:43:39 --> Severity: Notice --> Undefined variable: suppliername C:\xampp\htdocs\ria\application\views\bankamountpaid.php 858 -ERROR - 2019-01-08 15:43:39 --> Severity: Notice --> Undefined variable: supplierid C:\xampp\htdocs\ria\application\views\bankamountpaid.php 862 -ERROR - 2019-01-08 15:43:39 --> Severity: Notice --> Undefined variable: suppliername C:\xampp\htdocs\ria\application\views\bankamountpaid.php 863 -ERROR - 2019-01-08 15:43:39 --> Severity: Notice --> Undefined variable: finyear C:\xampp\htdocs\ria\application\views\bankamountpaid.php 882 -ERROR - 2019-01-08 15:43:39 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankamountpaid.php 882 -ERROR - 2019-01-08 15:44:03 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankamountpaid.php 10 -ERROR - 2019-01-08 15:44:03 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankamountpaid.php 10 -ERROR - 2019-01-08 15:44:03 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankamountpaid.php 295 -ERROR - 2019-01-08 15:44:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountpaid.php 295 -ERROR - 2019-01-08 15:44:03 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankamountpaid.php 295 -ERROR - 2019-01-08 15:44:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountpaid.php 295 -ERROR - 2019-01-08 15:44:03 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankamountpaid.php 351 -ERROR - 2019-01-08 15:44:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountpaid.php 351 -ERROR - 2019-01-08 15:44:03 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankamountpaid.php 295 -ERROR - 2019-01-08 15:44:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountpaid.php 295 -ERROR - 2019-01-08 15:44:03 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankamountpaid.php 295 -ERROR - 2019-01-08 15:44:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountpaid.php 295 -ERROR - 2019-01-08 15:44:03 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankamountpaid.php 351 -ERROR - 2019-01-08 15:44:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountpaid.php 351 -ERROR - 2019-01-08 15:44:03 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankamountpaid.php 295 -ERROR - 2019-01-08 15:44:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountpaid.php 295 -ERROR - 2019-01-08 15:44:03 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankamountpaid.php 295 -ERROR - 2019-01-08 15:44:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountpaid.php 295 -ERROR - 2019-01-08 15:44:03 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankamountpaid.php 351 -ERROR - 2019-01-08 15:44:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountpaid.php 351 -ERROR - 2019-01-08 15:44:04 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankamountpaid.php 295 -ERROR - 2019-01-08 15:44:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountpaid.php 295 -ERROR - 2019-01-08 15:44:04 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankamountpaid.php 295 -ERROR - 2019-01-08 15:44:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountpaid.php 295 -ERROR - 2019-01-08 15:44:04 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankamountpaid.php 351 -ERROR - 2019-01-08 15:44:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountpaid.php 351 -ERROR - 2019-01-08 15:44:04 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankamountpaid.php 295 -ERROR - 2019-01-08 15:44:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountpaid.php 295 -ERROR - 2019-01-08 15:44:04 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankamountpaid.php 295 -ERROR - 2019-01-08 15:44:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountpaid.php 295 -ERROR - 2019-01-08 15:44:04 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankamountpaid.php 351 -ERROR - 2019-01-08 15:44:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountpaid.php 351 -ERROR - 2019-01-08 15:44:04 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankamountpaid.php 295 -ERROR - 2019-01-08 15:44:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountpaid.php 295 -ERROR - 2019-01-08 15:44:04 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankamountpaid.php 295 -ERROR - 2019-01-08 15:44:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountpaid.php 295 -ERROR - 2019-01-08 15:44:04 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankamountpaid.php 351 -ERROR - 2019-01-08 15:44:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountpaid.php 351 -ERROR - 2019-01-08 15:44:04 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankamountpaid.php 295 -ERROR - 2019-01-08 15:44:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountpaid.php 295 -ERROR - 2019-01-08 15:44:04 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankamountpaid.php 295 -ERROR - 2019-01-08 15:44:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountpaid.php 295 -ERROR - 2019-01-08 15:44:04 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankamountpaid.php 351 -ERROR - 2019-01-08 15:44:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountpaid.php 351 -ERROR - 2019-01-08 15:44:05 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankamountpaid.php 295 -ERROR - 2019-01-08 15:44:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountpaid.php 295 -ERROR - 2019-01-08 15:44:05 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankamountpaid.php 295 -ERROR - 2019-01-08 15:44:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountpaid.php 295 -ERROR - 2019-01-08 15:44:05 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankamountpaid.php 351 -ERROR - 2019-01-08 15:44:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountpaid.php 351 -ERROR - 2019-01-08 15:44:05 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankamountpaid.php 295 -ERROR - 2019-01-08 15:44:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountpaid.php 295 -ERROR - 2019-01-08 15:44:05 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankamountpaid.php 295 -ERROR - 2019-01-08 15:44:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountpaid.php 295 -ERROR - 2019-01-08 15:44:05 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankamountpaid.php 351 -ERROR - 2019-01-08 15:44:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountpaid.php 351 -ERROR - 2019-01-08 15:44:05 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankamountpaid.php 295 -ERROR - 2019-01-08 15:44:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountpaid.php 295 -ERROR - 2019-01-08 15:44:05 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankamountpaid.php 295 -ERROR - 2019-01-08 15:44:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountpaid.php 295 -ERROR - 2019-01-08 15:44:05 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankamountpaid.php 351 -ERROR - 2019-01-08 15:44:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountpaid.php 351 -ERROR - 2019-01-08 15:44:05 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankamountpaid.php 295 -ERROR - 2019-01-08 15:44:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountpaid.php 295 -ERROR - 2019-01-08 15:44:05 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankamountpaid.php 295 -ERROR - 2019-01-08 15:44:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountpaid.php 295 -ERROR - 2019-01-08 15:44:06 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankamountpaid.php 351 -ERROR - 2019-01-08 15:44:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountpaid.php 351 -ERROR - 2019-01-08 15:44:06 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankamountpaid.php 295 -ERROR - 2019-01-08 15:44:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountpaid.php 295 -ERROR - 2019-01-08 15:44:06 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankamountpaid.php 295 -ERROR - 2019-01-08 15:44:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountpaid.php 295 -ERROR - 2019-01-08 15:44:06 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankamountpaid.php 351 -ERROR - 2019-01-08 15:44:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountpaid.php 351 -ERROR - 2019-01-08 15:44:06 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankamountpaid.php 295 -ERROR - 2019-01-08 15:44:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountpaid.php 295 -ERROR - 2019-01-08 15:44:06 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankamountpaid.php 295 -ERROR - 2019-01-08 15:44:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountpaid.php 295 -ERROR - 2019-01-08 15:44:06 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankamountpaid.php 351 -ERROR - 2019-01-08 15:44:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountpaid.php 351 -ERROR - 2019-01-08 15:44:06 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankamountpaid.php 295 -ERROR - 2019-01-08 15:44:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountpaid.php 295 -ERROR - 2019-01-08 15:44:06 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankamountpaid.php 295 -ERROR - 2019-01-08 15:44:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountpaid.php 295 -ERROR - 2019-01-08 15:44:06 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankamountpaid.php 351 -ERROR - 2019-01-08 15:44:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountpaid.php 351 -ERROR - 2019-01-08 15:44:06 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankamountpaid.php 295 -ERROR - 2019-01-08 15:44:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountpaid.php 295 -ERROR - 2019-01-08 15:44:07 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankamountpaid.php 295 -ERROR - 2019-01-08 15:44:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountpaid.php 295 -ERROR - 2019-01-08 15:44:07 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankamountpaid.php 351 -ERROR - 2019-01-08 15:44:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountpaid.php 351 -ERROR - 2019-01-08 15:44:07 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankamountpaid.php 733 -ERROR - 2019-01-08 15:44:07 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankamountpaid.php 733 -ERROR - 2019-01-08 15:44:07 --> Severity: Notice --> Undefined variable: suppliername C:\xampp\htdocs\ria\application\views\bankamountpaid.php 858 -ERROR - 2019-01-08 15:44:07 --> Severity: Notice --> Undefined variable: supplierid C:\xampp\htdocs\ria\application\views\bankamountpaid.php 862 -ERROR - 2019-01-08 15:44:07 --> Severity: Notice --> Undefined variable: suppliername C:\xampp\htdocs\ria\application\views\bankamountpaid.php 863 -ERROR - 2019-01-08 15:44:07 --> Severity: Notice --> Undefined variable: finyear C:\xampp\htdocs\ria\application\views\bankamountpaid.php 882 -ERROR - 2019-01-08 15:44:07 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankamountpaid.php 882 -ERROR - 2019-01-08 15:44:07 --> Severity: Notice --> Undefined property: stdClass::$Podate C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1015 -ERROR - 2019-01-08 15:44:07 --> Severity: Notice --> Undefined property: stdClass::$BankDate C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1016 -ERROR - 2019-01-08 15:44:07 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1018 -ERROR - 2019-01-08 15:44:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1018 -ERROR - 2019-01-08 15:44:07 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1018 -ERROR - 2019-01-08 15:44:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1018 -ERROR - 2019-01-08 15:44:07 --> Severity: Notice --> Undefined property: stdClass::$igrfile C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1026 -ERROR - 2019-01-08 15:44:07 --> Severity: Notice --> Undefined property: stdClass::$pofile C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1041 -ERROR - 2019-01-08 15:44:07 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1074 -ERROR - 2019-01-08 15:44:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1074 -ERROR - 2019-01-08 15:44:08 --> Severity: Notice --> Undefined property: stdClass::$Podate C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1015 -ERROR - 2019-01-08 15:44:08 --> Severity: Notice --> Undefined property: stdClass::$BankDate C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1016 -ERROR - 2019-01-08 15:44:08 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1018 -ERROR - 2019-01-08 15:44:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1018 -ERROR - 2019-01-08 15:44:08 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1018 -ERROR - 2019-01-08 15:44:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1018 -ERROR - 2019-01-08 15:44:08 --> Severity: Notice --> Undefined property: stdClass::$igrfile C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1026 -ERROR - 2019-01-08 15:44:08 --> Severity: Notice --> Undefined property: stdClass::$pofile C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1041 -ERROR - 2019-01-08 15:44:08 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1074 -ERROR - 2019-01-08 15:44:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1074 -ERROR - 2019-01-08 15:44:08 --> Severity: Notice --> Undefined property: stdClass::$Podate C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1015 -ERROR - 2019-01-08 15:44:08 --> Severity: Notice --> Undefined property: stdClass::$BankDate C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1016 -ERROR - 2019-01-08 15:44:08 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1018 -ERROR - 2019-01-08 15:44:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1018 -ERROR - 2019-01-08 15:44:08 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1018 -ERROR - 2019-01-08 15:44:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1018 -ERROR - 2019-01-08 15:44:08 --> Severity: Notice --> Undefined property: stdClass::$igrfile C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1026 -ERROR - 2019-01-08 15:44:08 --> Severity: Notice --> Undefined property: stdClass::$pofile C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1041 -ERROR - 2019-01-08 15:44:08 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1074 -ERROR - 2019-01-08 15:44:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1074 -ERROR - 2019-01-08 15:44:08 --> Severity: Notice --> Undefined property: stdClass::$Podate C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1015 -ERROR - 2019-01-08 15:44:08 --> Severity: Notice --> Undefined property: stdClass::$BankDate C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1016 -ERROR - 2019-01-08 15:44:09 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1018 -ERROR - 2019-01-08 15:44:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1018 -ERROR - 2019-01-08 15:44:09 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1018 -ERROR - 2019-01-08 15:44:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1018 -ERROR - 2019-01-08 15:44:09 --> Severity: Notice --> Undefined property: stdClass::$igrfile C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1026 -ERROR - 2019-01-08 15:44:09 --> Severity: Notice --> Undefined property: stdClass::$pofile C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1041 -ERROR - 2019-01-08 15:44:09 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1074 -ERROR - 2019-01-08 15:44:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1074 -ERROR - 2019-01-08 15:44:09 --> Severity: Notice --> Undefined property: stdClass::$Podate C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1015 -ERROR - 2019-01-08 15:44:09 --> Severity: Notice --> Undefined property: stdClass::$BankDate C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1016 -ERROR - 2019-01-08 15:44:09 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1018 -ERROR - 2019-01-08 15:44:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1018 -ERROR - 2019-01-08 15:44:09 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1018 -ERROR - 2019-01-08 15:44:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1018 -ERROR - 2019-01-08 15:44:09 --> Severity: Notice --> Undefined property: stdClass::$igrfile C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1026 -ERROR - 2019-01-08 15:44:09 --> Severity: Notice --> Undefined property: stdClass::$pofile C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1041 -ERROR - 2019-01-08 15:44:09 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1074 -ERROR - 2019-01-08 15:44:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1074 -ERROR - 2019-01-08 15:44:09 --> Severity: Notice --> Undefined property: stdClass::$Podate C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1015 -ERROR - 2019-01-08 15:44:09 --> Severity: Notice --> Undefined property: stdClass::$BankDate C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1016 -ERROR - 2019-01-08 15:44:09 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1018 -ERROR - 2019-01-08 15:44:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1018 -ERROR - 2019-01-08 15:44:09 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1018 -ERROR - 2019-01-08 15:44:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1018 -ERROR - 2019-01-08 15:44:10 --> Severity: Notice --> Undefined property: stdClass::$igrfile C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1026 -ERROR - 2019-01-08 15:44:10 --> Severity: Notice --> Undefined property: stdClass::$pofile C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1041 -ERROR - 2019-01-08 15:44:10 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1074 -ERROR - 2019-01-08 15:44:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1074 -ERROR - 2019-01-08 15:44:10 --> Severity: Notice --> Undefined property: stdClass::$Podate C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1015 -ERROR - 2019-01-08 15:44:10 --> Severity: Notice --> Undefined property: stdClass::$BankDate C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1016 -ERROR - 2019-01-08 15:44:10 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1018 -ERROR - 2019-01-08 15:44:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1018 -ERROR - 2019-01-08 15:44:10 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1018 -ERROR - 2019-01-08 15:44:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1018 -ERROR - 2019-01-08 15:44:10 --> Severity: Notice --> Undefined property: stdClass::$igrfile C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1026 -ERROR - 2019-01-08 15:44:10 --> Severity: Notice --> Undefined property: stdClass::$pofile C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1041 -ERROR - 2019-01-08 15:44:10 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1074 -ERROR - 2019-01-08 15:44:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1074 -ERROR - 2019-01-08 15:44:10 --> Severity: Notice --> Undefined property: stdClass::$Podate C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1015 -ERROR - 2019-01-08 15:44:10 --> Severity: Notice --> Undefined property: stdClass::$BankDate C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1016 -ERROR - 2019-01-08 15:44:10 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1018 -ERROR - 2019-01-08 15:44:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1018 -ERROR - 2019-01-08 15:44:10 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1018 -ERROR - 2019-01-08 15:44:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1018 -ERROR - 2019-01-08 15:44:11 --> Severity: Notice --> Undefined property: stdClass::$igrfile C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1026 -ERROR - 2019-01-08 15:44:11 --> Severity: Notice --> Undefined property: stdClass::$pofile C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1041 -ERROR - 2019-01-08 15:44:11 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1074 -ERROR - 2019-01-08 15:44:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1074 -ERROR - 2019-01-08 15:44:11 --> Severity: Notice --> Undefined property: stdClass::$Podate C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1015 -ERROR - 2019-01-08 15:44:11 --> Severity: Notice --> Undefined property: stdClass::$BankDate C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1016 -ERROR - 2019-01-08 15:44:11 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1018 -ERROR - 2019-01-08 15:44:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1018 -ERROR - 2019-01-08 15:44:11 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1018 -ERROR - 2019-01-08 15:44:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1018 -ERROR - 2019-01-08 15:44:11 --> Severity: Notice --> Undefined property: stdClass::$igrfile C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1026 -ERROR - 2019-01-08 15:44:11 --> Severity: Notice --> Undefined property: stdClass::$pofile C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1041 -ERROR - 2019-01-08 15:44:11 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1074 -ERROR - 2019-01-08 15:44:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1074 -ERROR - 2019-01-08 15:44:11 --> Severity: Notice --> Undefined property: stdClass::$Podate C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1015 -ERROR - 2019-01-08 15:44:11 --> Severity: Notice --> Undefined property: stdClass::$BankDate C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1016 -ERROR - 2019-01-08 15:44:11 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1018 -ERROR - 2019-01-08 15:44:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1018 -ERROR - 2019-01-08 15:44:11 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1018 -ERROR - 2019-01-08 15:44:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1018 -ERROR - 2019-01-08 15:44:11 --> Severity: Notice --> Undefined property: stdClass::$igrfile C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1026 -ERROR - 2019-01-08 15:44:12 --> Severity: Notice --> Undefined property: stdClass::$pofile C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1041 -ERROR - 2019-01-08 15:44:12 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1074 -ERROR - 2019-01-08 15:44:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1074 -ERROR - 2019-01-08 15:44:12 --> Severity: Notice --> Undefined property: stdClass::$Podate C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1015 -ERROR - 2019-01-08 15:44:12 --> Severity: Notice --> Undefined property: stdClass::$BankDate C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1016 -ERROR - 2019-01-08 15:44:12 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1018 -ERROR - 2019-01-08 15:44:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1018 -ERROR - 2019-01-08 15:44:12 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1018 -ERROR - 2019-01-08 15:44:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1018 -ERROR - 2019-01-08 15:44:12 --> Severity: Notice --> Undefined property: stdClass::$igrfile C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1026 -ERROR - 2019-01-08 15:44:12 --> Severity: Notice --> Undefined property: stdClass::$pofile C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1041 -ERROR - 2019-01-08 15:44:12 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1074 -ERROR - 2019-01-08 15:44:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1074 -ERROR - 2019-01-08 15:44:12 --> Severity: Notice --> Undefined property: stdClass::$Podate C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1015 -ERROR - 2019-01-08 15:44:12 --> Severity: Notice --> Undefined property: stdClass::$BankDate C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1016 -ERROR - 2019-01-08 15:44:12 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1018 -ERROR - 2019-01-08 15:44:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1018 -ERROR - 2019-01-08 15:44:12 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1018 -ERROR - 2019-01-08 15:44:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1018 -ERROR - 2019-01-08 15:44:12 --> Severity: Notice --> Undefined property: stdClass::$igrfile C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1026 -ERROR - 2019-01-08 15:44:12 --> Severity: Notice --> Undefined property: stdClass::$pofile C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1041 -ERROR - 2019-01-08 15:44:12 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1074 -ERROR - 2019-01-08 15:44:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1074 -ERROR - 2019-01-08 15:44:13 --> Severity: Notice --> Undefined property: stdClass::$Podate C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1015 -ERROR - 2019-01-08 15:44:13 --> Severity: Notice --> Undefined property: stdClass::$BankDate C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1016 -ERROR - 2019-01-08 15:44:13 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1018 -ERROR - 2019-01-08 15:44:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1018 -ERROR - 2019-01-08 15:44:13 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1018 -ERROR - 2019-01-08 15:44:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1018 -ERROR - 2019-01-08 15:44:13 --> Severity: Notice --> Undefined property: stdClass::$igrfile C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1026 -ERROR - 2019-01-08 15:44:13 --> Severity: Notice --> Undefined property: stdClass::$pofile C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1041 -ERROR - 2019-01-08 15:44:13 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1074 -ERROR - 2019-01-08 15:44:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1074 -ERROR - 2019-01-08 15:44:13 --> Severity: Notice --> Undefined property: stdClass::$Podate C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1015 -ERROR - 2019-01-08 15:44:13 --> Severity: Notice --> Undefined property: stdClass::$BankDate C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1016 -ERROR - 2019-01-08 15:44:13 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1018 -ERROR - 2019-01-08 15:44:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1018 -ERROR - 2019-01-08 15:44:13 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1018 -ERROR - 2019-01-08 15:44:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1018 -ERROR - 2019-01-08 15:44:13 --> Severity: Notice --> Undefined property: stdClass::$igrfile C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1026 -ERROR - 2019-01-08 15:44:13 --> Severity: Notice --> Undefined property: stdClass::$pofile C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1041 -ERROR - 2019-01-08 15:44:13 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1074 -ERROR - 2019-01-08 15:44:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1074 -ERROR - 2019-01-08 15:44:14 --> Severity: Notice --> Undefined property: stdClass::$Podate C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1015 -ERROR - 2019-01-08 15:44:14 --> Severity: Notice --> Undefined property: stdClass::$BankDate C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1016 -ERROR - 2019-01-08 15:44:14 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1018 -ERROR - 2019-01-08 15:44:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1018 -ERROR - 2019-01-08 15:44:14 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1018 -ERROR - 2019-01-08 15:44:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1018 -ERROR - 2019-01-08 15:44:14 --> Severity: Notice --> Undefined property: stdClass::$igrfile C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1026 -ERROR - 2019-01-08 15:44:14 --> Severity: Notice --> Undefined property: stdClass::$pofile C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1041 -ERROR - 2019-01-08 15:44:14 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1074 -ERROR - 2019-01-08 15:44:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountpaid.php 1074 -ERROR - 2019-01-08 15:44:41 --> Severity: Notice --> Undefined index: igrLTno C:\xampp\htdocs\ria\application\controllers\cashbook.php 1870 -ERROR - 2019-01-08 15:44:42 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankposettlement.php 1 -ERROR - 2019-01-08 15:44:42 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankposettlement.php 1 diff --git a/application/logs/log-2019-01-09.php b/application/logs/log-2019-01-09.php deleted file mode 100644 index 54c0a03b..00000000 --- a/application/logs/log-2019-01-09.php +++ /dev/null @@ -1,16865 +0,0 @@ - - -ERROR - 2019-01-09 07:50:20 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-09 07:50:20 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-09 07:50:20 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-09 07:50:20 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1738 -ERROR - 2019-01-09 07:50:21 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-09 07:50:21 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-09 07:50:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-09 07:50:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-09 07:50:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-09 07:50:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-09 07:50:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-09 07:50:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-09 07:50:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-09 07:50:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-09 07:50:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-09 07:50:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-09 07:50:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-09 07:50:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-09 07:50:52 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2019-01-09 07:52:46 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankamountpaid.php 10 -ERROR - 2019-01-09 07:52:46 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankamountpaid.php 10 -ERROR - 2019-01-09 07:52:46 --> Severity: Notice --> Undefined variable: suppliername C:\xampp\htdocs\ria\application\views\bankamountpaid.php 134 -ERROR - 2019-01-09 07:52:46 --> Severity: Notice --> Undefined variable: supplierid C:\xampp\htdocs\ria\application\views\bankamountpaid.php 138 -ERROR - 2019-01-09 07:52:46 --> Severity: Notice --> Undefined variable: suppliername C:\xampp\htdocs\ria\application\views\bankamountpaid.php 139 -ERROR - 2019-01-09 07:52:46 --> Severity: Notice --> Undefined variable: finyear C:\xampp\htdocs\ria\application\views\bankamountpaid.php 158 -ERROR - 2019-01-09 07:52:46 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankamountpaid.php 158 -ERROR - 2019-01-09 07:57:43 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 2 -ERROR - 2019-01-09 07:57:43 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 2 -ERROR - 2019-01-09 07:57:44 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 110 -ERROR - 2019-01-09 07:57:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 110 -ERROR - 2019-01-09 07:57:44 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 111 -ERROR - 2019-01-09 07:57:44 --> Severity: Notice --> Undefined variable: ta C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 112 -ERROR - 2019-01-09 07:57:44 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 113 -ERROR - 2019-01-09 07:57:44 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 114 -ERROR - 2019-01-09 07:57:44 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 115 -ERROR - 2019-01-09 07:57:44 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 2 -ERROR - 2019-01-09 07:57:44 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 2 -ERROR - 2019-01-09 07:57:44 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 110 -ERROR - 2019-01-09 07:57:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 110 -ERROR - 2019-01-09 07:57:44 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 111 -ERROR - 2019-01-09 07:57:44 --> Severity: Notice --> Undefined variable: ta C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 112 -ERROR - 2019-01-09 07:57:44 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 113 -ERROR - 2019-01-09 07:57:44 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 114 -ERROR - 2019-01-09 07:57:44 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 115 -ERROR - 2019-01-09 07:57:56 --> Query error: Unknown column 'PaymentStatus' in 'where clause' -ERROR - 2019-01-09 08:27:13 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 2 -ERROR - 2019-01-09 08:27:14 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 2 -ERROR - 2019-01-09 08:27:14 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 110 -ERROR - 2019-01-09 08:27:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 110 -ERROR - 2019-01-09 08:27:14 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 111 -ERROR - 2019-01-09 08:27:14 --> Severity: Notice --> Undefined variable: ta C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 112 -ERROR - 2019-01-09 08:27:14 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 113 -ERROR - 2019-01-09 08:27:14 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 114 -ERROR - 2019-01-09 08:27:14 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 115 -ERROR - 2019-01-09 08:27:25 --> Query error: Unknown column 'PaymentStatus' in 'where clause' -ERROR - 2019-01-09 08:54:36 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 2 -ERROR - 2019-01-09 08:54:36 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 2 -ERROR - 2019-01-09 08:54:36 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 110 -ERROR - 2019-01-09 08:54:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 110 -ERROR - 2019-01-09 08:54:36 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 111 -ERROR - 2019-01-09 08:54:36 --> Severity: Notice --> Undefined variable: ta C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 112 -ERROR - 2019-01-09 08:54:36 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 113 -ERROR - 2019-01-09 08:54:36 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 114 -ERROR - 2019-01-09 08:54:36 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 115 -ERROR - 2019-01-09 08:54:50 --> Query error: Unknown column 'PaymentStatus' in 'where clause' -ERROR - 2019-01-09 09:14:39 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 2 -ERROR - 2019-01-09 09:14:39 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 2 -ERROR - 2019-01-09 09:14:39 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 110 -ERROR - 2019-01-09 09:14:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 110 -ERROR - 2019-01-09 09:14:39 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 111 -ERROR - 2019-01-09 09:14:39 --> Severity: Notice --> Undefined variable: ta C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 112 -ERROR - 2019-01-09 09:14:39 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 113 -ERROR - 2019-01-09 09:14:39 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 114 -ERROR - 2019-01-09 09:14:39 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 115 -ERROR - 2019-01-09 09:14:52 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 2 -ERROR - 2019-01-09 09:14:52 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 2 -ERROR - 2019-01-09 09:14:52 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 110 -ERROR - 2019-01-09 09:14:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 110 -ERROR - 2019-01-09 09:14:52 --> Severity: Notice --> Undefined variable: ta C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 112 -ERROR - 2019-01-09 09:14:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 200 -ERROR - 2019-01-09 09:14:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 201 -ERROR - 2019-01-09 09:14:52 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 202 -ERROR - 2019-01-09 09:14:52 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 204 -ERROR - 2019-01-09 09:14:52 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 214 -ERROR - 2019-01-09 09:14:52 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 215 -ERROR - 2019-01-09 09:14:53 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 221 -ERROR - 2019-01-09 09:14:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 200 -ERROR - 2019-01-09 09:14:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 201 -ERROR - 2019-01-09 09:14:53 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 202 -ERROR - 2019-01-09 09:14:53 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 204 -ERROR - 2019-01-09 09:14:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 200 -ERROR - 2019-01-09 09:14:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 201 -ERROR - 2019-01-09 09:14:53 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 202 -ERROR - 2019-01-09 09:14:53 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 204 -ERROR - 2019-01-09 09:16:18 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 2 -ERROR - 2019-01-09 09:16:18 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 2 -ERROR - 2019-01-09 09:16:18 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 103 -ERROR - 2019-01-09 09:16:18 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 103 -ERROR - 2019-01-09 09:16:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 268 -ERROR - 2019-01-09 09:16:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 269 -ERROR - 2019-01-09 09:16:18 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 270 -ERROR - 2019-01-09 09:16:18 --> Severity: Notice --> Undefined property: stdClass::$DeliveryChellanOrInvoiceNo C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 279 -ERROR - 2019-01-09 09:16:18 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 300 -ERROR - 2019-01-09 09:16:18 --> Severity: Notice --> Undefined property: stdClass::$iwFpath C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 304 -ERROR - 2019-01-09 09:16:18 --> Severity: Notice --> Undefined property: stdClass::$poFilePath C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 319 -ERROR - 2019-01-09 09:16:18 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 342 -ERROR - 2019-01-09 09:16:37 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 2 -ERROR - 2019-01-09 09:16:37 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 2 -ERROR - 2019-01-09 09:16:37 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 110 -ERROR - 2019-01-09 09:16:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 110 -ERROR - 2019-01-09 09:16:37 --> Severity: Notice --> Undefined variable: ta C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 112 -ERROR - 2019-01-09 09:16:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 200 -ERROR - 2019-01-09 09:16:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 201 -ERROR - 2019-01-09 09:16:37 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 202 -ERROR - 2019-01-09 09:16:37 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 204 -ERROR - 2019-01-09 09:16:37 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 214 -ERROR - 2019-01-09 09:16:37 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 215 -ERROR - 2019-01-09 09:16:37 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 221 -ERROR - 2019-01-09 09:16:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 200 -ERROR - 2019-01-09 09:16:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 201 -ERROR - 2019-01-09 09:16:37 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 202 -ERROR - 2019-01-09 09:16:37 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 204 -ERROR - 2019-01-09 09:16:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 200 -ERROR - 2019-01-09 09:16:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 201 -ERROR - 2019-01-09 09:16:37 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 202 -ERROR - 2019-01-09 09:16:37 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 204 -ERROR - 2019-01-09 09:16:49 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 2 -ERROR - 2019-01-09 09:16:49 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 2 -ERROR - 2019-01-09 09:16:49 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 103 -ERROR - 2019-01-09 09:16:49 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 103 -ERROR - 2019-01-09 09:16:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 268 -ERROR - 2019-01-09 09:16:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 269 -ERROR - 2019-01-09 09:16:49 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 270 -ERROR - 2019-01-09 09:16:49 --> Severity: Notice --> Undefined property: stdClass::$DeliveryChellanOrInvoiceNo C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 279 -ERROR - 2019-01-09 09:16:49 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 300 -ERROR - 2019-01-09 09:16:49 --> Severity: Notice --> Undefined property: stdClass::$iwFpath C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 304 -ERROR - 2019-01-09 09:16:49 --> Severity: Notice --> Undefined property: stdClass::$poFilePath C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 319 -ERROR - 2019-01-09 09:16:49 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 342 -ERROR - 2019-01-09 09:16:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 268 -ERROR - 2019-01-09 09:16:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 269 -ERROR - 2019-01-09 09:16:49 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 270 -ERROR - 2019-01-09 09:16:49 --> Severity: Notice --> Undefined property: stdClass::$DeliveryChellanOrInvoiceNo C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 279 -ERROR - 2019-01-09 09:16:50 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 300 -ERROR - 2019-01-09 09:16:50 --> Severity: Notice --> Undefined property: stdClass::$iwFpath C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 304 -ERROR - 2019-01-09 09:16:50 --> Severity: Notice --> Undefined property: stdClass::$poFilePath C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 319 -ERROR - 2019-01-09 09:16:50 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 342 -ERROR - 2019-01-09 09:16:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 268 -ERROR - 2019-01-09 09:16:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 269 -ERROR - 2019-01-09 09:16:50 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 270 -ERROR - 2019-01-09 09:16:50 --> Severity: Notice --> Undefined property: stdClass::$DeliveryChellanOrInvoiceNo C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 279 -ERROR - 2019-01-09 09:16:50 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 300 -ERROR - 2019-01-09 09:16:50 --> Severity: Notice --> Undefined property: stdClass::$iwFpath C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 304 -ERROR - 2019-01-09 09:16:50 --> Severity: Notice --> Undefined property: stdClass::$poFilePath C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 319 -ERROR - 2019-01-09 09:16:50 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 342 -ERROR - 2019-01-09 09:16:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 268 -ERROR - 2019-01-09 09:16:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 269 -ERROR - 2019-01-09 09:16:50 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 270 -ERROR - 2019-01-09 09:16:50 --> Severity: Notice --> Undefined property: stdClass::$DeliveryChellanOrInvoiceNo C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 279 -ERROR - 2019-01-09 09:16:50 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 300 -ERROR - 2019-01-09 09:16:50 --> Severity: Notice --> Undefined property: stdClass::$iwFpath C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 304 -ERROR - 2019-01-09 09:16:50 --> Severity: Notice --> Undefined property: stdClass::$poFilePath C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 319 -ERROR - 2019-01-09 09:16:50 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 342 -ERROR - 2019-01-09 09:17:12 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 2 -ERROR - 2019-01-09 09:17:12 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 2 -ERROR - 2019-01-09 09:17:12 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 110 -ERROR - 2019-01-09 09:17:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 110 -ERROR - 2019-01-09 09:17:12 --> Severity: Notice --> Undefined variable: ta C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 112 -ERROR - 2019-01-09 09:17:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 200 -ERROR - 2019-01-09 09:17:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 201 -ERROR - 2019-01-09 09:17:13 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 202 -ERROR - 2019-01-09 09:17:13 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 204 -ERROR - 2019-01-09 09:17:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 214 -ERROR - 2019-01-09 09:17:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 215 -ERROR - 2019-01-09 09:17:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 221 -ERROR - 2019-01-09 09:17:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 200 -ERROR - 2019-01-09 09:17:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 201 -ERROR - 2019-01-09 09:17:13 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 202 -ERROR - 2019-01-09 09:17:13 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 204 -ERROR - 2019-01-09 09:17:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 200 -ERROR - 2019-01-09 09:17:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 201 -ERROR - 2019-01-09 09:17:13 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 202 -ERROR - 2019-01-09 09:17:13 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 204 -ERROR - 2019-01-09 09:17:25 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 2 -ERROR - 2019-01-09 09:17:25 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 2 -ERROR - 2019-01-09 09:17:25 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 103 -ERROR - 2019-01-09 09:17:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 103 -ERROR - 2019-01-09 09:17:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 268 -ERROR - 2019-01-09 09:17:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 269 -ERROR - 2019-01-09 09:17:25 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 270 -ERROR - 2019-01-09 09:17:25 --> Severity: Notice --> Undefined property: stdClass::$DeliveryChellanOrInvoiceNo C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 279 -ERROR - 2019-01-09 09:17:25 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 300 -ERROR - 2019-01-09 09:17:25 --> Severity: Notice --> Undefined property: stdClass::$iwFpath C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 304 -ERROR - 2019-01-09 09:17:25 --> Severity: Notice --> Undefined property: stdClass::$poFilePath C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 319 -ERROR - 2019-01-09 09:17:25 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 342 -ERROR - 2019-01-09 09:17:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 268 -ERROR - 2019-01-09 09:17:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 269 -ERROR - 2019-01-09 09:17:26 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 270 -ERROR - 2019-01-09 09:17:26 --> Severity: Notice --> Undefined property: stdClass::$DeliveryChellanOrInvoiceNo C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 279 -ERROR - 2019-01-09 09:17:26 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 300 -ERROR - 2019-01-09 09:17:26 --> Severity: Notice --> Undefined property: stdClass::$iwFpath C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 304 -ERROR - 2019-01-09 09:17:26 --> Severity: Notice --> Undefined property: stdClass::$poFilePath C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 319 -ERROR - 2019-01-09 09:17:26 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 342 -ERROR - 2019-01-09 09:17:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 268 -ERROR - 2019-01-09 09:17:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 269 -ERROR - 2019-01-09 09:17:26 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 270 -ERROR - 2019-01-09 09:17:26 --> Severity: Notice --> Undefined property: stdClass::$DeliveryChellanOrInvoiceNo C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 279 -ERROR - 2019-01-09 09:17:26 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 300 -ERROR - 2019-01-09 09:17:26 --> Severity: Notice --> Undefined property: stdClass::$iwFpath C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 304 -ERROR - 2019-01-09 09:17:26 --> Severity: Notice --> Undefined property: stdClass::$poFilePath C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 319 -ERROR - 2019-01-09 09:17:26 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 342 -ERROR - 2019-01-09 09:17:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 268 -ERROR - 2019-01-09 09:17:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 269 -ERROR - 2019-01-09 09:17:26 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 270 -ERROR - 2019-01-09 09:17:26 --> Severity: Notice --> Undefined property: stdClass::$DeliveryChellanOrInvoiceNo C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 279 -ERROR - 2019-01-09 09:17:26 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 300 -ERROR - 2019-01-09 09:17:26 --> Severity: Notice --> Undefined property: stdClass::$iwFpath C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 304 -ERROR - 2019-01-09 09:17:26 --> Severity: Notice --> Undefined property: stdClass::$poFilePath C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 319 -ERROR - 2019-01-09 09:17:26 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 342 -ERROR - 2019-01-09 09:17:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 268 -ERROR - 2019-01-09 09:17:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 269 -ERROR - 2019-01-09 09:17:26 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 270 -ERROR - 2019-01-09 09:17:26 --> Severity: Notice --> Undefined property: stdClass::$DeliveryChellanOrInvoiceNo C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 279 -ERROR - 2019-01-09 09:17:26 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 300 -ERROR - 2019-01-09 09:17:26 --> Severity: Notice --> Undefined property: stdClass::$iwFpath C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 304 -ERROR - 2019-01-09 09:17:26 --> Severity: Notice --> Undefined property: stdClass::$poFilePath C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 319 -ERROR - 2019-01-09 09:17:26 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 342 -ERROR - 2019-01-09 09:17:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 268 -ERROR - 2019-01-09 09:17:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 269 -ERROR - 2019-01-09 09:17:26 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 270 -ERROR - 2019-01-09 09:17:26 --> Severity: Notice --> Undefined property: stdClass::$DeliveryChellanOrInvoiceNo C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 279 -ERROR - 2019-01-09 09:17:27 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 300 -ERROR - 2019-01-09 09:17:27 --> Severity: Notice --> Undefined property: stdClass::$iwFpath C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 304 -ERROR - 2019-01-09 09:17:27 --> Severity: Notice --> Undefined property: stdClass::$poFilePath C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 319 -ERROR - 2019-01-09 09:17:27 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 342 -ERROR - 2019-01-09 09:17:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 268 -ERROR - 2019-01-09 09:17:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 269 -ERROR - 2019-01-09 09:17:27 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 270 -ERROR - 2019-01-09 09:17:27 --> Severity: Notice --> Undefined property: stdClass::$DeliveryChellanOrInvoiceNo C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 279 -ERROR - 2019-01-09 09:17:27 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 300 -ERROR - 2019-01-09 09:17:27 --> Severity: Notice --> Undefined property: stdClass::$iwFpath C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 304 -ERROR - 2019-01-09 09:17:27 --> Severity: Notice --> Undefined property: stdClass::$poFilePath C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 319 -ERROR - 2019-01-09 09:17:27 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 342 -ERROR - 2019-01-09 09:17:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 268 -ERROR - 2019-01-09 09:17:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 269 -ERROR - 2019-01-09 09:17:27 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 270 -ERROR - 2019-01-09 09:17:27 --> Severity: Notice --> Undefined property: stdClass::$DeliveryChellanOrInvoiceNo C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 279 -ERROR - 2019-01-09 09:17:27 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 300 -ERROR - 2019-01-09 09:17:27 --> Severity: Notice --> Undefined property: stdClass::$iwFpath C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 304 -ERROR - 2019-01-09 09:17:27 --> Severity: Notice --> Undefined property: stdClass::$poFilePath C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 319 -ERROR - 2019-01-09 09:17:27 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 342 -ERROR - 2019-01-09 09:17:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 268 -ERROR - 2019-01-09 09:17:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 269 -ERROR - 2019-01-09 09:17:27 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 270 -ERROR - 2019-01-09 09:17:27 --> Severity: Notice --> Undefined property: stdClass::$DeliveryChellanOrInvoiceNo C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 279 -ERROR - 2019-01-09 09:17:27 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 300 -ERROR - 2019-01-09 09:17:27 --> Severity: Notice --> Undefined property: stdClass::$iwFpath C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 304 -ERROR - 2019-01-09 09:17:27 --> Severity: Notice --> Undefined property: stdClass::$poFilePath C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 319 -ERROR - 2019-01-09 09:17:27 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 342 -ERROR - 2019-01-09 09:17:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 268 -ERROR - 2019-01-09 09:17:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 269 -ERROR - 2019-01-09 09:17:27 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 270 -ERROR - 2019-01-09 09:17:27 --> Severity: Notice --> Undefined property: stdClass::$DeliveryChellanOrInvoiceNo C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 279 -ERROR - 2019-01-09 09:17:28 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 300 -ERROR - 2019-01-09 09:17:28 --> Severity: Notice --> Undefined property: stdClass::$iwFpath C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 304 -ERROR - 2019-01-09 09:17:28 --> Severity: Notice --> Undefined property: stdClass::$poFilePath C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 319 -ERROR - 2019-01-09 09:17:28 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 342 -ERROR - 2019-01-09 09:18:34 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 2 -ERROR - 2019-01-09 09:18:34 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 2 -ERROR - 2019-01-09 09:18:34 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 110 -ERROR - 2019-01-09 09:18:34 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 110 -ERROR - 2019-01-09 09:18:34 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 111 -ERROR - 2019-01-09 09:18:34 --> Severity: Notice --> Undefined variable: ta C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 112 -ERROR - 2019-01-09 09:18:34 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 113 -ERROR - 2019-01-09 09:18:34 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 114 -ERROR - 2019-01-09 09:18:34 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 115 -ERROR - 2019-01-09 10:13:46 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 2 -ERROR - 2019-01-09 10:13:46 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 2 -ERROR - 2019-01-09 10:13:46 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 110 -ERROR - 2019-01-09 10:13:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 110 -ERROR - 2019-01-09 10:13:46 --> Severity: Notice --> Undefined variable: ta C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 112 -ERROR - 2019-01-09 10:13:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 200 -ERROR - 2019-01-09 10:13:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 201 -ERROR - 2019-01-09 10:13:46 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 202 -ERROR - 2019-01-09 10:13:46 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 204 -ERROR - 2019-01-09 10:13:46 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 214 -ERROR - 2019-01-09 10:13:46 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 215 -ERROR - 2019-01-09 10:13:46 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 221 -ERROR - 2019-01-09 10:13:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 200 -ERROR - 2019-01-09 10:13:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 201 -ERROR - 2019-01-09 10:13:46 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 202 -ERROR - 2019-01-09 10:13:46 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 204 -ERROR - 2019-01-09 10:13:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 200 -ERROR - 2019-01-09 10:13:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 201 -ERROR - 2019-01-09 10:13:46 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 202 -ERROR - 2019-01-09 10:13:46 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 204 -ERROR - 2019-01-09 10:16:01 --> Severity: Notice --> Use of undefined constant ST066 - assumed 'ST066' C:\xampp\htdocs\ria\application\models\cashbook_model.php 1766 -ERROR - 2019-01-09 10:16:02 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankreceivedsupp.php 2 -ERROR - 2019-01-09 10:16:02 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankreceivedsupp.php 2 -ERROR - 2019-01-09 10:16:02 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankreceivedsupp.php 243 -ERROR - 2019-01-09 10:16:02 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\views\bankreceivedsupp.php 243 -ERROR - 2019-01-09 10:16:02 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\views\bankreceivedsupp.php 243 -ERROR - 2019-01-09 10:16:02 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\ria\application\views\bankreceivedsupp.php 243 -ERROR - 2019-01-09 10:16:02 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\views\bankreceivedsupp.php 243 -ERROR - 2019-01-09 10:16:02 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\views\bankreceivedsupp.php 243 -ERROR - 2019-01-09 10:16:02 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankreceivedsupp.php 244 -ERROR - 2019-01-09 10:16:02 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankreceivedsupp.php 250 -ERROR - 2019-01-09 10:16:18 --> Severity: Notice --> Use of undefined constant ST066 - assumed 'ST066' C:\xampp\htdocs\ria\application\models\cashbook_model.php 1732 -ERROR - 2019-01-09 10:16:19 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankamountreceived.php 10 -ERROR - 2019-01-09 10:16:19 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankamountreceived.php 10 -ERROR - 2019-01-09 10:16:31 --> Severity: Notice --> Use of undefined constant ST066 - assumed 'ST066' C:\xampp\htdocs\ria\application\models\cashbook_model.php 1013 -ERROR - 2019-01-09 10:16:32 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankamountreceived.php 10 -ERROR - 2019-01-09 10:16:32 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankamountreceived.php 10 -ERROR - 2019-01-09 10:16:52 --> Severity: Notice --> Use of undefined constant ST066 - assumed 'ST066' C:\xampp\htdocs\ria\application\models\cashbook_model.php 1766 -ERROR - 2019-01-09 10:16:53 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankreceivedsupp.php 2 -ERROR - 2019-01-09 10:16:53 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankreceivedsupp.php 2 -ERROR - 2019-01-09 10:16:53 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankreceivedsupp.php 243 -ERROR - 2019-01-09 10:16:53 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\views\bankreceivedsupp.php 243 -ERROR - 2019-01-09 10:16:53 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\views\bankreceivedsupp.php 243 -ERROR - 2019-01-09 10:16:53 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\ria\application\views\bankreceivedsupp.php 243 -ERROR - 2019-01-09 10:16:53 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\views\bankreceivedsupp.php 243 -ERROR - 2019-01-09 10:16:53 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\views\bankreceivedsupp.php 243 -ERROR - 2019-01-09 10:16:53 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankreceivedsupp.php 244 -ERROR - 2019-01-09 10:16:53 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankreceivedsupp.php 250 -ERROR - 2019-01-09 10:17:18 --> Severity: Notice --> Use of undefined constant ST066 - assumed 'ST066' C:\xampp\htdocs\ria\application\models\cashbook_model.php 1851 -ERROR - 2019-01-09 10:17:26 --> Severity: Notice --> Use of undefined constant ST066 - assumed 'ST066' C:\xampp\htdocs\ria\application\models\cashbook_model.php 1868 -ERROR - 2019-01-09 10:17:54 --> Severity: Notice --> Undefined variable: openingbalancesupplier C:\xampp\htdocs\ria\application\views\banksupplierledger.php 6 -ERROR - 2019-01-09 10:17:54 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\banksupplierledger.php 6 -ERROR - 2019-01-09 10:17:54 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\banksupplierledger.php 10 -ERROR - 2019-01-09 10:17:54 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\banksupplierledger.php 10 -ERROR - 2019-01-09 10:17:54 --> Severity: Notice --> Undefined variable: supplierledger C:\xampp\htdocs\ria\application\views\banksupplierledger.php 102 -ERROR - 2019-01-09 10:17:54 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\banksupplierledger.php 102 -ERROR - 2019-01-09 10:17:54 --> Severity: Notice --> Undefined variable: suppliername C:\xampp\htdocs\ria\application\views\banksupplierledger.php 107 -ERROR - 2019-01-09 10:17:54 --> Severity: Notice --> Undefined variable: tot_amount C:\xampp\htdocs\ria\application\views\banksupplierledger.php 108 -ERROR - 2019-01-09 10:17:54 --> Severity: Notice --> Undefined variable: supplierid C:\xampp\htdocs\ria\application\views\banksupplierledger.php 112 -ERROR - 2019-01-09 10:17:54 --> Severity: Notice --> Undefined variable: suppliername C:\xampp\htdocs\ria\application\views\banksupplierledger.php 113 -ERROR - 2019-01-09 10:18:00 --> Severity: Notice --> Undefined variable: customer C:\xampp\htdocs\ria\application\controllers\cashbook.php 1886 -ERROR - 2019-01-09 10:18:00 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\banksupplierledger.php 10 -ERROR - 2019-01-09 10:18:00 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\banksupplierledger.php 10 -ERROR - 2019-01-09 10:18:00 --> Severity: Notice --> Undefined variable: tot_amount C:\xampp\htdocs\ria\application\views\banksupplierledger.php 108 -ERROR - 2019-01-09 10:18:00 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-09 10:18:00 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 10:18:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 10:18:00 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 10:18:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 10:18:00 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 10:18:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 10:18:00 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 10:18:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 10:18:00 --> Severity: Notice --> Undefined variable: tot_amount C:\xampp\htdocs\ria\application\views\banksupplierledger.php 306 -ERROR - 2019-01-09 10:18:00 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 10:18:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 10:18:00 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-09 10:18:01 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 10:18:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 10:18:01 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 10:18:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 10:18:01 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 10:18:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 10:18:01 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 10:18:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 10:18:01 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 10:18:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 10:18:01 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-09 10:18:01 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 10:18:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 10:18:01 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 10:18:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 10:18:01 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 10:18:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 10:18:01 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 10:18:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 10:18:01 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 10:18:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 10:18:01 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-09 10:18:01 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 10:18:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 10:18:01 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 10:18:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 10:18:01 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 10:18:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 10:18:01 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 10:18:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 10:18:01 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 10:18:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 10:18:02 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-09 10:18:02 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 10:18:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 10:18:02 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 10:18:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 10:18:02 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 10:18:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 10:18:02 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 10:18:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 10:18:02 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 10:18:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 10:18:02 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-09 10:18:02 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 10:18:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 10:18:02 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 10:18:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 10:18:02 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 10:18:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 10:18:02 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 10:18:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 10:18:02 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 10:18:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 10:18:02 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-09 10:18:02 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 10:18:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 10:18:02 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 10:18:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 10:18:02 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 10:18:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 10:18:03 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 10:18:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 10:18:03 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 10:18:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 10:18:03 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-09 10:18:03 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 10:18:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 10:18:03 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 10:18:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 10:18:03 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 10:18:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 10:18:03 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 10:18:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 10:18:03 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 10:18:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 10:18:03 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-09 10:18:03 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 10:18:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 10:18:03 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 10:18:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 10:18:03 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 10:18:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 10:18:03 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 10:18:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 10:18:03 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 10:18:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 10:18:03 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-09 10:18:03 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 10:18:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 10:18:03 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 10:18:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 10:18:04 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 10:18:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 10:18:04 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 10:18:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 10:18:04 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 10:18:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 10:18:04 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-09 10:18:04 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 10:18:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 10:18:04 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 10:18:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 10:18:04 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 10:18:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 10:18:04 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 10:18:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 10:18:04 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 10:18:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 10:18:04 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-09 10:18:04 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 10:18:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 10:18:04 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 10:18:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 10:18:04 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 10:18:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 10:18:04 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 10:18:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 10:18:04 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 10:18:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 10:18:04 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-09 10:18:05 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 10:18:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 10:18:05 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 10:18:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 10:18:05 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 10:18:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 10:18:05 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 10:18:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 10:18:05 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 10:18:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 10:18:05 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-09 10:18:05 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 10:18:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 10:18:05 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 10:18:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 10:18:05 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 10:18:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 10:18:05 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 10:18:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 10:18:05 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 10:18:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 10:18:05 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-09 10:18:05 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 10:18:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 10:18:05 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 10:18:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 10:18:05 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 10:18:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 10:18:05 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 10:18:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 10:18:06 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 10:18:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 10:18:06 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-09 10:18:06 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 10:18:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 10:18:06 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 10:18:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 10:18:06 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 10:18:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 10:18:06 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 10:18:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 10:18:06 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 10:18:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 10:18:06 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-09 10:18:06 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 10:18:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 10:18:06 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 10:18:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 10:18:06 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 10:18:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 10:18:06 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 10:18:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 10:18:06 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 10:18:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 10:18:06 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-09 10:18:06 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 10:18:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 10:18:06 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 10:18:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 10:18:07 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 10:18:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 10:18:07 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 10:18:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 10:18:07 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 10:18:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 10:18:07 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-09 10:18:07 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 10:18:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 10:18:07 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 10:18:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 10:18:07 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 10:18:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 10:18:07 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 10:18:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 10:18:07 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 10:18:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 10:18:07 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-09 10:18:07 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 10:18:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 10:18:07 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 10:18:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 10:18:07 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 10:18:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 10:18:07 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 10:18:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 10:18:08 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 10:18:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 10:18:08 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-09 10:18:08 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 10:18:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 10:18:08 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 10:18:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 10:18:08 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 10:18:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 10:18:08 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 10:18:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 10:18:08 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 10:18:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 10:18:08 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-09 10:18:08 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 10:18:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 10:18:08 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 10:18:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 10:18:08 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 10:18:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 10:18:08 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 10:18:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 10:18:08 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 10:18:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 10:18:08 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-09 10:18:08 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 10:18:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 10:18:08 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 10:18:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 10:18:09 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 10:18:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 10:18:09 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 10:18:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 10:18:09 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 10:18:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 10:18:09 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-09 10:18:09 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 10:18:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 10:18:09 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 10:18:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 10:18:09 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 10:18:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 10:18:09 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 10:18:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 10:18:09 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 10:18:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 10:18:09 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-09 10:18:09 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 10:18:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 10:18:09 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 10:18:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 10:18:09 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 10:18:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 10:18:09 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 10:18:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 10:18:09 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 10:18:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 10:18:10 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-09 10:18:10 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 10:18:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 10:18:10 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 10:18:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 10:18:10 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 10:18:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 10:18:10 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 10:18:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 10:18:10 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 10:18:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 10:18:10 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-09 10:18:10 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 10:18:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 10:18:10 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 10:18:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 10:18:10 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 10:18:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 10:18:10 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 10:18:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 10:18:10 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 10:18:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 10:18:10 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-09 10:18:10 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 10:18:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 10:18:10 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 10:18:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 10:18:11 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 10:18:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 10:18:11 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 10:18:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 10:18:11 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 10:18:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 10:18:11 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-09 10:18:11 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 10:18:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 10:18:11 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 10:18:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 10:18:11 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 10:18:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 10:18:11 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 10:18:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 10:18:11 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 10:18:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 10:18:12 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-09 10:18:12 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 10:18:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 10:18:12 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 10:18:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 10:18:12 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 10:18:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 10:18:12 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 10:18:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 10:18:12 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 10:18:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 10:18:12 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-09 10:18:12 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 10:18:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 10:18:12 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 10:18:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 10:18:12 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 10:18:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 10:18:12 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 10:18:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 10:18:12 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 10:18:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 10:27:56 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2019-01-09 10:27:56 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2019-01-09 10:28:13 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 10:28:13 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 10:28:13 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 10:28:13 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 10:28:14 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-09 10:28:14 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-09 10:28:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-09 10:28:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-09 10:28:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-09 10:28:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-09 10:28:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-09 10:28:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-09 10:28:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-09 10:28:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-09 10:28:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-09 10:28:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-09 10:28:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-09 10:28:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-09 10:29:07 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\banksettlement.php 11 -ERROR - 2019-01-09 10:29:08 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\banksettlement.php 11 -ERROR - 2019-01-09 10:29:08 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-09 10:29:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-09 10:29:08 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-09 10:29:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-09 10:29:08 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-09 10:29:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-09 10:29:08 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-09 10:29:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-09 10:29:08 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-09 10:29:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-09 10:29:08 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-09 10:29:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-09 10:29:08 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-09 10:29:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-09 10:29:08 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-09 10:29:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-09 10:29:29 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-09 10:29:29 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-09 10:29:34 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-09 10:29:34 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-09 10:29:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 10:29:34 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 10:29:34 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 10:29:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 10:29:34 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 10:29:34 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 10:29:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 10:29:34 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 10:29:34 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 10:29:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 10:29:34 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 10:29:34 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 10:29:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 10:29:35 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 10:29:35 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 10:29:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 10:29:35 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 10:29:35 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 10:29:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 10:29:35 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 10:29:35 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 10:29:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 10:29:35 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 10:29:35 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 10:29:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 10:29:35 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 10:29:35 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 10:29:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 10:29:35 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 10:29:35 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 10:29:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 10:29:35 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 10:29:35 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 10:29:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 10:29:35 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 10:29:35 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 10:29:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 10:29:35 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 10:29:35 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 10:29:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 10:29:35 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 10:29:36 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 10:29:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 10:29:36 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 10:29:36 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 10:30:11 --> Severity: Notice --> Undefined variable: balancetocleared C:\xampp\htdocs\ria\application\controllers\cashbook.php 1375 -ERROR - 2019-01-09 10:30:11 --> Severity: Notice --> Undefined variable: balancetocleared C:\xampp\htdocs\ria\application\controllers\cashbook.php 1375 -ERROR - 2019-01-09 10:30:11 --> Severity: Notice --> Undefined variable: clearedblnce C:\xampp\htdocs\ria\application\controllers\cashbook.php 1384 -ERROR - 2019-01-09 10:30:11 --> Severity: Notice --> Undefined variable: balancetocleared C:\xampp\htdocs\ria\application\controllers\cashbook.php 1384 -ERROR - 2019-01-09 10:30:11 --> Severity: Notice --> Undefined variable: clearedblnce C:\xampp\htdocs\ria\application\controllers\cashbook.php 1384 -ERROR - 2019-01-09 10:30:11 --> Severity: Notice --> Undefined variable: data C:\xampp\htdocs\ria\application\controllers\cashbook.php 1456 -ERROR - 2019-01-09 10:30:11 --> Severity: Notice --> Undefined variable: balancetocleared C:\xampp\htdocs\ria\application\controllers\cashbook.php 1384 -ERROR - 2019-01-09 10:30:12 --> Severity: Notice --> Undefined variable: data C:\xampp\htdocs\ria\application\controllers\cashbook.php 1456 -ERROR - 2019-01-09 10:30:12 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-09 10:30:12 --> Severity: Notice --> Undefined variable: data C:\xampp\htdocs\ria\application\controllers\cashbook.php 1456 -ERROR - 2019-01-09 10:30:12 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-09 10:30:12 --> Severity: Notice --> Undefined variable: bankreport C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-09 10:30:12 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-09 10:30:12 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-09 10:30:12 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-09 10:30:12 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-09 10:30:12 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-09 10:30:12 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-09 10:30:12 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-09 10:30:12 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-09 10:30:12 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-09 10:30:12 --> Severity: Notice --> Undefined variable: bankreport C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-09 10:30:12 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-09 10:30:12 --> Severity: Notice --> Undefined variable: bankreport C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-09 10:30:12 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-09 10:30:12 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-09 10:30:12 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-09 10:30:12 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-09 10:30:12 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-09 10:30:12 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-09 10:30:12 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-09 10:30:12 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-09 10:30:12 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-09 10:30:12 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-09 10:30:12 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-09 10:30:12 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-09 10:30:12 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-09 10:30:12 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-09 10:30:12 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-09 10:30:12 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-09 10:30:12 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-09 10:30:12 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-09 10:30:12 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-09 10:30:12 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-09 10:30:12 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-09 10:30:12 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-09 10:30:12 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-09 10:30:12 --> Severity: Notice --> Undefined variable: finyear C:\xampp\htdocs\ria\application\views\bankstatement.php 197 -ERROR - 2019-01-09 10:30:12 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-09 10:30:12 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 197 -ERROR - 2019-01-09 10:30:12 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-09 10:30:12 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-09 10:30:12 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 235 -ERROR - 2019-01-09 10:30:12 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-09 10:30:12 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-09 10:30:12 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-09 10:30:12 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-09 10:30:12 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-09 10:30:12 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-09 10:30:12 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-09 10:30:12 --> Severity: Notice --> Undefined variable: finyear C:\xampp\htdocs\ria\application\views\bankstatement.php 197 -ERROR - 2019-01-09 10:30:13 --> Severity: Notice --> Undefined variable: finyear C:\xampp\htdocs\ria\application\views\bankstatement.php 197 -ERROR - 2019-01-09 10:30:13 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 197 -ERROR - 2019-01-09 10:30:13 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 235 -ERROR - 2019-01-09 10:30:13 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 197 -ERROR - 2019-01-09 10:30:13 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 235 -ERROR - 2019-01-09 10:30:13 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 10:30:13 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 10:30:13 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 10:30:13 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 10:30:14 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 10:30:14 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 10:30:14 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 10:30:14 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 10:30:14 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 10:30:14 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-09 10:30:14 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 10:30:14 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 10:30:14 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-09 10:30:14 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 10:30:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-09 10:30:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-09 10:30:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-09 10:30:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-09 10:30:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-09 10:30:14 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-09 10:30:14 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-09 10:30:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-09 10:30:14 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-09 10:30:14 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-09 10:30:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-09 10:30:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-09 10:30:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-09 10:30:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-09 10:30:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-09 10:30:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-09 10:30:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-09 10:30:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-09 10:30:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-09 10:30:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-09 10:30:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-09 10:30:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-09 10:30:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-09 10:30:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-09 10:30:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-09 10:30:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-09 10:30:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-09 10:30:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-09 10:30:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-09 10:30:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-09 10:30:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-09 10:30:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-09 10:30:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-09 10:30:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-09 10:30:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-09 10:30:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-09 10:30:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-09 10:30:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-09 10:30:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-09 10:30:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-09 10:30:25 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-09 10:30:25 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-09 10:30:30 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-09 10:30:30 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-09 10:30:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 10:30:30 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 10:30:30 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 10:30:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 10:30:30 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 10:30:30 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 10:30:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 10:30:30 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 10:30:31 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 10:30:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 10:30:31 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 10:30:31 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 10:30:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 10:30:31 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 10:30:31 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 10:30:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 10:30:31 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 10:30:31 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 10:30:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 10:30:31 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 10:30:31 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 10:30:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 10:30:31 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 10:30:31 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 10:30:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 10:30:31 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 10:30:31 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 10:30:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 10:30:31 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 10:30:32 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 10:30:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 10:30:32 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 10:30:32 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 10:30:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 10:30:32 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 10:30:32 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 10:30:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 10:30:32 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 10:30:32 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 10:30:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 10:30:32 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 10:30:32 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 10:30:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 10:30:32 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 10:30:32 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 10:36:10 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-09 10:36:10 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-09 10:36:23 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 10:36:23 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 10:36:23 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 10:36:23 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 10:36:24 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-09 10:36:24 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-09 10:36:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-09 10:36:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-09 10:36:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-09 10:36:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-09 10:36:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-09 10:36:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-09 10:36:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-09 10:36:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-09 10:36:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-09 10:36:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-09 10:36:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-09 10:36:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-09 10:36:24 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 235 -ERROR - 2019-01-09 10:43:28 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 10:43:28 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 10:43:29 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 10:43:29 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 10:43:29 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-09 10:43:29 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-09 10:43:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-09 10:43:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-09 10:43:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-09 10:43:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-09 10:43:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-09 10:43:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-09 10:43:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-09 10:43:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-09 10:43:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-09 10:43:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-09 10:43:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-09 10:43:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-09 10:43:30 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 235 -ERROR - 2019-01-09 10:46:38 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 10:46:38 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 10:46:38 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 10:46:38 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 10:46:39 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-09 10:46:39 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-09 10:46:39 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-09 10:46:39 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-09 10:46:39 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-09 10:46:39 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-09 10:46:39 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-09 10:46:39 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-09 10:46:39 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-09 10:46:39 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-09 10:46:39 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-09 10:46:39 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-09 10:46:39 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-09 10:46:39 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-09 10:46:39 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 235 -ERROR - 2019-01-09 10:46:47 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-09 10:46:47 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-09 10:46:47 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-09 10:46:47 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-09 10:46:47 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-09 10:46:47 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-09 10:46:47 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-09 10:46:47 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-09 10:46:47 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-09 10:46:47 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-09 10:46:47 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-09 10:46:47 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-09 10:46:47 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-09 10:46:47 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-09 10:46:47 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 235 -ERROR - 2019-01-09 10:46:59 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2019-01-09 10:48:17 --> Severity: Notice --> Undefined variable: filename C:\xampp\htdocs\ria\application\controllers\cashbook.php 236 -ERROR - 2019-01-09 10:48:17 --> The upload path does not appear to be valid. -ERROR - 2019-01-09 10:48:22 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:22 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:23 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:23 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:23 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:23 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:24 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:24 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:24 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:24 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:24 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:24 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:24 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:24 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:25 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:25 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:25 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:25 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:25 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:25 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:25 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:25 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:25 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:25 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:25 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:25 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:25 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:25 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:26 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:26 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:26 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:26 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:26 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:26 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:26 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:26 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:26 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:26 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:26 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:26 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:27 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:27 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:27 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:27 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:27 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:27 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:27 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:27 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:27 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:27 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:27 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:27 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:27 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:27 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:28 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:28 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:28 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:28 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:28 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:28 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:28 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:28 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:28 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:28 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:28 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:28 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:29 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:29 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:29 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:29 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:29 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:29 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:29 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:29 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:29 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:29 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:29 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:29 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:29 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:29 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:30 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:30 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:30 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:30 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:30 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:30 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:30 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:30 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:30 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:30 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:30 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:30 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:30 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:31 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:31 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:31 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:31 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:31 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:31 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:31 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:32 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:32 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:32 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:32 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:32 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:32 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:32 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:32 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:32 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:32 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:32 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:32 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:32 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:33 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:33 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:33 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:33 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:33 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:33 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:33 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:34 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:34 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:34 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:34 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:34 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:34 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:34 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:34 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:34 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:34 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:34 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:34 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:34 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:35 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:35 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:35 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:35 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:35 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:35 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:35 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:35 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:35 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:35 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:35 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:35 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:35 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:36 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:36 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:36 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:36 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:36 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:36 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:36 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:36 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:36 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:36 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:36 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:36 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:36 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:37 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:37 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:37 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:37 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:37 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:37 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:37 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:37 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:37 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:37 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:37 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:37 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:37 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:38 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:38 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:38 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:38 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:38 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:38 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:38 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:38 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:38 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:38 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:38 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:38 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:38 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:39 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:39 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:39 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:39 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:39 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:39 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:39 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:39 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:39 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:39 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:39 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:39 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:39 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:39 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:40 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:40 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:40 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:40 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:40 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:40 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:40 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:40 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:40 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:40 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:40 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:40 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:41 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:41 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:41 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:41 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:41 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:41 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:41 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:41 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:41 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:41 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:41 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:41 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:41 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:41 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:42 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:42 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:42 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:42 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:42 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:42 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:42 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:42 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:42 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:42 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:42 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:42 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:43 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:43 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:43 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:43 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:43 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:43 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:43 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:43 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:43 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:43 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:43 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:43 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:43 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:43 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:44 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:44 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:44 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:44 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:44 --> Severity: Notice --> Undefined variable: cod C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:44 --> Severity: Notice --> Undefined variable: chqno C:\xampp\htdocs\ria\application\controllers\cashbook.php 517 -ERROR - 2019-01-09 10:48:48 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 10:48:48 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 10:48:48 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 10:48:48 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 10:48:49 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-09 10:48:49 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-09 10:48:49 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-09 10:48:49 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-09 10:48:49 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-09 10:48:49 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-09 10:48:49 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-09 10:48:49 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-09 10:48:49 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-09 10:48:49 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-09 10:48:49 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-09 10:48:49 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-09 10:48:49 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-09 10:48:49 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-09 10:49:03 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-09 10:49:04 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-09 10:49:13 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-09 10:49:14 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-09 10:49:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 10:49:14 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 10:49:14 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 10:49:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 10:49:14 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 10:49:14 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 10:49:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 10:49:14 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 10:49:14 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 10:49:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 10:49:14 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 10:49:14 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 10:49:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 10:49:14 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 10:49:14 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 10:49:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 10:49:14 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 10:49:14 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 10:49:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 10:49:14 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 10:49:14 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 10:49:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 10:49:14 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 10:49:15 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 10:49:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 10:49:15 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 10:49:15 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 10:49:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 10:49:15 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 10:49:15 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 10:49:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 10:49:15 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 10:49:15 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 10:49:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 10:49:15 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 10:49:15 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 10:49:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 10:49:15 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 10:49:15 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 10:49:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 10:49:15 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 10:49:15 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 10:49:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 10:49:15 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 10:49:15 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 10:49:41 --> Severity: Notice --> Undefined variable: balancetocleared C:\xampp\htdocs\ria\application\controllers\cashbook.php 1375 -ERROR - 2019-01-09 10:49:41 --> Severity: Notice --> Undefined variable: clearedblnce C:\xampp\htdocs\ria\application\controllers\cashbook.php 1384 -ERROR - 2019-01-09 10:49:41 --> Severity: Notice --> Undefined variable: balancetocleared C:\xampp\htdocs\ria\application\controllers\cashbook.php 1384 -ERROR - 2019-01-09 10:49:41 --> Severity: Notice --> Undefined variable: data C:\xampp\htdocs\ria\application\controllers\cashbook.php 1456 -ERROR - 2019-01-09 10:49:42 --> Severity: Notice --> Undefined variable: data C:\xampp\htdocs\ria\application\controllers\cashbook.php 1456 -ERROR - 2019-01-09 10:49:42 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-09 10:49:42 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-09 10:49:42 --> Severity: Notice --> Undefined variable: bankreport C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-09 10:49:42 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-09 10:49:42 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-09 10:49:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-09 10:49:42 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-09 10:49:42 --> Severity: Notice --> Undefined variable: bankreport C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-09 10:49:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-09 10:49:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-09 10:49:42 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-09 10:49:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-09 10:49:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-09 10:49:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-09 10:49:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-09 10:49:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-09 10:49:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-09 10:49:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-09 10:49:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-09 10:49:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-09 10:49:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-09 10:49:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-09 10:49:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-09 10:49:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-09 10:49:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-09 10:49:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-09 10:49:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-09 10:49:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-09 10:49:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-09 10:49:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-09 10:49:42 --> Severity: Notice --> Undefined variable: finyear C:\xampp\htdocs\ria\application\views\bankstatement.php 197 -ERROR - 2019-01-09 10:49:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-09 10:49:42 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 197 -ERROR - 2019-01-09 10:49:42 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 235 -ERROR - 2019-01-09 10:49:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-09 10:49:42 --> Severity: Notice --> Undefined variable: finyear C:\xampp\htdocs\ria\application\views\bankstatement.php 197 -ERROR - 2019-01-09 10:49:42 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 197 -ERROR - 2019-01-09 10:49:43 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 235 -ERROR - 2019-01-09 10:49:43 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 10:49:43 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 10:49:43 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 10:49:43 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 10:49:43 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 10:49:43 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 10:49:43 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 10:49:43 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 10:49:44 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-09 10:49:44 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-09 10:49:44 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-09 10:49:44 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-09 10:49:44 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-09 10:49:44 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-09 10:49:44 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-09 10:49:44 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-09 10:49:44 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-09 10:49:44 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-09 10:49:44 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-09 10:49:44 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-09 10:49:44 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-09 10:49:44 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-09 10:49:44 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-09 10:49:44 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-09 10:49:44 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-09 10:49:44 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-09 10:49:44 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-09 10:49:44 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-09 10:49:44 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-09 10:49:44 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-09 10:49:44 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-09 10:49:44 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-09 10:49:44 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-09 10:49:44 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-09 10:49:44 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-09 10:49:44 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-09 10:49:52 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\banksettlement.php 11 -ERROR - 2019-01-09 10:49:52 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\banksettlement.php 11 -ERROR - 2019-01-09 10:49:52 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-09 10:49:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-09 10:49:52 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-09 10:49:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-09 10:49:52 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-09 10:49:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-09 10:49:52 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-09 10:49:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-09 10:49:52 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-09 10:49:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-09 10:49:52 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-09 10:49:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-09 10:49:52 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-09 10:49:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-09 10:49:52 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-09 10:49:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-09 10:50:11 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 10:50:11 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 10:50:11 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 10:50:11 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 10:50:11 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-09 10:50:11 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-09 10:50:11 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-09 10:50:11 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-09 10:50:11 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-09 10:50:11 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-09 10:50:12 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-09 10:50:12 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-09 10:50:12 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-09 10:50:12 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-09 10:50:12 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-09 10:50:12 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-09 10:50:12 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-09 10:50:12 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-09 10:52:59 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\banksettlement.php 11 -ERROR - 2019-01-09 10:52:59 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\banksettlement.php 11 -ERROR - 2019-01-09 10:52:59 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-09 10:52:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-09 10:52:59 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-09 10:52:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-09 10:52:59 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-09 10:52:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-09 10:52:59 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-09 10:52:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-09 10:52:59 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-09 10:52:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-09 10:52:59 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-09 10:52:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-09 10:53:00 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-09 10:53:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-09 10:53:00 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-09 10:53:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-09 10:55:10 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\banksettlement.php 11 -ERROR - 2019-01-09 10:55:10 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\banksettlement.php 11 -ERROR - 2019-01-09 10:55:11 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-09 10:55:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-09 10:55:11 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-09 10:55:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-09 10:55:11 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-09 10:55:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-09 10:55:11 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-09 10:55:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-09 10:55:11 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-09 10:55:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-09 10:55:11 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-09 10:55:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-09 10:55:11 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-09 10:55:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-09 10:55:11 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-09 10:55:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-09 10:55:55 --> Severity: Notice --> Undefined index: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1636 -ERROR - 2019-01-09 10:55:55 --> Severity: Notice --> Undefined index: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1637 -ERROR - 2019-01-09 10:55:55 --> Severity: Notice --> Undefined index: m C:\xampp\htdocs\ria\application\controllers\cashbook.php 1638 -ERROR - 2019-01-09 10:55:55 --> Severity: Notice --> Undefined index: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1639 -ERROR - 2019-01-09 10:55:55 --> Severity: Notice --> Undefined index: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1640 -ERROR - 2019-01-09 10:55:55 --> Severity: Notice --> Undefined index: sid C:\xampp\htdocs\ria\application\controllers\cashbook.php 1646 -ERROR - 2019-01-09 10:55:55 --> Severity: Notice --> Undefined index: sn C:\xampp\htdocs\ria\application\controllers\cashbook.php 1648 -ERROR - 2019-01-09 10:55:56 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankamountpaid.php 10 -ERROR - 2019-01-09 10:55:56 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankamountpaid.php 10 -ERROR - 2019-01-09 10:56:04 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankamountpaid.php 10 -ERROR - 2019-01-09 10:56:04 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankamountpaid.php 10 -ERROR - 2019-01-09 10:56:08 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankamountpaid.php 10 -ERROR - 2019-01-09 10:56:08 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankamountpaid.php 10 -ERROR - 2019-01-09 11:05:21 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankamountpaid.php 10 -ERROR - 2019-01-09 11:05:21 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankamountpaid.php 10 -ERROR - 2019-01-09 11:05:30 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankamountpaid.php 10 -ERROR - 2019-01-09 11:05:30 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankamountpaid.php 10 -ERROR - 2019-01-09 11:08:20 --> Severity: Notice --> Undefined index: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1636 -ERROR - 2019-01-09 11:08:20 --> Severity: Notice --> Undefined index: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1637 -ERROR - 2019-01-09 11:08:20 --> Severity: Notice --> Undefined index: m C:\xampp\htdocs\ria\application\controllers\cashbook.php 1638 -ERROR - 2019-01-09 11:08:20 --> Severity: Notice --> Undefined index: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1639 -ERROR - 2019-01-09 11:08:20 --> Severity: Notice --> Undefined index: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1640 -ERROR - 2019-01-09 11:08:20 --> Severity: Notice --> Undefined index: sid C:\xampp\htdocs\ria\application\controllers\cashbook.php 1646 -ERROR - 2019-01-09 11:08:20 --> Severity: Notice --> Undefined index: sn C:\xampp\htdocs\ria\application\controllers\cashbook.php 1648 -ERROR - 2019-01-09 11:08:20 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankamountpaid.php 10 -ERROR - 2019-01-09 11:08:20 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankamountpaid.php 10 -ERROR - 2019-01-09 11:08:34 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\banksettlement.php 11 -ERROR - 2019-01-09 11:08:34 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\banksettlement.php 11 -ERROR - 2019-01-09 11:08:34 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-09 11:08:34 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-09 11:08:34 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-09 11:08:34 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-09 11:08:34 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-09 11:08:34 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-09 11:08:34 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-09 11:08:34 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-09 11:08:34 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-09 11:08:34 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-09 11:08:34 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-09 11:08:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-09 11:08:35 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-09 11:08:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-09 11:08:35 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-09 11:08:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-09 11:09:16 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 2 -ERROR - 2019-01-09 11:09:16 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 2 -ERROR - 2019-01-09 11:09:16 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 110 -ERROR - 2019-01-09 11:09:16 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 110 -ERROR - 2019-01-09 11:09:16 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 111 -ERROR - 2019-01-09 11:09:16 --> Severity: Notice --> Undefined variable: ta C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 112 -ERROR - 2019-01-09 11:09:16 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 113 -ERROR - 2019-01-09 11:09:16 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 114 -ERROR - 2019-01-09 11:09:16 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 115 -ERROR - 2019-01-09 11:15:00 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 2 -ERROR - 2019-01-09 11:15:00 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 2 -ERROR - 2019-01-09 11:15:00 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 110 -ERROR - 2019-01-09 11:15:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 110 -ERROR - 2019-01-09 11:15:00 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 111 -ERROR - 2019-01-09 11:15:00 --> Severity: Notice --> Undefined variable: ta C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 112 -ERROR - 2019-01-09 11:15:00 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 113 -ERROR - 2019-01-09 11:15:00 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 114 -ERROR - 2019-01-09 11:15:00 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 115 -ERROR - 2019-01-09 11:15:11 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 2 -ERROR - 2019-01-09 11:15:11 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 2 -ERROR - 2019-01-09 11:15:11 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 110 -ERROR - 2019-01-09 11:15:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 110 -ERROR - 2019-01-09 11:15:11 --> Severity: Notice --> Undefined variable: ta C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 112 -ERROR - 2019-01-09 11:15:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 200 -ERROR - 2019-01-09 11:15:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 201 -ERROR - 2019-01-09 11:15:12 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 202 -ERROR - 2019-01-09 11:15:12 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 204 -ERROR - 2019-01-09 11:15:12 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 214 -ERROR - 2019-01-09 11:15:12 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 215 -ERROR - 2019-01-09 11:15:12 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 221 -ERROR - 2019-01-09 11:15:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 200 -ERROR - 2019-01-09 11:15:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 201 -ERROR - 2019-01-09 11:15:12 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 202 -ERROR - 2019-01-09 11:15:12 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 204 -ERROR - 2019-01-09 11:15:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 200 -ERROR - 2019-01-09 11:15:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 201 -ERROR - 2019-01-09 11:15:12 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 202 -ERROR - 2019-01-09 11:15:12 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 204 -ERROR - 2019-01-09 11:15:52 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 2 -ERROR - 2019-01-09 11:15:52 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 2 -ERROR - 2019-01-09 11:15:52 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 110 -ERROR - 2019-01-09 11:15:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 110 -ERROR - 2019-01-09 11:15:52 --> Severity: Notice --> Undefined variable: ta C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 112 -ERROR - 2019-01-09 11:16:04 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 2 -ERROR - 2019-01-09 11:16:04 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 2 -ERROR - 2019-01-09 11:16:04 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 110 -ERROR - 2019-01-09 11:16:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 110 -ERROR - 2019-01-09 11:16:04 --> Severity: Notice --> Undefined variable: ta C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 112 -ERROR - 2019-01-09 11:16:33 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 2 -ERROR - 2019-01-09 11:16:33 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 2 -ERROR - 2019-01-09 11:16:33 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 110 -ERROR - 2019-01-09 11:16:33 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 110 -ERROR - 2019-01-09 11:16:33 --> Severity: Notice --> Undefined variable: ta C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 112 -ERROR - 2019-01-09 11:16:45 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 2 -ERROR - 2019-01-09 11:16:45 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 2 -ERROR - 2019-01-09 11:16:45 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 110 -ERROR - 2019-01-09 11:16:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 110 -ERROR - 2019-01-09 11:16:46 --> Severity: Notice --> Undefined variable: ta C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 112 -ERROR - 2019-01-09 11:16:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 200 -ERROR - 2019-01-09 11:16:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 201 -ERROR - 2019-01-09 11:16:46 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 202 -ERROR - 2019-01-09 11:16:46 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 204 -ERROR - 2019-01-09 11:16:46 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 214 -ERROR - 2019-01-09 11:16:46 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 215 -ERROR - 2019-01-09 11:16:46 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 221 -ERROR - 2019-01-09 11:16:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 200 -ERROR - 2019-01-09 11:16:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 201 -ERROR - 2019-01-09 11:16:46 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 202 -ERROR - 2019-01-09 11:16:46 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 204 -ERROR - 2019-01-09 11:16:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 200 -ERROR - 2019-01-09 11:16:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 201 -ERROR - 2019-01-09 11:16:46 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 202 -ERROR - 2019-01-09 11:16:46 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 204 -ERROR - 2019-01-09 11:16:56 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 2 -ERROR - 2019-01-09 11:16:56 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 2 -ERROR - 2019-01-09 11:16:56 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 103 -ERROR - 2019-01-09 11:16:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 103 -ERROR - 2019-01-09 11:16:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 268 -ERROR - 2019-01-09 11:16:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 269 -ERROR - 2019-01-09 11:16:56 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 270 -ERROR - 2019-01-09 11:16:56 --> Severity: Notice --> Undefined property: stdClass::$DeliveryChellanOrInvoiceNo C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 279 -ERROR - 2019-01-09 11:16:56 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 300 -ERROR - 2019-01-09 11:16:56 --> Severity: Notice --> Undefined property: stdClass::$iwFpath C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 304 -ERROR - 2019-01-09 11:16:56 --> Severity: Notice --> Undefined property: stdClass::$poFilePath C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 319 -ERROR - 2019-01-09 11:16:56 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 342 -ERROR - 2019-01-09 11:24:43 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 2 -ERROR - 2019-01-09 11:24:43 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 2 -ERROR - 2019-01-09 11:24:43 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 103 -ERROR - 2019-01-09 11:24:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 103 -ERROR - 2019-01-09 11:24:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 268 -ERROR - 2019-01-09 11:24:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 269 -ERROR - 2019-01-09 11:24:44 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 270 -ERROR - 2019-01-09 11:24:44 --> Severity: Notice --> Undefined property: stdClass::$DeliveryChellanOrInvoiceNo C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 279 -ERROR - 2019-01-09 11:24:44 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 300 -ERROR - 2019-01-09 11:24:44 --> Severity: Notice --> Undefined property: stdClass::$iwFpath C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 304 -ERROR - 2019-01-09 11:24:44 --> Severity: Notice --> Undefined property: stdClass::$poFilePath C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 319 -ERROR - 2019-01-09 11:24:44 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 342 -ERROR - 2019-01-09 11:25:30 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 2 -ERROR - 2019-01-09 11:25:30 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 2 -ERROR - 2019-01-09 11:25:30 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 103 -ERROR - 2019-01-09 11:25:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 103 -ERROR - 2019-01-09 11:25:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 268 -ERROR - 2019-01-09 11:25:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 269 -ERROR - 2019-01-09 11:25:30 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 270 -ERROR - 2019-01-09 11:25:30 --> Severity: Notice --> Undefined property: stdClass::$DeliveryChellanOrInvoiceNo C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 279 -ERROR - 2019-01-09 11:25:30 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 300 -ERROR - 2019-01-09 11:25:30 --> Severity: Notice --> Undefined property: stdClass::$iwFpath C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 304 -ERROR - 2019-01-09 11:25:30 --> Severity: Notice --> Undefined property: stdClass::$poFilePath C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 319 -ERROR - 2019-01-09 11:25:30 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 342 -ERROR - 2019-01-09 11:27:29 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 2 -ERROR - 2019-01-09 11:27:29 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 2 -ERROR - 2019-01-09 11:27:29 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 103 -ERROR - 2019-01-09 11:27:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 103 -ERROR - 2019-01-09 11:27:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 268 -ERROR - 2019-01-09 11:27:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 269 -ERROR - 2019-01-09 11:27:29 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 270 -ERROR - 2019-01-09 11:27:29 --> Severity: Notice --> Undefined property: stdClass::$DeliveryChellanOrInvoiceNo C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 279 -ERROR - 2019-01-09 11:27:29 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 300 -ERROR - 2019-01-09 11:27:29 --> Severity: Notice --> Undefined property: stdClass::$iwFpath C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 304 -ERROR - 2019-01-09 11:27:29 --> Severity: Notice --> Undefined property: stdClass::$poFilePath C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 319 -ERROR - 2019-01-09 11:27:29 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 342 -ERROR - 2019-01-09 11:27:43 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 2 -ERROR - 2019-01-09 11:27:43 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 2 -ERROR - 2019-01-09 11:27:43 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 110 -ERROR - 2019-01-09 11:27:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 110 -ERROR - 2019-01-09 11:27:43 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 111 -ERROR - 2019-01-09 11:27:43 --> Severity: Notice --> Undefined variable: ta C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 112 -ERROR - 2019-01-09 11:27:43 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 113 -ERROR - 2019-01-09 11:27:43 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 114 -ERROR - 2019-01-09 11:27:43 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 115 -ERROR - 2019-01-09 11:28:17 --> Severity: Notice --> Use of undefined constant ST066 - assumed 'ST066' C:\xampp\htdocs\ria\application\models\cashbook_model.php 1766 -ERROR - 2019-01-09 11:28:18 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankreceivedsupp.php 2 -ERROR - 2019-01-09 11:28:18 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankreceivedsupp.php 2 -ERROR - 2019-01-09 11:31:38 --> Severity: Notice --> Use of undefined constant ST066 - assumed 'ST066' C:\xampp\htdocs\ria\application\models\cashbook_model.php 1766 -ERROR - 2019-01-09 11:31:38 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankreceivedsupp.php 2 -ERROR - 2019-01-09 11:31:38 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankreceivedsupp.php 2 -ERROR - 2019-01-09 11:37:21 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 11:37:22 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 11:37:22 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 11:37:22 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 11:37:22 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-09 11:37:22 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-09 11:37:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-09 11:37:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-09 11:37:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-09 11:37:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-09 11:37:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-09 11:37:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-09 11:37:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-09 11:37:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-09 11:37:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-09 11:37:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-09 11:37:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-09 11:37:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-09 11:37:58 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 11:37:58 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 11:37:58 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 11:37:58 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 11:37:59 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-09 11:37:59 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-09 11:37:59 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-09 11:37:59 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-09 11:37:59 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-09 11:37:59 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-09 11:37:59 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-09 11:37:59 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-09 11:37:59 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-09 11:37:59 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-09 11:37:59 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-09 11:38:00 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-09 11:38:00 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-09 11:38:00 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-09 11:38:19 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 2 -ERROR - 2019-01-09 11:38:19 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 2 -ERROR - 2019-01-09 11:38:19 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 110 -ERROR - 2019-01-09 11:38:19 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 110 -ERROR - 2019-01-09 11:38:19 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 111 -ERROR - 2019-01-09 11:38:19 --> Severity: Notice --> Undefined variable: ta C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 112 -ERROR - 2019-01-09 11:38:19 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 113 -ERROR - 2019-01-09 11:38:20 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 114 -ERROR - 2019-01-09 11:38:20 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 115 -ERROR - 2019-01-09 11:38:29 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 2 -ERROR - 2019-01-09 11:38:29 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 2 -ERROR - 2019-01-09 11:38:29 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 110 -ERROR - 2019-01-09 11:38:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 110 -ERROR - 2019-01-09 11:38:29 --> Severity: Notice --> Undefined variable: ta C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 112 -ERROR - 2019-01-09 11:38:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 200 -ERROR - 2019-01-09 11:38:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 201 -ERROR - 2019-01-09 11:38:29 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 202 -ERROR - 2019-01-09 11:38:29 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 204 -ERROR - 2019-01-09 11:38:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 214 -ERROR - 2019-01-09 11:38:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 215 -ERROR - 2019-01-09 11:38:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 221 -ERROR - 2019-01-09 11:38:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 200 -ERROR - 2019-01-09 11:38:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 201 -ERROR - 2019-01-09 11:38:30 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 202 -ERROR - 2019-01-09 11:38:30 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 204 -ERROR - 2019-01-09 11:38:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 200 -ERROR - 2019-01-09 11:38:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 201 -ERROR - 2019-01-09 11:38:30 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 202 -ERROR - 2019-01-09 11:38:30 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 204 -ERROR - 2019-01-09 11:38:53 --> Severity: Notice --> Use of undefined constant ST066 - assumed 'ST066' C:\xampp\htdocs\ria\application\models\cashbook_model.php 1766 -ERROR - 2019-01-09 11:38:54 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankreceivedsupp.php 2 -ERROR - 2019-01-09 11:38:54 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankreceivedsupp.php 2 -ERROR - 2019-01-09 11:39:03 --> Severity: Notice --> Use of undefined constant ST066 - assumed 'ST066' C:\xampp\htdocs\ria\application\models\cashbook_model.php 1766 -ERROR - 2019-01-09 11:39:04 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankreceivedsupp.php 2 -ERROR - 2019-01-09 11:39:04 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankreceivedsupp.php 2 -ERROR - 2019-01-09 11:39:04 --> Severity: Notice --> Use of undefined constant ST066 - assumed 'ST066' C:\xampp\htdocs\ria\application\models\cashbook_model.php 1766 -ERROR - 2019-01-09 11:39:04 --> Severity: Notice --> Use of undefined constant ST066 - assumed 'ST066' C:\xampp\htdocs\ria\application\models\cashbook_model.php 1766 -ERROR - 2019-01-09 11:39:04 --> Severity: Notice --> Use of undefined constant ST066 - assumed 'ST066' C:\xampp\htdocs\ria\application\models\cashbook_model.php 1766 -ERROR - 2019-01-09 11:39:04 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankreceivedsupp.php 2 -ERROR - 2019-01-09 11:39:04 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankreceivedsupp.php 2 -ERROR - 2019-01-09 11:39:04 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankreceivedsupp.php 2 -ERROR - 2019-01-09 11:39:04 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankreceivedsupp.php 2 -ERROR - 2019-01-09 11:39:05 --> Severity: Notice --> Use of undefined constant ST066 - assumed 'ST066' C:\xampp\htdocs\ria\application\models\cashbook_model.php 1766 -ERROR - 2019-01-09 11:39:05 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankreceivedsupp.php 2 -ERROR - 2019-01-09 11:39:05 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankreceivedsupp.php 2 -ERROR - 2019-01-09 11:39:05 --> Severity: Notice --> Use of undefined constant ST066 - assumed 'ST066' C:\xampp\htdocs\ria\application\models\cashbook_model.php 1766 -ERROR - 2019-01-09 11:39:05 --> Severity: Notice --> Use of undefined constant ST066 - assumed 'ST066' C:\xampp\htdocs\ria\application\models\cashbook_model.php 1766 -ERROR - 2019-01-09 11:39:05 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankreceivedsupp.php 2 -ERROR - 2019-01-09 11:39:05 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankreceivedsupp.php 2 -ERROR - 2019-01-09 11:39:05 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankreceivedsupp.php 2 -ERROR - 2019-01-09 11:39:05 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankreceivedsupp.php 2 -ERROR - 2019-01-09 11:39:05 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankreceivedsupp.php 2 -ERROR - 2019-01-09 11:39:05 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankreceivedsupp.php 2 -ERROR - 2019-01-09 11:39:57 --> Severity: Notice --> Use of undefined constant ST066 - assumed 'ST066' C:\xampp\htdocs\ria\application\models\cashbook_model.php 1766 -ERROR - 2019-01-09 11:39:58 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankreceivedsupp.php 2 -ERROR - 2019-01-09 11:39:58 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankreceivedsupp.php 2 -ERROR - 2019-01-09 11:40:33 --> Severity: Notice --> Use of undefined constant ST066 - assumed 'ST066' C:\xampp\htdocs\ria\application\models\cashbook_model.php 1766 -ERROR - 2019-01-09 11:40:33 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankreceivedsupp.php 2 -ERROR - 2019-01-09 11:40:33 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankreceivedsupp.php 2 -ERROR - 2019-01-09 11:40:42 --> Severity: Notice --> Use of undefined constant ST066 - assumed 'ST066' C:\xampp\htdocs\ria\application\models\cashbook_model.php 1779 -ERROR - 2019-01-09 11:40:43 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankreceivedsupp.php 2 -ERROR - 2019-01-09 11:40:43 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankreceivedsupp.php 2 -ERROR - 2019-01-09 11:41:16 --> Severity: Notice --> Use of undefined constant ST066 - assumed 'ST066' C:\xampp\htdocs\ria\application\models\cashbook_model.php 1851 -ERROR - 2019-01-09 11:43:45 --> Severity: Notice --> Use of undefined constant ST066 - assumed 'ST066' C:\xampp\htdocs\ria\application\models\cashbook_model.php 1851 -ERROR - 2019-01-09 11:44:00 --> Severity: Notice --> Use of undefined constant ST066 - assumed 'ST066' C:\xampp\htdocs\ria\application\models\cashbook_model.php 1868 -ERROR - 2019-01-09 11:44:21 --> Severity: Notice --> Undefined variable: openingbalance C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 6 -ERROR - 2019-01-09 11:44:21 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 6 -ERROR - 2019-01-09 11:44:21 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 10 -ERROR - 2019-01-09 11:44:21 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 10 -ERROR - 2019-01-09 11:44:21 --> Severity: Notice --> Undefined variable: customerledger C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 138 -ERROR - 2019-01-09 11:44:21 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 138 -ERROR - 2019-01-09 11:44:21 --> Severity: Notice --> Undefined variable: clientname C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 143 -ERROR - 2019-01-09 11:44:21 --> Severity: Notice --> Undefined variable: tot_amount C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 144 -ERROR - 2019-01-09 11:44:21 --> Severity: Notice --> Undefined variable: supplierid C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 148 -ERROR - 2019-01-09 11:44:21 --> Severity: Notice --> Undefined variable: suppliername C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 149 -ERROR - 2019-01-09 11:44:27 --> Severity: Notice --> Undefined variable: suppliername C:\xampp\htdocs\ria\application\controllers\cashbook.php 1910 -ERROR - 2019-01-09 11:44:27 --> Severity: Notice --> Undefined variable: Customer C:\xampp\htdocs\ria\application\controllers\cashbook.php 1916 -ERROR - 2019-01-09 11:44:28 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 10 -ERROR - 2019-01-09 11:44:28 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 10 -ERROR - 2019-01-09 11:44:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:44:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:45:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:07 --> Severity: Notice --> Undefined variable: suppliername C:\xampp\htdocs\ria\application\controllers\cashbook.php 1910 -ERROR - 2019-01-09 11:46:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:07 --> Severity: Notice --> Undefined variable: Customer C:\xampp\htdocs\ria\application\controllers\cashbook.php 1916 -ERROR - 2019-01-09 11:46:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:08 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 10 -ERROR - 2019-01-09 11:46:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:08 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 10 -ERROR - 2019-01-09 11:46:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:18 --> Severity: Notice --> Undefined variable: openingbalance C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 6 -ERROR - 2019-01-09 11:46:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:18 --> Severity: Notice --> Undefined variable: openingbalance C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 6 -ERROR - 2019-01-09 11:46:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:18 --> Severity: Notice --> Undefined variable: openingbalance C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 6 -ERROR - 2019-01-09 11:46:18 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 6 -ERROR - 2019-01-09 11:46:18 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 6 -ERROR - 2019-01-09 11:46:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:18 --> Severity: Notice --> Undefined variable: openingbalance C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 6 -ERROR - 2019-01-09 11:46:18 --> Severity: Notice --> Undefined variable: openingbalance C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 6 -ERROR - 2019-01-09 11:46:18 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 6 -ERROR - 2019-01-09 11:46:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:18 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 6 -ERROR - 2019-01-09 11:46:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:18 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 6 -ERROR - 2019-01-09 11:46:18 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 10 -ERROR - 2019-01-09 11:46:18 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 10 -ERROR - 2019-01-09 11:46:18 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 10 -ERROR - 2019-01-09 11:46:18 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 10 -ERROR - 2019-01-09 11:46:18 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 10 -ERROR - 2019-01-09 11:46:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:18 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 10 -ERROR - 2019-01-09 11:46:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:18 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 10 -ERROR - 2019-01-09 11:46:18 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 10 -ERROR - 2019-01-09 11:46:18 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 10 -ERROR - 2019-01-09 11:46:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:18 --> Severity: Notice --> Undefined variable: customerledger C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 138 -ERROR - 2019-01-09 11:46:18 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 10 -ERROR - 2019-01-09 11:46:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:18 --> Severity: Notice --> Undefined variable: customerledger C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 138 -ERROR - 2019-01-09 11:46:18 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 138 -ERROR - 2019-01-09 11:46:18 --> Severity: Notice --> Undefined variable: customerledger C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 138 -ERROR - 2019-01-09 11:46:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:18 --> Severity: Notice --> Undefined variable: customerledger C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 138 -ERROR - 2019-01-09 11:46:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:18 --> Severity: Notice --> Undefined variable: clientname C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 143 -ERROR - 2019-01-09 11:46:18 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 138 -ERROR - 2019-01-09 11:46:18 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 138 -ERROR - 2019-01-09 11:46:18 --> Severity: Notice --> Undefined variable: customerledger C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 138 -ERROR - 2019-01-09 11:46:18 --> Severity: Notice --> Undefined variable: clientname C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 143 -ERROR - 2019-01-09 11:46:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:18 --> Severity: Notice --> Undefined variable: tot_amount C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 144 -ERROR - 2019-01-09 11:46:18 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 138 -ERROR - 2019-01-09 11:46:19 --> Severity: Notice --> Undefined variable: supplierid C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 148 -ERROR - 2019-01-09 11:46:19 --> Severity: Notice --> Undefined variable: clientname C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 143 -ERROR - 2019-01-09 11:46:19 --> Severity: Notice --> Undefined variable: tot_amount C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 144 -ERROR - 2019-01-09 11:46:19 --> Severity: Notice --> Undefined variable: clientname C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 143 -ERROR - 2019-01-09 11:46:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:19 --> Severity: Notice --> Undefined variable: supplierid C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 148 -ERROR - 2019-01-09 11:46:19 --> Severity: Notice --> Undefined variable: tot_amount C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 144 -ERROR - 2019-01-09 11:46:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:19 --> Severity: Notice --> Undefined variable: supplierid C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 148 -ERROR - 2019-01-09 11:46:19 --> Severity: Notice --> Undefined variable: suppliername C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 149 -ERROR - 2019-01-09 11:46:19 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 138 -ERROR - 2019-01-09 11:46:19 --> Severity: Notice --> Undefined variable: suppliername C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 149 -ERROR - 2019-01-09 11:46:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:19 --> Severity: Notice --> Undefined variable: tot_amount C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 144 -ERROR - 2019-01-09 11:46:19 --> Severity: Notice --> Undefined variable: suppliername C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 149 -ERROR - 2019-01-09 11:46:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:19 --> Severity: Notice --> Undefined variable: clientname C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 143 -ERROR - 2019-01-09 11:46:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:19 --> Severity: Notice --> Undefined variable: supplierid C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 148 -ERROR - 2019-01-09 11:46:19 --> Severity: Notice --> Undefined variable: tot_amount C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 144 -ERROR - 2019-01-09 11:46:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:19 --> Severity: Notice --> Undefined variable: supplierid C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 148 -ERROR - 2019-01-09 11:46:19 --> Severity: Notice --> Undefined variable: suppliername C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 149 -ERROR - 2019-01-09 11:46:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:19 --> Severity: Notice --> Undefined variable: suppliername C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 149 -ERROR - 2019-01-09 11:46:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:31 --> Severity: Notice --> Undefined variable: suppliername C:\xampp\htdocs\ria\application\controllers\cashbook.php 1910 -ERROR - 2019-01-09 11:46:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:31 --> Severity: Notice --> Undefined variable: Customer C:\xampp\htdocs\ria\application\controllers\cashbook.php 1916 -ERROR - 2019-01-09 11:46:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:32 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 10 -ERROR - 2019-01-09 11:46:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:32 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 10 -ERROR - 2019-01-09 11:46:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:51 --> Severity: Notice --> Undefined variable: tot_amount C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 144 -ERROR - 2019-01-09 11:46:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:51 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:46:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:51 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:46:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:46:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:51 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:46:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:46:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:52 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:46:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:46:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:52 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:46:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:46:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:52 --> Severity: Notice --> Undefined variable: tot_balance C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 353 -ERROR - 2019-01-09 11:46:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:52 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:46:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:46:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:52 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:46:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:52 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:46:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:46:52 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:46:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:46:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:52 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:46:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:46:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:53 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:46:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:46:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:53 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:46:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:46:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:53 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:46:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:53 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:46:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:46:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:53 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:46:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:46:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:53 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:46:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:46:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:54 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:46:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:46:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:54 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:46:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:46:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:54 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:46:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:54 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:46:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:46:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:54 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:46:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:46:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:54 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:46:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:46:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:54 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:46:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:46:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:55 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:46:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:46:55 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:46:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:55 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:46:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:46:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:55 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:46:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:46:55 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:46:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:46:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:55 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:46:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:46:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:55 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:46:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:46:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:55 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:46:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:56 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:46:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:46:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:56 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:46:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:46:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:56 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:46:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:46:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:56 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:46:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:46:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:56 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:46:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:46:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:56 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:46:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:56 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:46:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:46:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:57 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:46:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:46:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:57 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:46:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:46:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:57 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:46:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:46:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:57 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:46:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:46:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:57 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:46:57 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:46:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:46:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:57 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:46:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:46:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:58 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:46:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:46:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:58 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:46:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:46:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:58 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:46:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:46:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:58 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:46:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:58 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:46:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:46:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:58 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:46:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:46:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:58 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:46:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:46:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:59 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:46:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:46:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:59 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:46:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:46:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:59 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:46:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:59 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:46:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:46:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:59 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:46:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:46:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:46:59 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:46:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:46:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:00 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:00 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:00 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:47:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:00 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:00 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:00 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:01 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:01 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:01 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:47:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:01 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:01 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:01 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:01 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:02 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:02 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:47:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:02 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:02 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:02 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:02 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:02 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:03 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:47:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:03 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:03 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:03 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:03 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:03 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:03 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:47:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:03 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:04 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:04 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:04 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:04 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:04 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:47:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:04 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:04 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:05 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:05 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:05 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:05 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:47:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:05 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:05 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:05 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:06 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:06 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:06 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:47:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:06 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:06 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:06 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:06 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:07 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:07 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:47:07 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:07 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:07 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:07 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:08 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:08 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:47:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:08 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:08 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:08 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:08 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:09 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:09 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:47:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:09 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:09 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:09 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:09 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:09 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:10 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:47:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:10 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:10 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:10 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:10 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:10 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:11 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:47:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:11 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:11 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:11 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:11 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:11 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:11 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:47:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:11 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:12 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:12 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:12 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:12 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:12 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:47:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:12 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:13 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:13 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:13 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:13 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:13 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:47:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:13 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:13 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:14 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:14 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:14 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:14 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:47:14 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:14 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:15 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:15 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:15 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:15 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:15 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:15 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:15 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:47:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:15 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:15 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:15 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:15 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:15 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:15 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:16 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:16 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:16 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:16 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:16 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:47:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:16 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:16 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:16 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:16 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:16 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:16 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:16 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:17 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:17 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:47:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:17 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:17 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:17 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:17 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:18 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:18 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:18 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:47:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:18 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:18 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:18 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:18 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:18 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:18 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:18 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:18 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:18 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:18 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:19 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:47:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:19 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:19 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:19 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:19 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:19 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:19 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:19 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:19 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:19 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:20 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:47:20 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:20 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:20 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:20 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:20 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:21 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:47:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:21 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:21 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:21 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:21 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:21 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:21 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:21 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:21 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:21 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:21 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:21 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:47:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:22 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:22 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:22 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:22 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:22 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:22 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:22 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:22 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:22 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:22 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:22 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:47:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:22 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:23 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:23 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:23 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:23 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:23 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:23 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:23 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:23 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:23 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:23 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:47:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:23 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:23 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:24 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:24 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:24 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:24 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:24 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:47:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:24 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:25 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:25 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:25 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:25 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:25 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:47:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:25 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:25 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:26 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:26 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:26 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:26 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:47:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:26 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:26 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:27 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:27 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:27 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:27 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:27 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:27 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:27 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:47:27 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:27 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:27 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:27 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:27 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:28 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:28 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:28 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:28 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:28 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:28 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:47:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:28 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:28 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:28 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:28 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:28 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:28 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:29 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:29 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:29 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:47:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:29 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:29 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:29 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:29 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:30 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:30 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:47:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:30 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:30 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:30 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:30 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:31 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:31 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:47:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:31 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:31 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:31 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:31 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:32 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:32 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:32 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:47:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:32 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:32 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:32 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:32 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:32 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:32 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:32 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:32 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:33 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:33 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:33 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:47:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:33 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:33 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:33 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:33 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:33 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:33 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:33 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:33 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:33 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:34 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:34 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:47:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:34 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:34 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:34 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:34 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:34 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:34 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:34 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:34 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:34 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:34 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:35 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:47:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:35 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:35 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:35 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:35 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:35 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:36 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:47:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:36 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:36 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:36 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:36 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:36 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:37 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:47:37 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:37 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:37 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:37 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:37 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:38 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:47:38 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:38 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:38 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:38 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:38 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:39 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:47:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:39 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:39 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:39 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:39 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:39 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:40 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:47:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:40 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:40 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:40 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:40 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:41 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:41 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:41 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:47:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:41 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:41 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:41 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:41 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:41 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:41 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:41 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:41 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:41 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:42 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:47:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:42 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:42 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:42 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:42 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:42 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:43 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:47:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:43 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:43 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:43 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:43 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:43 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:44 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:47:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:44 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:44 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:44 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:44 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:44 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:45 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:47:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:45 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:45 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:45 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:45 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:45 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:46 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:47:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:46 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:46 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:46 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:46 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:46 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:47 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:47:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:47 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:47 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:47 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:47 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:48 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:48 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:47:48 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:48 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:48 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:48 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:49 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:49 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:49 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:49 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:47:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:49 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:49 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:49 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:49 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:49 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:49 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:49 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:50 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:50 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:47:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:50 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:50 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:50 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:51 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:51 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:51 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:47:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:51 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:51 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:51 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:52 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:52 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:52 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:47:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:52 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:52 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:53 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:53 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:53 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:53 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:47:53 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:53 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:54 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:54 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:54 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:54 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:47:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:54 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:54 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:55 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:55 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:55 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:55 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:47:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:55 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:56 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:56 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:56 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:56 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:56 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:47:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:56 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:57 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:57 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:57 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:57 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:57 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:47:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:57 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:58 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:58 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:58 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:58 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:58 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:47:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:59 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:47:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:59 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:47:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:59 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:47:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:59 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:47:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:59 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:47:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:59 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:47:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:47:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:00 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:48:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:48:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:00 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:48:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:48:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:00 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:48:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:48:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:00 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:48:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:48:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:00 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:48:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:48:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:00 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:48:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:01 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:48:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:48:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:01 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:48:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:48:01 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:48:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:48:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:01 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:48:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:48:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:01 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:48:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:48:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:02 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:48:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:02 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:48:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:48:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:02 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:48:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:48:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:02 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:48:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:48:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:02 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:48:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:48:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:02 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:48:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:48:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:03 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:48:03 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:48:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:48:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:03 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:48:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:48:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:03 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:48:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:48:03 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:48:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:48:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:04 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:48:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:48:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:04 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:48:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:04 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:48:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:48:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:04 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:48:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:48:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:04 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:48:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:48:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:04 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:48:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:48:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:05 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:48:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:48:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:05 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:48:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:05 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:48:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:48:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:05 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:48:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:48:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:05 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:48:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:48:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:05 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:48:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:48:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:06 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:48:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:48:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:06 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:48:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:06 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:48:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:48:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:06 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:48:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:48:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:06 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:48:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:48:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:06 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:48:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:48:07 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:48:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:48:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:07 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:48:07 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:48:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:48:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:07 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:48:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:48:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:07 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:48:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:48:08 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:48:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:48:08 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:48:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:48:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:08 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:48:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:08 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:48:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:48:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:08 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:48:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:48:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:08 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:48:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:48:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:09 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:48:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:48:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:09 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:48:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:48:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:09 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:48:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:09 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:48:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:48:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:09 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:48:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:48:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:09 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:48:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:48:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:10 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:48:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:48:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:10 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:48:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:48:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:10 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:48:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:10 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:48:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:48:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:10 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:48:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:48:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:11 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:48:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:48:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:11 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:48:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:48:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:11 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:48:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:48:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:12 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:48:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:12 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:48:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:48:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:12 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:48:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:48:12 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:48:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:48:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:12 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:48:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:48:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:12 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:48:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:48:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:13 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:48:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:13 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:48:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:48:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:13 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:48:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:48:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:13 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:48:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:48:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:13 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:48:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:48:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:13 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:48:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:48:14 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:48:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:14 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:48:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:48:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:14 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:48:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:48:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:14 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:48:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:48:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:15 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:48:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:15 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:48:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:15 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:48:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:15 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:48:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:15 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:48:15 --> Severity: Notice --> Undefined variable: openingbalance C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 6 -ERROR - 2019-01-09 11:48:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:16 --> Severity: Notice --> Undefined variable: openingbalance C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 6 -ERROR - 2019-01-09 11:48:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:16 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:48:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:16 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 6 -ERROR - 2019-01-09 11:48:16 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 6 -ERROR - 2019-01-09 11:48:17 --> Severity: Notice --> Undefined variable: openingbalance C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 6 -ERROR - 2019-01-09 11:48:17 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 10 -ERROR - 2019-01-09 11:48:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:48:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:17 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 10 -ERROR - 2019-01-09 11:48:17 --> Severity: Notice --> Undefined variable: openingbalance C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 6 -ERROR - 2019-01-09 11:48:17 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 6 -ERROR - 2019-01-09 11:48:17 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 10 -ERROR - 2019-01-09 11:48:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:17 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 10 -ERROR - 2019-01-09 11:48:17 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 6 -ERROR - 2019-01-09 11:48:17 --> Severity: Notice --> Undefined variable: openingbalance C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 6 -ERROR - 2019-01-09 11:48:17 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 10 -ERROR - 2019-01-09 11:48:17 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 10 -ERROR - 2019-01-09 11:48:17 --> Severity: Notice --> Undefined variable: customerledger C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 138 -ERROR - 2019-01-09 11:48:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:17 --> Severity: Notice --> Undefined variable: customerledger C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 138 -ERROR - 2019-01-09 11:48:17 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:48:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:17 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 6 -ERROR - 2019-01-09 11:48:17 --> Severity: Notice --> Undefined variable: openingbalance C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 6 -ERROR - 2019-01-09 11:48:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:48:17 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 138 -ERROR - 2019-01-09 11:48:17 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 6 -ERROR - 2019-01-09 11:48:17 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 138 -ERROR - 2019-01-09 11:48:17 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 10 -ERROR - 2019-01-09 11:48:18 --> Severity: Notice --> Undefined variable: openingbalance C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 6 -ERROR - 2019-01-09 11:48:18 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 10 -ERROR - 2019-01-09 11:48:18 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 10 -ERROR - 2019-01-09 11:48:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:18 --> Severity: Notice --> Undefined variable: customerledger C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 138 -ERROR - 2019-01-09 11:48:18 --> Severity: Notice --> Undefined variable: customerledger C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 138 -ERROR - 2019-01-09 11:48:18 --> Severity: Notice --> Undefined variable: openingbalance C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 6 -ERROR - 2019-01-09 11:48:18 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 10 -ERROR - 2019-01-09 11:48:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:18 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 6 -ERROR - 2019-01-09 11:48:18 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:48:18 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 10 -ERROR - 2019-01-09 11:48:18 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 138 -ERROR - 2019-01-09 11:48:18 --> Severity: Notice --> Undefined variable: clientname C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 143 -ERROR - 2019-01-09 11:48:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:18 --> Severity: Notice --> Undefined variable: clientname C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 143 -ERROR - 2019-01-09 11:48:18 --> Severity: Notice --> Undefined variable: openingbalance C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 6 -ERROR - 2019-01-09 11:48:18 --> Severity: Notice --> Undefined variable: openingbalance C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 6 -ERROR - 2019-01-09 11:48:18 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 10 -ERROR - 2019-01-09 11:48:18 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 6 -ERROR - 2019-01-09 11:48:18 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 10 -ERROR - 2019-01-09 11:48:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:18 --> Severity: Notice --> Undefined variable: tot_amount C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 144 -ERROR - 2019-01-09 11:48:18 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 138 -ERROR - 2019-01-09 11:48:18 --> Severity: Notice --> Undefined variable: tot_amount C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 144 -ERROR - 2019-01-09 11:48:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:18 --> Severity: Notice --> Undefined variable: customerledger C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 138 -ERROR - 2019-01-09 11:48:18 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 6 -ERROR - 2019-01-09 11:48:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:18 --> Severity: Notice --> Undefined variable: supplierid C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 148 -ERROR - 2019-01-09 11:48:18 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:48:18 --> Severity: Notice --> Undefined variable: customerledger C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 138 -ERROR - 2019-01-09 11:48:18 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 10 -ERROR - 2019-01-09 11:48:18 --> Severity: Notice --> Undefined variable: clientname C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 143 -ERROR - 2019-01-09 11:48:18 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 6 -ERROR - 2019-01-09 11:48:18 --> Severity: Notice --> Undefined variable: supplierid C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 148 -ERROR - 2019-01-09 11:48:18 --> Severity: Notice --> Undefined variable: suppliername C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 149 -ERROR - 2019-01-09 11:48:18 --> Severity: Notice --> Undefined variable: customerledger C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 138 -ERROR - 2019-01-09 11:48:18 --> Severity: Notice --> Undefined variable: tot_amount C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 144 -ERROR - 2019-01-09 11:48:18 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 138 -ERROR - 2019-01-09 11:48:18 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 10 -ERROR - 2019-01-09 11:48:18 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:48:18 --> Severity: Notice --> Undefined variable: clientname C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 143 -ERROR - 2019-01-09 11:48:18 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 138 -ERROR - 2019-01-09 11:48:18 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 10 -ERROR - 2019-01-09 11:48:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:18 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 10 -ERROR - 2019-01-09 11:48:18 --> Severity: Notice --> Undefined variable: supplierid C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 148 -ERROR - 2019-01-09 11:48:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:18 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 10 -ERROR - 2019-01-09 11:48:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:19 --> Severity: Notice --> Undefined variable: tot_amount C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 144 -ERROR - 2019-01-09 11:48:19 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 138 -ERROR - 2019-01-09 11:48:19 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 10 -ERROR - 2019-01-09 11:48:19 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:48:19 --> Severity: Notice --> Undefined variable: suppliername C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 149 -ERROR - 2019-01-09 11:48:19 --> Severity: Notice --> Undefined variable: clientname C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 143 -ERROR - 2019-01-09 11:48:19 --> Severity: Notice --> Undefined variable: clientname C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 143 -ERROR - 2019-01-09 11:48:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:19 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 10 -ERROR - 2019-01-09 11:48:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:19 --> Severity: Notice --> Undefined variable: suppliername C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 149 -ERROR - 2019-01-09 11:48:19 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:48:19 --> Severity: Notice --> Undefined variable: clientname C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 143 -ERROR - 2019-01-09 11:48:19 --> Severity: Notice --> Undefined variable: tot_amount C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 144 -ERROR - 2019-01-09 11:48:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:19 --> Severity: Notice --> Undefined variable: customerledger C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 138 -ERROR - 2019-01-09 11:48:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:19 --> Severity: Notice --> Undefined variable: supplierid C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 148 -ERROR - 2019-01-09 11:48:19 --> Severity: Notice --> Undefined variable: tot_amount C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 144 -ERROR - 2019-01-09 11:48:19 --> Severity: Notice --> Undefined variable: customerledger C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 138 -ERROR - 2019-01-09 11:48:19 --> Severity: Notice --> Undefined variable: customerledger C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 138 -ERROR - 2019-01-09 11:48:19 --> Severity: Notice --> Undefined variable: supplierid C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 148 -ERROR - 2019-01-09 11:48:19 --> Severity: Notice --> Undefined variable: suppliername C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 149 -ERROR - 2019-01-09 11:48:19 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 138 -ERROR - 2019-01-09 11:48:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:19 --> Severity: Notice --> Undefined variable: tot_amount C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 144 -ERROR - 2019-01-09 11:48:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:19 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 138 -ERROR - 2019-01-09 11:48:19 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:48:19 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 138 -ERROR - 2019-01-09 11:48:19 --> Severity: Notice --> Undefined variable: supplierid C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 148 -ERROR - 2019-01-09 11:48:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:19 --> Severity: Notice --> Undefined variable: suppliername C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 149 -ERROR - 2019-01-09 11:48:19 --> Severity: Notice --> Undefined variable: clientname C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 143 -ERROR - 2019-01-09 11:48:19 --> Severity: Notice --> Undefined variable: clientname C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 143 -ERROR - 2019-01-09 11:48:19 --> Severity: Notice --> Undefined variable: supplierid C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 148 -ERROR - 2019-01-09 11:48:19 --> Severity: Notice --> Undefined variable: tot_amount C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 144 -ERROR - 2019-01-09 11:48:19 --> Severity: Notice --> Undefined variable: clientname C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 143 -ERROR - 2019-01-09 11:48:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:20 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:48:20 --> Severity: Notice --> Undefined variable: suppliername C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 149 -ERROR - 2019-01-09 11:48:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:20 --> Severity: Notice --> Undefined variable: supplierid C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 148 -ERROR - 2019-01-09 11:48:20 --> Severity: Notice --> Undefined variable: tot_amount C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 144 -ERROR - 2019-01-09 11:48:20 --> Severity: Notice --> Undefined variable: tot_amount C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 144 -ERROR - 2019-01-09 11:48:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:20 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:48:20 --> Severity: Notice --> Undefined variable: suppliername C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 149 -ERROR - 2019-01-09 11:48:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:20 --> Severity: Notice --> Undefined variable: suppliername C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 149 -ERROR - 2019-01-09 11:48:20 --> Severity: Notice --> Undefined variable: supplierid C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 148 -ERROR - 2019-01-09 11:48:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:20 --> Severity: Notice --> Undefined variable: supplierid C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 148 -ERROR - 2019-01-09 11:48:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:21 --> Severity: Notice --> Undefined variable: suppliername C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 149 -ERROR - 2019-01-09 11:48:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:23 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:48:23 --> Severity: Notice --> Undefined variable: suppliername C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 149 -ERROR - 2019-01-09 11:48:23 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:48:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:48:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:25 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:48:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:48:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:25 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:48:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:48:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:25 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:48:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:48:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:25 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:48:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:25 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:48:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:48:25 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:48:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:48:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:25 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:48:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:48:25 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:48:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:48:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:26 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:48:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:48:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:26 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:48:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:26 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:48:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:48:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:26 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:48:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:48:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:27 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:48:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:27 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:48:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:27 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:48:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:27 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:48:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:27 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:48:27 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:48:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:27 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:48:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:27 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:48:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:28 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:48:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:28 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:48:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:28 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:48:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:28 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:48:28 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:48:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:28 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:48:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:28 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:48:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:28 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:48:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:28 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:48:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:29 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:48:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:29 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:48:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:48:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:29 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:48:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:48:29 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:48:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:48:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:30 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:48:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:48:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:30 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:48:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:48:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:30 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:48:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:30 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:48:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:48:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:30 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:48:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:48:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:31 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:48:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:48:31 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:48:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:48:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:31 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:48:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:48:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:31 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:48:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:31 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:48:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:48:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:32 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:48:32 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:48:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:32 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:48:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:32 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:48:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:32 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:48:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:32 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:48:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:32 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:48:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:33 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:48:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:33 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:48:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:33 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:48:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:33 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:48:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:34 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:48:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:34 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:48:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:34 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:48:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:34 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:48:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:34 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:48:34 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:48:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:34 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:48:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:48:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:35 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:48:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:35 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:48:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:48:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:35 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:48:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:48:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:35 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:48:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:48:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:36 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:48:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:48:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:36 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:48:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:48:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:36 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:48:36 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:48:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:48:36 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:48:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:48:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:36 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:48:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:48:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:37 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:48:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:48:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:37 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:48:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:48:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:37 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:48:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:37 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:48:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:48:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:37 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:48:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:48:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:38 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:48:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:48:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:38 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:48:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:48:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:38 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:48:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:48:38 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:48:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:38 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:48:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:48:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:39 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:48:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:48:39 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:48:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:48:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:39 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:48:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:48:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:39 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:48:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:48:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:40 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:48:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:40 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:48:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:48:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:40 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:48:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:48:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:41 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:48:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:41 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:48:41 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:48:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:41 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:48:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:42 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:48:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:48:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:42 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:48:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:42 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:48:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:48:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:42 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:48:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:48:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:42 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:48:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:48:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:42 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:48:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:48:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:43 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:48:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:48:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:43 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:48:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:43 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:48:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:48:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:43 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:48:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:48:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:44 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:48:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:48:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:44 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:48:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:48:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:45 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:48:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:48:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:45 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:48:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:45 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:48:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:48:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:45 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:48:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:48:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:45 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:48:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:48:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:45 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:48:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:48:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:46 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:48:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:48:46 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:48:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:46 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:48:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:48:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:46 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:48:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:48:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:46 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:48:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:48:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:47 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:48:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:48:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:47 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:48:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:48:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:47 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:48:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:47 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:48:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:48:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:48 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:48:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:48:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:48 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:48:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:48:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:48 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:48:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:48:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:48 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:48:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:48:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:49 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:48:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:49 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:48:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:49 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:48:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:49 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:48:49 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:48:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:49 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:48:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:49 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:48:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:49 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:48:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:48:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:50 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:48:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:48:50 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:48:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:50 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:48:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:48:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:51 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:48:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:48:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:51 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:48:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:48:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:51 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:48:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:48:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:51 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:48:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:48:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:52 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:48:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:52 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:48:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:48:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:52 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:48:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:48:52 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:48:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:48:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:53 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:48:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:48:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:53 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:48:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:48:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:53 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:48:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:53 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:48:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:48:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:53 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:48:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:48:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:54 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:48:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:48:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:54 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:48:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:48:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:54 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:48:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:48:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:54 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:48:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:54 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:48:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:48:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:54 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:48:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:48:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:55 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:48:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:48:55 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:48:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:48:55 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:48:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:48:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:55 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:48:56 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:48:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:48:56 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:48:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:48:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:56 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:48:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:48:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:56 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:48:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:48:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:57 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:48:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:48:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:57 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:48:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:57 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:48:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:48:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:57 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:48:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:48:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:57 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:48:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:48:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:58 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:48:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:48:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:58 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:48:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:48:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:58 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:48:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:58 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:48:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:48:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:59 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:48:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:48:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:59 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:48:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:48:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:59 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:48:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:48:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:59 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:48:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:48:59 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:48:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:48:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:00 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:49:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:49:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:00 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:49:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:49:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:00 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:49:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:49:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:00 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:49:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:49:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:00 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:49:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:49:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:01 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:49:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:01 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:49:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:49:01 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:49:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:49:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:01 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:49:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:49:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:01 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:49:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:49:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:01 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:49:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:49:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:02 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:49:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:02 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:49:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:49:02 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:49:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:49:02 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:49:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:49:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:02 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:49:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:49:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:03 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:49:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:49:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:03 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:49:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:03 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:49:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:49:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:03 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:49:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:49:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:03 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:49:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:49:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:04 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:49:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:49:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:04 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:49:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:49:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:04 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:49:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:05 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:49:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:49:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:05 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:49:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:49:05 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:49:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:49:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:06 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:49:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:49:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:06 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:49:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:49:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:07 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:49:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:07 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:49:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:49:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:07 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:49:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:49:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:07 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:49:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:49:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:07 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:49:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:49:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:08 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:49:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:49:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:08 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:49:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:08 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:49:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:49:08 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:49:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:49:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:08 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:49:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:49:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:09 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:49:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:49:09 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:49:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:49:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:09 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:49:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:09 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:49:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:49:09 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:49:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:49:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:09 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:49:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:49:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:10 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:49:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:49:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:10 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:49:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:49:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:10 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:49:10 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:49:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:49:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:10 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:49:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:49:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:11 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:49:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:49:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:11 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:49:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:49:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:11 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:49:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:49:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:11 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:49:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:11 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:49:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:49:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:11 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:49:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:49:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:12 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:49:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:49:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:12 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:49:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:49:12 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:49:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:49:13 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:49:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:13 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:49:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:49:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:14 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:49:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:49:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:14 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:49:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:49:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:14 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:49:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:49:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:14 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:49:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:49:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:14 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:49:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:15 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:49:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:15 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:49:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:15 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:49:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:15 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:49:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:15 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:49:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:15 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:49:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:15 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:49:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:15 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:49:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:16 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:49:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:16 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:49:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:16 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:49:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:16 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:49:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:16 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:49:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:16 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:49:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:16 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:49:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:16 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:49:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:16 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:49:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:17 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:49:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:49:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:17 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:49:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:49:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:17 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:49:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:17 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:49:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:49:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:17 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:49:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:49:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:17 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:49:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:18 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:49:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:18 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:49:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:18 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:49:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:18 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:49:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:18 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:49:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:18 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:49:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:18 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:49:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:18 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:49:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:19 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:49:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:19 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:49:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:19 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:49:19 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:49:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:19 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:49:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:19 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:49:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:19 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:49:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:19 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:49:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:20 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:49:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:20 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:49:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:49:20 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:49:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:49:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:20 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:49:20 --> Severity: Notice --> Undefined variable: openingbalance C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 6 -ERROR - 2019-01-09 11:49:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:49:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:20 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:49:21 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 6 -ERROR - 2019-01-09 11:49:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:21 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:49:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:21 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 10 -ERROR - 2019-01-09 11:49:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:21 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:49:21 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 10 -ERROR - 2019-01-09 11:49:21 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:49:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:21 --> Severity: Notice --> Undefined variable: customerledger C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 138 -ERROR - 2019-01-09 11:49:21 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:49:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:21 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:49:21 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 138 -ERROR - 2019-01-09 11:49:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:21 --> Severity: Notice --> Undefined variable: clientname C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 143 -ERROR - 2019-01-09 11:49:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:21 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:49:21 --> Severity: Notice --> Undefined variable: tot_amount C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 144 -ERROR - 2019-01-09 11:49:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:21 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:49:21 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:49:21 --> Severity: Notice --> Undefined variable: supplierid C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 148 -ERROR - 2019-01-09 11:49:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:21 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:49:21 --> Severity: Notice --> Undefined variable: suppliername C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 149 -ERROR - 2019-01-09 11:49:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:22 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:49:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:22 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:49:22 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:49:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:22 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:49:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:23 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:49:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:23 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:49:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:23 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:49:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:23 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:49:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:23 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:49:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:49:24 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:49:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:49:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:24 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:49:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:49:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:25 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:49:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:49:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:25 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:49:25 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:49:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:49:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:26 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:49:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:49:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:26 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:49:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:49:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:26 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:49:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:49:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:26 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:49:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:34 --> Severity: Notice --> Undefined variable: suppliername C:\xampp\htdocs\ria\application\controllers\cashbook.php 1910 -ERROR - 2019-01-09 11:49:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:35 --> Severity: Notice --> Undefined variable: Customer C:\xampp\htdocs\ria\application\controllers\cashbook.php 1916 -ERROR - 2019-01-09 11:49:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:35 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 10 -ERROR - 2019-01-09 11:49:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:36 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 10 -ERROR - 2019-01-09 11:49:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:43 --> Severity: Notice --> Undefined variable: tot_amount C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 144 -ERROR - 2019-01-09 11:49:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:43 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:49:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:43 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:49:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:49:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:43 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:49:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:49:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:43 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:49:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:49:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:44 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:49:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:49:44 --> Severity: Notice --> Undefined variable: tot_balance C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 353 -ERROR - 2019-01-09 11:49:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:44 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:49:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:49:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:44 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:49:44 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:49:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:49:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:45 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:49:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:49:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:45 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:49:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:49:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:45 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:49:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:49:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:45 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:49:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:49:46 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:49:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:46 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:49:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:49:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:46 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:49:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:49:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:47 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:49:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:49:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:47 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:49:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:49:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:47 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:49:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:49:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:47 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:49:47 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:49:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:49:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:48 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:49:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:49:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:48 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:49:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:49:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:48 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:49:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:49 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:49:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:49 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:49:49 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:49:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:49 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:49:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:49 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:49:49 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:49:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:50 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:49:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:49:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:50 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:49:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:49:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:50 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:49:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:49:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:51 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:49:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:49:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:51 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:49:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:51 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:49:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:49:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:51 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:49:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:49:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:52 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:49:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:49:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:52 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:49:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:49:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:52 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:49:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:49:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:52 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:49:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:52 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:49:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:49:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:53 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:49:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:49:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:53 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:49:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:49:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:53 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:49:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:49:54 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:49:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:49:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:54 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:49:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:54 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:49:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:49:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:55 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:49:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:49:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:56 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:49:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:49:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:56 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:49:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:49:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:57 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:49:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:49:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:57 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:49:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:57 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:49:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:49:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:58 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:49:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:49:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:58 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:49:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:49:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:59 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:49:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:49:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:59 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:49:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:49:59 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:49:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:49:59 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:49:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:00 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:00 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:00 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:01 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:01 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:50:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:01 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:01 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:02 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:02 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:02 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:03 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:50:03 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:03 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:03 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:03 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:04 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:04 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:50:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:04 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:04 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:04 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:05 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:05 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:05 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:50:05 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:05 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:06 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:06 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:06 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:06 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:50:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:07 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:07 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:07 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:07 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:08 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:08 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:50:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:08 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:08 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:08 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:09 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:09 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:09 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:50:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:09 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:10 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:10 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:10 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:10 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:11 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:50:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:11 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:11 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:11 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:11 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:12 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:12 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:50:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:12 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:12 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:12 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:13 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:13 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:13 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:50:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:13 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:14 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:14 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:14 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:14 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:14 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:50:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:15 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:15 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:15 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:15 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:15 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:15 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:15 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:15 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:16 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:16 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:16 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:50:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:16 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:16 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:16 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:16 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:16 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:17 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:17 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:17 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:50:17 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:17 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:18 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:18 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:18 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:18 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:18 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:18 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:18 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:18 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:50:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:19 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:19 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:19 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:19 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:19 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:19 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:19 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:19 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:20 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:20 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:50:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:20 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:20 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:20 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:21 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:21 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:21 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:21 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:21 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:50:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:21 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:21 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:21 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:22 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:22 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:22 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:22 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:22 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:22 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:22 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:22 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:50:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:23 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:23 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:23 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:23 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:23 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:23 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:23 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:23 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:23 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:24 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:50:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:24 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:24 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:24 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:25 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:25 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:25 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:50:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:25 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:25 --> Severity: Notice --> Undefined variable: tot_amount C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 144 -ERROR - 2019-01-09 11:50:25 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:26 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:50:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:26 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:26 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:26 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:26 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:26 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:26 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:26 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:26 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:50:27 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:27 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:27 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:27 --> Severity: Notice --> Undefined variable: tot_balance C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 353 -ERROR - 2019-01-09 11:50:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:27 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:27 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:27 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:27 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:27 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:50:27 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:27 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:27 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:27 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:27 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:27 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:27 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:28 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:28 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:28 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:28 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:28 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:28 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:50:28 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:28 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:28 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:28 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:28 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:28 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:28 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:28 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:28 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:28 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:50:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:29 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:29 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:29 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:29 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:29 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:29 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:50:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:29 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:29 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:30 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:30 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:30 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:30 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:50:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:30 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:30 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:30 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:30 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:30 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:31 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:50:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:31 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:31 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:31 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:31 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:31 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:50:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:31 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:31 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:31 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:31 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:32 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:32 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:32 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:32 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:32 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:32 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:32 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:50:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:32 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:32 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:32 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:32 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:32 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:32 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:32 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:32 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:32 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:50:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:33 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:33 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:33 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:33 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:33 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:33 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:33 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:33 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:33 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:33 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:33 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:33 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:50:33 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:33 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:33 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:34 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:34 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:34 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:34 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:34 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:34 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:34 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:50:34 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:34 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:34 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:34 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:34 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:34 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:34 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:34 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:34 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:35 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:35 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:50:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:35 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:35 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:35 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:35 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:35 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:35 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:50:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:35 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:36 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:36 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:36 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:36 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:36 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:50:36 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:36 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:37 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:37 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:37 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:50:37 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:37 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:37 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:37 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:37 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:37 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:38 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:50:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:38 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:38 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:38 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:38 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:38 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:38 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:50:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:38 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:38 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:39 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:39 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:39 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:39 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:50:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:39 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:39 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:40 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:40 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:40 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:40 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:50:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:40 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:40 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:40 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:40 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:40 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:41 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:41 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:50:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:41 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:41 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:41 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:41 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:41 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:41 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:41 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:41 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:41 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:41 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:50:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:41 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:41 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:41 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:41 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:42 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:42 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:42 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:42 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:50:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:42 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:42 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:42 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:42 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:43 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:43 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:50:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:43 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:43 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:43 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:43 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:43 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:44 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:50:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:44 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:44 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:44 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:44 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:44 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:50:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:44 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:44 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:45 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:45 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:45 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:45 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:45 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:50:45 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:45 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:45 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:45 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:46 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:50:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:46 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:46 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:46 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:46 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:46 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:46 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:46 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:46 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:50:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:47 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:47 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:47 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:47 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:47 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:50:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:47 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:47 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:47 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:48 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:48 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:48 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:50:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:48 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:48 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:48 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:48 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:49 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:49 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:50:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:49 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:49 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:49 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:49 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:49 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:49 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:49 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:49 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:49 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:49 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:49 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:49 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:50:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:49 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:49 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:50 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:50 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:50 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:50:50 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:50 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:50 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:50 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:50 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:51 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:51 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:50:51 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:51 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:51 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:51 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:51 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:51 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:50:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:51 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:52 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:52 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:52 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:52 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:52 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:50:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:52 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:52 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:52 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:52 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:53 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:50:53 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:53 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:53 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:53 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:53 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:53 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:53 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:50:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:54 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:54 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:54 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:54 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:54 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:54 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:50:54 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:54 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:54 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:55 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:55 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:55 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:50:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:55 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:55 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:55 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:55 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:55 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:55 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:50:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:56 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:56 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:56 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:56 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:56 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:56 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:50:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:56 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:56 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:57 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:57 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:57 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:57 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:50:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:57 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:57 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:58 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:58 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:58 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:58 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:50:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:58 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:58 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:58 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:58 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:59 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:59 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:50:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:59 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:59 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:59 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:50:59 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:59 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:50:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:59 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:50:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:50:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:50:59 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:50:59 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:50:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:51:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:51:00 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:51:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:00 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:51:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:51:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:51:00 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:51:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:00 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:51:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:51:00 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:51:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:00 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:51:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:51:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:00 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:51:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:51:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:01 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:51:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:51:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:51:01 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:51:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:51:01 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:51:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:01 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:51:01 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:51:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:51:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:51:01 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:51:01 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:51:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:51:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:51:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:01 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:51:01 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:51:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:02 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:51:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:51:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:51:02 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:51:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:51:02 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:51:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:51:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:02 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:51:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:51:02 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:51:02 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:51:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:51:02 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:51:02 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:51:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:51:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:51:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:03 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:51:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:03 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:51:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:51:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:51:03 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:51:03 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:51:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:03 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:51:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:51:03 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:51:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:51:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:51:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:03 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:51:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:03 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:51:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:51:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:51:04 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:51:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:51:04 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:51:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:04 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:51:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:04 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:51:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:51:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:51:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:04 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:51:04 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:51:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:51:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:51:04 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:51:04 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:51:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:51:04 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:51:05 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:51:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:51:05 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:51:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:51:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:51:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:05 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:51:05 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:51:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:51:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:51:05 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:51:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:05 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:51:05 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:51:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:51:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:51:05 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:51:05 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:51:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:51:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:51:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:06 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:51:06 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:51:06 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:51:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:51:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:06 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:51:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:51:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:06 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:51:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:51:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:07 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:51:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:51:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:07 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:51:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:51:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:07 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:51:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:07 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:51:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:51:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:08 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:51:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:51:08 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:51:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:51:08 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:51:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:51:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:08 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:51:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:51:09 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:51:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:09 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:51:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:51:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:09 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:51:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:51:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:09 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:51:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:51:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:10 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:51:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:51:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:10 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:51:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:51:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:10 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:51:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:10 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:51:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:51:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:10 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:51:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:51:11 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:51:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:51:11 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:51:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:51:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:11 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:51:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:51:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:12 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:51:12 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:51:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:51:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:12 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:51:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:51:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:12 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:51:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:51:12 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:51:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:51:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:13 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:51:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:51:13 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:51:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:13 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:51:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:51:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:13 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:51:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:51:14 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:51:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:51:14 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:51:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:51:14 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:51:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:51:14 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:51:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:15 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:51:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:15 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:51:15 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:51:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:15 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:51:15 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:51:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:15 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:51:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:15 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:51:15 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:51:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:16 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:51:16 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:51:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:16 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:51:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:16 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:51:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:16 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:51:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:16 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:51:16 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:51:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:17 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:51:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:51:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:17 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:51:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:51:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:17 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:51:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:51:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:17 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:51:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:17 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:51:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:18 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:51:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:18 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:51:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:18 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:51:18 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:51:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:18 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:51:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:18 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:51:18 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:51:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:19 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:51:19 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:51:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:19 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:51:19 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:51:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:19 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:51:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:19 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:51:19 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:51:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:19 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:51:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:51:20 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:51:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:51:20 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:51:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:51:20 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:51:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:20 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:51:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:51:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:21 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:51:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:21 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:51:21 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:51:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:21 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:51:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:21 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:51:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:21 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:51:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:21 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:51:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:22 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:51:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:22 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:51:22 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:51:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:22 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:51:22 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:51:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:22 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:51:22 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:51:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:22 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:51:23 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:51:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:23 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:51:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:23 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:51:23 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:51:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:23 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:51:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:23 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:51:23 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:51:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:24 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:51:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:51:24 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:51:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:51:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:24 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:51:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:51:24 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:51:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:51:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:25 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:51:25 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:51:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:51:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:25 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:51:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:51:25 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:51:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:51:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:25 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:51:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:51:26 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:51:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:51:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:26 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:51:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:26 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:51:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:51:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:26 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:51:27 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:51:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:27 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:51:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:27 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:51:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:27 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:51:27 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:51:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:27 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:51:27 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:51:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:27 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:51:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:28 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:51:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:28 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:51:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:28 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:51:28 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:51:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:28 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:51:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:28 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:51:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:28 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:51:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 11:51:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:29 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:51:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 11:51:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:29 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 11:51:29 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:51:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 11:51:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:29 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:51:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 11:51:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:30 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 11:51:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:51:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:38 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:52:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:35 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:36 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:37 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:39 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:40 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:41 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:42 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:43 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:44 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:45 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:46 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:47 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:48 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:49 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:50 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:51 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:52 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:53 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:54 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:55 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:56 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:57 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:58 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:53:59 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:00 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:01 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:02 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:18 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 11:54:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:02:58 --> Severity: Notice --> Undefined variable: openingbalance C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 6 -ERROR - 2019-01-09 12:02:59 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 6 -ERROR - 2019-01-09 12:02:59 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 10 -ERROR - 2019-01-09 12:02:59 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 10 -ERROR - 2019-01-09 12:02:59 --> Severity: Notice --> Undefined variable: customerledger C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 138 -ERROR - 2019-01-09 12:02:59 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 138 -ERROR - 2019-01-09 12:02:59 --> Severity: Notice --> Undefined variable: clientname C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 143 -ERROR - 2019-01-09 12:02:59 --> Severity: Notice --> Undefined variable: tot_amount C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 144 -ERROR - 2019-01-09 12:03:00 --> Severity: Notice --> Undefined variable: supplierid C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 148 -ERROR - 2019-01-09 12:03:00 --> Severity: Notice --> Undefined variable: suppliername C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 149 -ERROR - 2019-01-09 12:06:38 --> Severity: Notice --> Undefined variable: suppliername C:\xampp\htdocs\ria\application\controllers\cashbook.php 1910 -ERROR - 2019-01-09 12:06:39 --> Severity: Notice --> Undefined variable: Customer C:\xampp\htdocs\ria\application\controllers\cashbook.php 1916 -ERROR - 2019-01-09 12:06:39 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 10 -ERROR - 2019-01-09 12:06:39 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 10 -ERROR - 2019-01-09 12:06:40 --> Severity: Notice --> Undefined variable: clientname C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 143 -ERROR - 2019-01-09 12:06:40 --> Severity: Notice --> Undefined variable: tot_amount C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 144 -ERROR - 2019-01-09 12:07:02 --> Severity: Notice --> Undefined variable: suppliername C:\xampp\htdocs\ria\application\controllers\cashbook.php 1910 -ERROR - 2019-01-09 12:07:02 --> Severity: Notice --> Undefined variable: Customer C:\xampp\htdocs\ria\application\controllers\cashbook.php 1916 -ERROR - 2019-01-09 12:07:03 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 10 -ERROR - 2019-01-09 12:07:03 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 10 -ERROR - 2019-01-09 12:07:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:07:03 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:07:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:07:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:07:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:07:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:07:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:07:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:07:04 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:07:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:07:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:07:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:07:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:07:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:07:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:07:05 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:07:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:07:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:07:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:07:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:07:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:07:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:07:06 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:07:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:07:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:07:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:07:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:07:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:07:07 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:07:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:07:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:07:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:07:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:07:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:07:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:07:08 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:07:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:07:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:07:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:07:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:07:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:07:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:07:09 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:07:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:07:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:07:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:07:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:07:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:07:10 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:07:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:07:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:07:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:07:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:07:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:07:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:07:11 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:07:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:07:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:07:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:07:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:07:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:07:12 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:07:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:07:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:07:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:07:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:07:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:07:13 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:07:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:07:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:07:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:07:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:07:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:07:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:07:14 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:07:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:07:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:07:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:07:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:07:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:07:15 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:07:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:07:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:07:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:07:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:07:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:07:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:07:16 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:07:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:07:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:07:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:07:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:07:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:07:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:07:17 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:07:18 --> Severity: Notice --> Undefined variable: tot_amount C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 144 -ERROR - 2019-01-09 12:07:18 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:07:18 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:07:18 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:07:18 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:07:18 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:07:18 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:07:19 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:07:19 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:07:19 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:07:19 --> Severity: Notice --> Undefined variable: tot_balance C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 353 -ERROR - 2019-01-09 12:07:19 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:07:19 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:07:19 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:07:20 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:07:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:07:20 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:07:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:07:20 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:07:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:07:20 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:07:21 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:07:21 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:07:21 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:07:21 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:07:21 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:07:21 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:07:21 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:07:22 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:07:22 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:07:22 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:07:22 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:07:22 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:07:23 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:07:23 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:07:23 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:07:23 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:07:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:07:24 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:07:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:07:24 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:07:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:07:25 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:07:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:07:25 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:07:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:07:25 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:07:26 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:07:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:07:26 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:07:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:07:26 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:07:27 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:07:27 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:07:27 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:07:27 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:07:27 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:07:27 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:07:28 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:07:28 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:07:28 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:07:28 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:07:28 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:07:28 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:07:29 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:07:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:07:29 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:07:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:07:29 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:07:29 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:07:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:07:30 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:07:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:07:30 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:07:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:07:30 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:07:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:07:31 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:07:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:07:31 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:07:31 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:07:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:07:32 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:07:32 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:07:32 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:07:32 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:07:32 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:07:32 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:07:33 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:07:33 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:07:33 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:07:33 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:07:33 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:07:34 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:07:34 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:07:34 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:07:34 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:07:34 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:07:34 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:07:35 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:07:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:07:35 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:07:35 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:07:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:07:35 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:07:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:07:36 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:07:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:07:36 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:07:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:07:36 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:07:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:07:37 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:07:37 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:07:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:07:37 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:07:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:07:38 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:07:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:07:38 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:07:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:07:38 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:07:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:07:39 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:07:39 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:07:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:07:39 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:07:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:07:40 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:07:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:07:40 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:07:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:07:41 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:07:41 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:07:41 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:07:41 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:07:41 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:07:42 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:07:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:07:42 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:07:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:07:42 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:07:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:07:43 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:07:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:07:43 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:07:43 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:07:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:07:44 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:07:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:07:44 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:07:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:07:45 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:07:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:07:45 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:07:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:07:46 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:07:46 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:07:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:07:46 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:07:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:07:47 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:07:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:07:47 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:07:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:07:47 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:07:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:07:48 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:07:48 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:07:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:07:48 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:07:49 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:07:49 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:07:49 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:07:49 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:07:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:07:50 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:07:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:07:50 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:07:50 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:07:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:07:51 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:07:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:07:51 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:07:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:07:52 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:07:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:07:52 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:07:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:07:52 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:07:53 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:07:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:07:53 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:07:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:07:54 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:07:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:07:54 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:07:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:07:54 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:07:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:07:55 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:07:55 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:07:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:07:55 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:07:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:07:56 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:07:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:07:56 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:07:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:07:56 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:07:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:07:56 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:07:57 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:07:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:07:57 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:07:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:07:57 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:07:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:07:58 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:07:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:07:58 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:07:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:07:59 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:07:59 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:07:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:07:59 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:07:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:07:59 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:08:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:08:00 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:08:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:08:00 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:08:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:08:00 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:08:01 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:08:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:08:01 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:08:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:08:01 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:08:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:08:01 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:08:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:08:02 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:08:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:08:02 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:08:02 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:08:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:08:03 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:08:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:08:03 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:08:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:08:03 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:08:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:08:04 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:08:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:08:04 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:08:05 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:08:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:08:05 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:08:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:08:05 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:08:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:08:06 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:08:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:08:06 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:08:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:08:06 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:08:07 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:08:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:08:07 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:08:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:08:07 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:08:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:08:08 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:08:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:08:08 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:08:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:08:08 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:08:08 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:08:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:08:09 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:08:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:08:09 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:08:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:08:09 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:08:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:08:09 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:08:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:08:10 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:08:10 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:08:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:08:10 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:08:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:08:10 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:08:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:08:11 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:08:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:08:11 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:08:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:08:11 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:08:12 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:08:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:08:12 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:08:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:08:12 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:08:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:08:12 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:08:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:08:13 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:08:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:08:13 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:08:13 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:08:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:08:14 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:08:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:08:15 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:08:15 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:08:15 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:08:16 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:08:16 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:08:16 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:08:16 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:08:16 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:08:16 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:08:17 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:08:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:08:17 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:08:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:08:17 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:08:18 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:08:18 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:08:18 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:08:18 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:08:18 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:08:19 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:08:19 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:08:19 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:08:19 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:08:19 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:08:19 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:08:19 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:08:20 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:08:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:08:20 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:08:20 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:08:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:08:20 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:08:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:08:21 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:08:21 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:08:21 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:08:21 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:08:21 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:08:21 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:08:22 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:08:22 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:08:22 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:08:23 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:08:23 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:08:23 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:08:23 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:08:23 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:08:23 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:08:24 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:08:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:08:24 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:08:24 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:08:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:08:24 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:08:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:08:25 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:08:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:08:25 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:08:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:08:25 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:08:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:08:26 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:08:26 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:08:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:08:26 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:08:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:08:26 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:08:27 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:08:27 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:08:27 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:08:27 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:08:27 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:08:27 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:08:27 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:08:28 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:08:28 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:08:28 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:08:28 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:08:28 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:08:28 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:08:28 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:08:29 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:08:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:08:29 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:08:29 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:08:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:08:29 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:08:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:08:30 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:08:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:08:30 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:08:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:08:30 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:08:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:08:31 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:08:31 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:08:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:08:31 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:08:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:08:31 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:08:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:08:32 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:08:32 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:08:32 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:08:32 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:08:32 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:08:32 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:08:33 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:08:33 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:08:33 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:08:33 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:08:33 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:08:33 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:08:33 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:08:34 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:08:34 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:08:34 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:08:34 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:08:34 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:08:34 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:08:34 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:08:35 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:08:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:08:35 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:08:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:08:35 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:08:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:08:35 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:08:36 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:08:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:08:36 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:08:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:08:36 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:08:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:08:37 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:08:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:08:37 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:08:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:08:37 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:08:37 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:08:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:08:38 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:08:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:08:38 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:08:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:08:38 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:08:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:08:38 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:08:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:08:39 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:08:39 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:08:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:08:39 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:08:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:08:39 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:08:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:08:40 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:08:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:08:40 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:08:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:08:40 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:08:40 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:08:41 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:08:41 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:08:41 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:08:41 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:08:41 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:08:41 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:08:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:08:42 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:08:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:08:42 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:08:42 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:08:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:08:43 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:08:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:08:43 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:08:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:08:43 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:08:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:08:44 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:08:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:08:44 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:08:44 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:08:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:08:44 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:08:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:08:45 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:08:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:08:45 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:08:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:08:46 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:08:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:08:46 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:08:46 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:08:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:08:47 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:08:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:08:47 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:08:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:08:47 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:08:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:08:48 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:08:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:08:48 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:08:48 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:08:49 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:08:49 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:08:49 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:08:49 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:08:49 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:08:49 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:08:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:08:50 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:08:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:08:50 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:08:50 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:08:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:08:51 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:08:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:08:51 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:08:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:08:52 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:08:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:08:52 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:08:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:08:52 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:08:52 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:08:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:08:53 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:08:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:08:53 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:08:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:08:53 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:08:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:08:54 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:08:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:08:54 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:08:54 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:08:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:08:55 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:08:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:08:55 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:08:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:08:55 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:08:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:08:56 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:08:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:08:56 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:08:56 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:08:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:08:57 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:08:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:08:57 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:08:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:08:58 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:08:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:08:58 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:08:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:08:58 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:08:58 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:08:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:08:59 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:08:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:08:59 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:08:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:09:00 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:09:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:09:00 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:09:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:09:00 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:09:00 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:09:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:09:01 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:09:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:09:02 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:09:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:09:02 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:09:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:09:02 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:09:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:09:03 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:09:03 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:09:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:09:03 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:09:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:09:04 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:09:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:09:04 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:09:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:09:04 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:09:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:09:05 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:09:05 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:09:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:09:05 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:09:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:09:06 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:09:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:09:06 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:09:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:09:06 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:09:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:09:07 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:09:07 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:09:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:09:07 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:09:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:09:08 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:09:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:09:08 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:09:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:09:08 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:09:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:09:09 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:09:09 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:09:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:09:09 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:09:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:09:10 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:09:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:09:10 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:09:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:09:11 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:09:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:09:11 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:09:12 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:09:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:09:12 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:09:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:09:12 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:09:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:09:13 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:09:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:09:13 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:09:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:09:14 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:09:14 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:09:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:09:14 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:09:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:09:14 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:09:15 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:09:15 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:09:15 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:09:15 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:09:15 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:09:16 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:09:16 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:09:16 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:09:16 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:09:16 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:09:16 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:09:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:09:17 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:09:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:09:17 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:09:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:09:17 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:09:18 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:09:18 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:09:18 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:09:19 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:09:19 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:09:19 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:09:19 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:09:19 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:09:20 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:09:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:09:20 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:09:20 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:09:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:09:20 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:09:21 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:09:21 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:09:21 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:09:21 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:09:21 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:09:22 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:09:22 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:09:22 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:09:22 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:09:22 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:09:22 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:09:23 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:09:23 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:09:23 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:09:23 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:09:23 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:09:23 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:09:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:09:24 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:09:24 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:09:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:09:24 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:09:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:09:25 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:09:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:09:25 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:09:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:09:26 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:09:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:09:26 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:09:26 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:09:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:09:27 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:09:27 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:09:27 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:09:27 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:09:28 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:09:28 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:09:28 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:09:28 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:09:28 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:09:29 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:09:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:09:29 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:09:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:09:29 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:09:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:09:30 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:09:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:09:30 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:09:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:09:30 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:09:31 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:09:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:09:31 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:09:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:09:31 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:09:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:09:32 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:09:32 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:09:32 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:09:32 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:09:32 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:09:32 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:09:33 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:09:33 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:09:33 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:09:33 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:09:33 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:09:33 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:09:34 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:09:34 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:09:34 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:09:34 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:09:34 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:09:34 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:09:35 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:09:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:09:35 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:09:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:09:35 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:09:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:09:35 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:09:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:09:36 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:09:36 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:09:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:09:36 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:09:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:09:37 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:09:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:09:37 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:09:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:09:37 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:09:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:09:38 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:09:38 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:09:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:09:38 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:09:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:09:38 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:09:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:09:39 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:09:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:09:39 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:09:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:09:39 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:09:40 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:09:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:09:40 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:09:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:09:40 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:09:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:09:41 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:09:41 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:09:41 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:09:41 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:09:41 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:09:41 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:09:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:09:42 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:09:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:09:42 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:09:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:09:42 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:09:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:09:43 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:09:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:09:43 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:09:43 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:09:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:09:43 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:09:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:09:44 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:09:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:09:44 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:09:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:09:45 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:09:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:09:45 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:09:45 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:09:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:09:46 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:09:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:09:46 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:09:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:09:46 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:09:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:09:47 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:09:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:09:47 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:09:48 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:09:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:09:48 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:09:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:09:48 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:09:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:09:49 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:09:49 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:09:49 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:09:49 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:09:49 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:09:49 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:09:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:09:50 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:09:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:09:50 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:09:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:09:50 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:09:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:09:51 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:09:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:09:51 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:09:51 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:09:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:09:51 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:09:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:09:52 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:09:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:09:52 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:09:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:09:52 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:09:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:09:53 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:09:53 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:09:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:09:53 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:09:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:09:53 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:09:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:09:54 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:09:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:09:54 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:09:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:09:55 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:09:55 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:09:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:09:55 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:09:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:09:56 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:09:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:09:56 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:09:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:09:56 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:09:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:09:57 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:09:57 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:09:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:09:58 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:09:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:09:58 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:09:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:09:58 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:09:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:09:58 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:09:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:09:59 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:09:59 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:09:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:09:59 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:10:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:10:00 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:10:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:10:00 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:10:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:10:01 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:10:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:10:01 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:10:01 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:10:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:10:02 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:10:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:10:02 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:10:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:10:02 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:10:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:10:03 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:10:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:10:03 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:10:03 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:10:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:10:04 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:10:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:10:04 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:10:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:10:05 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:10:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:10:05 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:10:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:10:05 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:10:05 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:10:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:10:06 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:10:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:10:06 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:10:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:10:06 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:10:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:10:07 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:10:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:10:07 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:10:07 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:10:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:10:08 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:10:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:10:08 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:10:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:10:09 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:10:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:10:09 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:10:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:10:09 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:10:10 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:10:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:10:10 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:10:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:10:10 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:10:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:10:11 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:10:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:10:11 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:10:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:10:12 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:10:12 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:10:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:10:12 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:10:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:10:12 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:10:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:10:13 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:10:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:10:13 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:10:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:10:13 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:10:13 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:10:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:10:14 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:10:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:10:14 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:10:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:10:14 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:10:15 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:10:15 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:10:15 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:10:15 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:10:15 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:10:15 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:10:16 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:10:16 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:10:16 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:10:16 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:10:16 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:10:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:10:17 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:10:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:10:17 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:10:17 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:10:18 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:10:18 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:10:18 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:10:18 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:10:18 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:10:18 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:10:19 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:10:19 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:10:19 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:10:19 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:10:19 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:10:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:10:20 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:10:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:10:20 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:10:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:10:21 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:10:21 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:10:21 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:10:21 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:10:21 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:10:21 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:10:22 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:10:22 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:10:22 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:10:22 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:10:22 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:10:22 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:10:23 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:10:23 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:10:23 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:10:23 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:10:23 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:10:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:10:24 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:10:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:10:24 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:10:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:10:24 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:10:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:10:25 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:10:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:10:38 --> Severity: Warning --> mysqli_connect(): (HY000/1045): Access denied for user 'kasiram9_Siddh'@'103.16.202.153' (using password: YES) C:\xampp\htdocs\ria\system\database\drivers\mysqli\mysqli_driver.php 77 -ERROR - 2019-01-09 12:10:39 --> Unable to connect to the database -ERROR - 2019-01-09 12:11:18 --> Severity: Notice --> Undefined variable: suppliername C:\xampp\htdocs\ria\application\controllers\cashbook.php 1910 -ERROR - 2019-01-09 12:11:19 --> Severity: Notice --> Undefined variable: Customer C:\xampp\htdocs\ria\application\controllers\cashbook.php 1916 -ERROR - 2019-01-09 12:11:19 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 10 -ERROR - 2019-01-09 12:11:19 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 10 -ERROR - 2019-01-09 12:11:19 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:11:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:11:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:11:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:11:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:11:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:11:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:11:20 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:11:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:11:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:11:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:11:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:11:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:11:21 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:11:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:11:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:11:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:11:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:11:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:11:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:11:22 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:11:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:11:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:11:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:11:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:11:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:11:23 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:11:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:11:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:11:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:11:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:11:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:11:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:11:24 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:11:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:11:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:11:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:11:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:11:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:11:25 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:11:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:11:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:11:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:11:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:11:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:11:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:11:26 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:11:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:11:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:11:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:11:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:11:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:11:27 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:11:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:11:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:11:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:11:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:11:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:11:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:11:28 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:11:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:11:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:11:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:11:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:11:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:11:29 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:11:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:11:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:11:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:11:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:11:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:11:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:11:30 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:11:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:11:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:11:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:11:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:11:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:11:31 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:11:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:11:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:11:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:11:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:11:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:11:32 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:11:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:11:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:11:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:11:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:11:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:11:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:11:33 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:11:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:11:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:11:34 --> Severity: Notice --> Undefined property: stdClass::$client_name C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 140 -ERROR - 2019-01-09 12:11:34 --> Severity: Notice --> Undefined variable: tot_amount C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 144 -ERROR - 2019-01-09 12:11:34 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:11:34 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:11:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:11:35 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:11:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:11:35 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:11:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:11:35 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:11:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:11:36 --> Severity: Notice --> Undefined variable: tot_balance C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 353 -ERROR - 2019-01-09 12:11:36 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:11:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:11:36 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:11:36 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:11:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:11:37 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:11:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:11:37 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:11:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:11:37 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:11:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:11:37 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:11:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:11:38 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:11:38 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:11:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:11:38 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:11:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:11:39 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:11:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:11:39 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:11:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:11:39 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:11:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:11:40 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:11:40 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:11:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:11:40 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:11:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:11:40 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:11:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:11:41 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:11:41 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:11:41 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:11:41 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:11:41 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:11:41 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:11:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:11:42 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:11:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:11:42 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:11:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:11:42 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:11:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:11:43 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:11:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:11:43 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:11:43 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:11:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:11:43 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:11:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:11:44 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:11:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:11:44 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:11:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:11:44 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:11:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:11:45 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:11:45 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:11:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:11:45 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:11:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:11:45 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:11:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:11:46 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:11:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:11:46 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:11:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:11:46 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:11:46 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:11:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:11:47 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:11:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:11:47 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:11:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:11:47 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:11:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:11:48 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:11:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:11:48 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:11:48 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:11:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:11:48 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:11:49 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:11:49 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:11:49 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:11:49 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:11:49 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:11:49 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:11:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:11:50 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:11:50 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:11:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:11:50 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:11:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:11:51 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:11:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:11:51 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:11:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:11:51 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:11:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:11:51 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:11:52 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:11:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:11:52 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:11:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:11:52 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:11:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:11:52 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:11:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:11:53 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:11:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:11:53 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:11:53 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:11:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:11:54 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:11:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:11:54 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:11:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:11:54 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:11:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:11:55 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:11:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:11:55 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:11:55 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:11:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:11:55 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:11:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:11:56 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:11:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:11:56 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:11:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:11:56 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:11:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:11:57 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:11:57 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:11:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:11:57 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:11:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:11:57 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:11:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:11:58 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:11:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:11:58 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:11:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:11:58 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:11:58 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:11:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:11:59 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:11:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:11:59 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:11:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:11:59 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:12:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:12:00 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:12:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:12:00 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:12:00 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:12:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:12:00 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:12:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:12:01 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:12:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:12:01 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:12:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:12:01 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:12:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:12:02 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:12:02 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:12:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:12:02 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:12:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:12:03 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:12:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:12:03 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:12:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:12:03 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:12:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:12:03 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:12:04 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:12:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:12:04 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:12:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:12:04 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:12:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:12:05 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:12:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:12:05 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:12:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:12:05 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:12:05 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:12:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:12:06 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:12:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:12:06 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:12:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:12:06 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:12:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:12:07 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:12:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:12:07 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:12:07 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:12:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:12:07 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:12:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:12:08 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:12:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:12:08 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:12:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:12:08 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:12:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:12:09 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:12:09 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:12:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:12:09 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:12:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:12:09 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:12:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:12:10 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:12:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:12:10 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:12:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:12:10 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:12:10 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:12:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:12:11 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:12:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:12:11 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:12:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:12:11 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:12:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:12:12 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:12:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:12:12 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:12:12 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:12:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:12:13 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:12:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:12:13 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:12:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:12:13 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:12:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:12:13 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:12:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:12:14 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:12:14 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:12:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:12:14 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:12:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:12:15 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:12:15 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:12:15 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:12:15 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:12:15 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:12:15 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:12:15 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:12:16 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:12:16 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:12:16 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:12:16 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:12:16 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:12:16 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:12:17 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:12:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:12:17 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:12:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:12:17 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:12:17 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:12:18 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:12:18 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:12:18 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:12:18 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:12:18 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:12:18 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:12:19 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:12:19 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:12:19 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:12:19 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:12:19 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:12:19 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:12:19 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:12:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:12:20 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:12:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:12:20 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:12:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:12:20 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:12:21 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:12:21 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:12:21 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:12:21 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:12:21 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:12:21 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:12:22 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:12:22 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:12:22 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:12:22 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:12:22 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:12:22 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:12:22 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:12:23 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:12:23 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:12:23 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:12:23 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:12:23 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:12:23 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:12:24 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:12:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:12:24 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:12:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:12:24 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:12:24 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:12:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:12:25 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:12:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:12:25 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:12:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:12:25 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:12:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:12:26 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:12:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:12:26 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:12:26 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:12:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:12:26 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:12:27 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:12:27 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:12:27 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:12:27 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:12:27 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:12:27 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:12:27 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:12:28 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:12:28 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:12:28 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:12:28 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:12:28 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:12:28 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:12:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:12:29 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:12:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:12:29 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:12:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:12:29 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:12:30 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:12:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:12:30 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:12:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:12:30 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:12:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:12:31 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:12:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:12:31 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:12:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:12:31 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:12:31 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:12:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:12:32 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:12:32 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:12:32 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:12:32 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:12:32 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:12:32 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:12:33 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:12:33 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:12:33 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:12:33 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:12:33 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:12:33 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:12:34 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:12:34 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:12:34 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:12:34 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:12:34 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:12:34 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:12:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:12:35 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:12:35 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:12:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:12:35 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:12:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:12:36 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:12:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:12:36 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:12:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:12:36 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:12:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:12:37 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:12:37 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:12:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:12:37 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:12:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:12:38 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:12:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:12:38 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:12:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:12:38 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:12:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:12:39 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:12:39 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:12:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:12:39 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:12:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:12:39 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:12:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:12:40 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:12:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:12:40 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:12:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:12:40 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:12:41 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:12:41 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:12:41 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:12:41 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:12:41 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:12:41 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:12:42 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:12:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:12:42 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:12:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:12:42 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:12:42 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:12:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:12:43 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:12:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:12:43 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:12:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:12:43 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:12:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:12:44 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:12:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:12:44 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:12:44 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:12:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:12:44 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:12:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:12:45 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:12:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:12:45 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:12:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:12:45 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:12:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:12:46 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:12:46 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:12:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:12:46 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:12:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:12:46 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:12:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:12:47 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:12:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:12:47 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:12:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:12:47 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:12:48 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:12:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:12:48 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:12:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:12:48 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:12:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:12:48 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:12:49 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:12:49 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:12:49 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:12:49 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:12:49 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:12:49 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:12:50 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:12:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:12:50 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:12:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:12:50 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:12:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:12:51 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:12:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:12:51 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:12:51 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:12:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:12:51 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:12:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:12:52 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:12:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:12:52 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:12:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:12:52 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:12:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:12:53 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:12:53 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:12:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:12:53 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:12:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:12:53 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:12:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:12:54 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:12:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:12:54 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:12:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:12:54 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:12:55 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:12:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:12:55 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:12:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:12:55 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:12:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:12:56 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:12:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:12:56 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:12:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:12:56 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:12:56 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:12:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:12:57 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:12:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:12:57 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:12:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:12:57 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:12:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:12:58 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:12:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:12:58 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:12:58 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:12:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:12:58 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:12:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:12:59 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:12:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:12:59 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:12:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:12:59 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:13:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:13:00 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:13:00 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:13:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:13:00 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:13:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:13:00 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:13:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:13:01 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:13:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:13:01 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:13:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:13:01 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:13:02 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:13:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:13:02 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:13:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:13:02 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:13:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:13:03 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:13:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:13:03 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:13:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:13:03 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:13:03 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:13:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:13:04 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:13:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:13:04 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:13:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:13:04 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:13:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:13:05 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:13:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:13:05 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:13:05 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:13:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:13:05 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:13:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:13:06 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:13:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:13:06 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:13:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:13:07 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:13:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:13:07 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:13:07 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:13:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:13:07 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:13:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:13:08 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:13:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:13:08 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:13:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:13:08 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:13:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:13:09 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:13:09 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:13:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:13:09 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:13:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:13:10 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:13:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:13:10 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:13:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:13:11 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:13:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:13:12 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:13:12 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:13:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:13:13 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:13:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:13:13 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:13:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:13:13 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:13:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:13:14 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:13:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:13:14 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:13:14 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:13:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:13:14 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:13:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:13:15 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:13:15 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:13:15 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:13:15 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:13:15 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:13:15 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:13:16 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:13:16 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:13:16 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:13:16 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:13:16 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:13:16 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:13:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:13:17 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:13:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:13:17 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:13:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:13:18 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:13:18 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:13:18 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:13:18 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:13:18 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:13:18 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:13:19 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:13:19 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:13:19 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:13:19 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:13:19 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:13:19 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:13:20 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:13:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:13:20 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:13:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:13:20 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:13:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:13:21 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:13:21 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:13:21 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:13:21 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:13:21 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:13:21 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:13:22 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:13:22 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:13:22 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:13:22 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:13:22 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:13:22 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:13:23 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:13:23 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:13:23 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:13:23 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:13:23 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:13:23 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:13:24 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:13:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:13:24 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:13:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:13:24 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:13:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:13:25 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:13:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:13:25 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:13:25 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:13:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:13:25 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:13:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:13:26 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:13:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:13:26 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:13:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:13:26 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:13:27 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:13:27 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:13:27 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:13:27 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:13:27 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:13:27 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:13:27 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:13:28 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:13:28 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:13:28 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:13:28 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:13:28 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:13:28 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:13:29 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:13:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:13:29 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:13:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:13:29 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:13:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:13:30 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:13:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:13:30 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:13:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:13:30 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:13:30 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:13:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:13:31 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:13:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:13:31 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:13:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:13:31 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:13:32 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:13:32 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:13:32 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:13:32 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:13:32 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:13:32 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:13:33 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:13:33 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:13:33 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:13:33 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:13:33 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:13:33 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:13:33 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:13:34 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:13:34 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:13:34 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:13:34 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:13:34 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:13:34 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:13:35 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:13:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:13:35 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:13:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:13:35 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:13:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:13:36 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:13:36 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:13:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:13:36 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:13:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:13:36 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:13:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:13:37 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:13:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:13:37 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:13:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:13:37 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:13:37 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:13:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:13:38 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:13:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:13:38 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:13:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:13:38 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:13:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:13:39 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:13:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:13:39 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:13:39 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:13:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:13:40 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:13:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:13:40 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:13:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:13:40 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:13:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:13:41 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:13:41 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:13:41 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:13:41 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:13:41 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:13:41 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:13:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:13:42 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:13:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:13:42 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:13:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:13:42 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:13:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:13:43 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:13:43 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:13:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:13:43 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:13:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:13:44 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:13:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:13:44 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:13:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:13:44 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:13:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:13:44 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:13:45 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:13:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:13:45 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:13:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:13:45 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:13:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:13:46 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:13:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:13:46 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:13:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:13:46 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:13:46 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:13:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:13:47 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:13:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:13:47 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:13:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:13:47 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:13:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:13:48 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:13:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:13:48 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:13:48 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:13:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:13:49 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:13:49 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:13:49 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:13:49 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:13:49 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:13:49 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:13:50 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:13:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:13:50 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:13:50 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:13:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:13:50 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:13:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:13:51 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:13:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:13:51 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:13:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:13:51 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:13:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:13:52 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:13:52 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:13:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:13:52 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:13:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:13:52 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:13:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:13:53 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:13:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:13:53 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:13:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:13:53 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:13:54 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:13:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:13:54 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:13:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:13:54 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:13:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:13:55 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:13:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:13:55 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:13:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:13:55 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:13:55 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:13:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:13:56 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:13:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:13:56 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:13:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:13:56 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:13:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:13:57 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:13:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:13:57 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:13:57 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:13:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:13:58 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:13:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:13:58 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:13:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:13:58 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:13:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:13:58 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:13:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:13:59 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:13:59 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:13:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:13:59 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:13:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:14:00 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:14:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:14:00 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:14:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:14:00 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:14:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:14:01 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:14:01 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:14:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:14:01 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:14:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:14:01 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:14:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:14:02 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:14:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:14:02 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:14:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:14:02 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:14:03 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:14:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:14:03 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:14:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:14:03 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:14:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:14:04 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:14:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:14:04 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:14:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:14:04 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:14:04 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:14:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:14:05 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:14:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:14:05 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:14:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:14:05 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:14:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:14:06 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:14:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:14:06 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:14:06 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:14:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:14:07 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:14:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:14:07 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:14:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:14:07 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:14:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:14:07 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:14:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:14:08 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:14:08 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:14:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:14:08 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:14:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:14:09 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:14:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:14:09 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:14:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:14:09 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:14:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:14:10 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:14:10 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:14:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:14:10 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:14:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:14:10 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:14:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:14:11 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:14:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:14:11 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:14:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:14:11 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:14:12 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:14:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:14:12 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:14:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:14:12 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:14:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:14:13 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:14:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:14:13 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:14:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:14:13 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:14:14 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:14:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:14:14 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:14:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:14:14 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:14:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:14:15 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:14:15 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:14:15 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:14:15 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:14:15 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:14:15 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:14:16 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:14:16 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:14:16 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:14:16 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:14:16 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:14:16 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:14:16 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:14:17 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:14:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:14:17 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:14:17 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:14:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:14:17 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:14:18 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:14:18 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:14:18 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:14:18 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:14:18 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:14:18 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:14:19 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:14:19 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:14:19 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:14:19 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:14:19 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:14:19 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:14:20 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:14:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:14:20 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:14:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:14:20 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:14:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:14:21 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:14:21 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:14:21 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:14:22 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:14:22 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:14:22 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:14:22 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:14:22 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:14:22 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:14:22 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:14:23 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:14:23 --> Severity: Notice --> Undefined property: stdClass::$amountreceived C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 315 -ERROR - 2019-01-09 12:14:23 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:14:23 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 324 -ERROR - 2019-01-09 12:14:23 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:14:23 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 325 -ERROR - 2019-01-09 12:14:24 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:14:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 326 -ERROR - 2019-01-09 12:14:24 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:14:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 327 -ERROR - 2019-01-09 12:14:24 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:14:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankcustomerledger.php 356 -ERROR - 2019-01-09 12:16:29 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 12:16:29 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 12:16:29 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 12:16:30 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 12:16:31 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-09 12:16:31 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-09 12:16:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-09 12:16:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-09 12:16:32 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-09 12:16:32 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-09 12:16:32 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-09 12:16:32 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-09 12:16:32 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-09 12:16:33 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-09 12:16:33 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-09 12:16:33 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-09 12:16:33 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-09 12:16:34 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-09 12:24:35 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\banksettlement.php 11 -ERROR - 2019-01-09 12:24:36 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\banksettlement.php 11 -ERROR - 2019-01-09 12:24:36 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-09 12:24:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-09 12:24:36 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-09 12:24:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-09 12:24:37 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-09 12:24:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-09 12:24:37 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-09 12:24:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-09 12:24:37 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-09 12:24:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-09 12:24:38 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-09 12:24:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-09 12:24:38 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-09 12:24:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-09 12:24:38 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-09 12:24:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-09 13:41:30 --> Severity: Warning --> mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given C:\xampp\htdocs\ria\system\database\drivers\mysqli\mysqli_result.php 38 -ERROR - 2019-01-09 13:43:09 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 13:43:10 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 13:43:10 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 13:43:10 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 13:43:11 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-09 13:43:11 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-09 13:43:11 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-09 13:43:11 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-09 13:43:11 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-09 13:43:11 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-09 13:43:12 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-09 13:43:12 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-09 13:43:12 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-09 13:43:12 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-09 13:43:12 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-09 13:43:12 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-09 13:43:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-09 13:43:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-09 13:43:34 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-09 13:43:34 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-09 13:44:54 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-09 13:44:54 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-09 13:45:06 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-09 13:45:06 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-09 13:45:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 13:45:06 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 13:45:06 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 13:45:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 13:45:07 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 13:45:07 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 13:45:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 13:45:07 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 13:45:07 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 13:45:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 13:45:08 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 13:45:08 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 13:45:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 13:45:08 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 13:45:08 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 13:45:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 13:45:09 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 13:45:09 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 13:45:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 13:45:09 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 13:45:09 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 13:45:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 13:45:10 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 13:45:10 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 13:45:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 13:45:10 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 13:45:10 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 13:45:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 13:45:11 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 13:45:11 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 13:45:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 13:45:11 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 13:45:11 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 13:45:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 13:45:12 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 13:45:12 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 13:45:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 13:45:12 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 13:45:12 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 13:45:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 13:45:13 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 13:45:13 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 13:45:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 13:45:13 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 13:45:13 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 13:45:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 13:45:14 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 13:45:14 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 13:45:43 --> Severity: Notice --> Undefined variable: data C:\xampp\htdocs\ria\application\controllers\cashbook.php 1456 -ERROR - 2019-01-09 13:45:44 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-09 13:45:44 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-09 13:45:44 --> Severity: Notice --> Undefined variable: bankreport C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-09 13:45:44 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-09 13:45:44 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-09 13:45:44 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-09 13:45:45 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-09 13:45:45 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-09 13:45:45 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-09 13:45:45 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-09 13:45:45 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-09 13:45:45 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-09 13:45:45 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-09 13:45:46 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-09 13:45:46 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-09 13:45:46 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-09 13:45:46 --> Severity: Notice --> Undefined variable: finyear C:\xampp\htdocs\ria\application\views\bankstatement.php 197 -ERROR - 2019-01-09 13:45:46 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 197 -ERROR - 2019-01-09 13:45:46 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 235 -ERROR - 2019-01-09 13:45:47 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 13:45:47 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 13:45:48 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 13:45:48 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 13:45:48 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-09 13:45:48 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-09 13:45:49 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-09 13:45:49 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-09 13:45:49 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-09 13:45:49 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-09 13:45:49 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-09 13:45:49 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-09 13:45:50 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-09 13:45:50 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-09 13:45:50 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-09 13:45:50 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-09 13:45:50 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-09 13:45:50 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-09 13:46:02 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\banksettlement.php 11 -ERROR - 2019-01-09 13:46:02 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\banksettlement.php 11 -ERROR - 2019-01-09 13:46:02 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-09 13:46:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-09 13:46:02 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-09 13:46:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-09 13:46:03 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-09 13:46:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-09 13:46:03 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-09 13:46:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-09 13:46:24 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 13:46:24 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 13:46:24 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 13:46:24 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 13:46:25 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-09 13:46:25 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-09 13:46:25 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-09 13:46:25 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-09 13:46:25 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-09 13:46:25 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-09 13:46:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-09 13:46:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-09 13:46:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-09 13:46:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-09 13:46:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-09 13:46:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-09 13:46:27 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-09 13:46:27 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-09 13:46:38 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-09 13:46:38 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-09 13:46:47 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-09 13:46:47 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-09 13:46:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 13:46:48 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 13:46:48 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 13:46:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 13:46:48 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 13:46:48 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 13:46:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 13:46:49 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 13:46:49 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 13:46:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 13:46:49 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 13:46:49 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 13:46:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 13:46:50 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 13:46:50 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 13:46:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 13:46:50 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 13:46:50 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 13:46:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 13:46:51 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 13:46:51 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 13:46:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 13:46:51 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 13:46:51 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 13:46:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 13:46:52 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 13:46:52 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 13:46:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 13:46:52 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 13:46:52 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 13:46:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 13:46:53 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 13:46:53 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 13:46:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 13:46:53 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 13:46:53 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 13:46:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 13:46:54 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 13:46:54 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 13:46:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 13:46:54 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 13:46:54 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 13:46:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 13:46:55 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 13:46:55 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 13:46:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 13:46:55 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 13:46:55 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 13:47:17 --> Severity: Notice --> Undefined variable: data C:\xampp\htdocs\ria\application\controllers\cashbook.php 1456 -ERROR - 2019-01-09 13:47:17 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-09 13:47:17 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-09 13:47:18 --> Severity: Notice --> Undefined variable: bankreport C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-09 13:47:18 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-09 13:47:18 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-09 13:47:18 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-09 13:47:18 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-09 13:47:18 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-09 13:47:19 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-09 13:47:19 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-09 13:47:19 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-09 13:47:19 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-09 13:47:19 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-09 13:47:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-09 13:47:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-09 13:47:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-09 13:47:20 --> Severity: Notice --> Undefined variable: finyear C:\xampp\htdocs\ria\application\views\bankstatement.php 197 -ERROR - 2019-01-09 13:47:20 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 197 -ERROR - 2019-01-09 13:47:20 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 235 -ERROR - 2019-01-09 13:47:21 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 13:47:22 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 13:47:22 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 13:47:22 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 13:47:22 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-09 13:47:23 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-09 13:47:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-09 13:47:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-09 13:47:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-09 13:47:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-09 13:47:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-09 13:47:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-09 13:47:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-09 13:47:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-09 13:47:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-09 13:47:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-09 13:47:25 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-09 13:47:25 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-09 13:47:37 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\banksettlement.php 11 -ERROR - 2019-01-09 13:47:37 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\banksettlement.php 11 -ERROR - 2019-01-09 13:47:37 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-09 13:47:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-09 13:47:38 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-09 13:47:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-09 13:47:38 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-09 13:47:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-09 13:47:38 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-09 13:47:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-09 13:48:17 --> Severity: Notice --> Use of undefined constant OPEN - assumed 'OPEN' C:\xampp\htdocs\ria\application\controllers\cashbook.php 2270 -ERROR - 2019-01-09 13:48:19 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 13:48:19 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 13:48:19 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 13:48:19 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 13:48:20 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-09 13:48:20 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-09 13:48:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-09 13:48:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-09 13:48:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-09 13:48:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-09 13:48:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-09 13:48:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-09 13:48:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-09 13:48:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-09 13:48:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-09 13:48:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-09 13:48:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-09 13:48:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-09 13:48:38 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-09 13:48:39 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-09 13:48:44 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-09 13:48:44 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-09 13:48:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 13:48:45 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 13:48:45 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 13:48:45 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-09 13:48:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 13:48:45 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-09 13:48:46 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 13:48:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 13:48:46 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 13:48:46 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 13:48:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 13:48:46 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 13:48:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 13:48:46 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 13:48:46 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 13:48:46 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 13:48:47 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 13:48:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 13:48:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 13:48:47 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 13:48:47 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 13:48:47 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 13:48:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 13:48:47 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 13:48:47 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 13:48:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 13:48:47 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 13:48:47 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 13:48:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 13:48:48 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 13:48:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 13:48:48 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 13:48:48 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 13:48:48 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 13:48:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 13:48:48 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 13:48:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 13:48:48 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 13:48:48 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 13:48:48 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 13:48:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 13:48:49 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 13:48:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 13:48:49 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 13:48:49 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 13:48:49 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 13:48:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 13:48:49 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 13:48:49 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 13:48:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 13:48:49 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 13:48:49 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 13:48:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 13:48:50 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 13:48:50 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 13:48:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 13:48:50 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 13:48:50 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 13:48:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 13:48:50 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 13:48:50 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 13:48:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 13:48:51 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 13:48:51 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 13:48:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 13:48:51 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 13:48:51 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 13:48:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 13:48:51 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 13:48:51 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 13:48:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 13:48:51 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 13:48:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 13:48:52 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 13:48:52 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 13:48:52 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 13:48:52 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 13:48:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 13:48:52 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 13:48:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 13:48:52 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 13:48:52 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 13:48:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 13:48:52 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 13:48:53 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 13:48:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 13:48:53 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 13:48:53 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 13:48:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 13:48:53 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 13:48:53 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 13:48:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 13:48:53 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 13:48:53 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 13:48:53 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 13:48:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 13:48:54 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 13:48:54 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 13:49:28 --> Severity: Notice --> Undefined variable: data C:\xampp\htdocs\ria\application\controllers\cashbook.php 1456 -ERROR - 2019-01-09 13:49:28 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-09 13:49:28 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-09 13:49:29 --> Severity: Notice --> Undefined variable: bankreport C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-09 13:49:29 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-09 13:49:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-09 13:49:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-09 13:49:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-09 13:49:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-09 13:49:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-09 13:49:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-09 13:49:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-09 13:49:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-09 13:49:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-09 13:49:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-09 13:49:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-09 13:49:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-09 13:49:31 --> Severity: Notice --> Undefined variable: finyear C:\xampp\htdocs\ria\application\views\bankstatement.php 197 -ERROR - 2019-01-09 13:49:31 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 197 -ERROR - 2019-01-09 13:49:31 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 235 -ERROR - 2019-01-09 13:49:32 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 13:49:33 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 13:49:33 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 13:49:33 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 13:49:33 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-09 13:49:34 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-09 13:49:34 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-09 13:49:34 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-09 13:49:34 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-09 13:49:34 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-09 13:49:34 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-09 13:49:35 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-09 13:49:35 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-09 13:49:35 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-09 13:49:35 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-09 13:49:35 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-09 13:49:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-09 13:49:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-09 13:49:50 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-09 13:49:50 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-09 13:49:55 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-09 13:49:56 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-09 13:49:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 13:49:56 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 13:49:56 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 13:49:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 13:49:56 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 13:49:57 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 13:49:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 13:49:57 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 13:49:57 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 13:49:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 13:49:57 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 13:49:58 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 13:49:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 13:49:58 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 13:49:58 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 13:49:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 13:49:58 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 13:49:59 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 13:49:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 13:49:59 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 13:49:59 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 13:49:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 13:49:59 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 13:50:00 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 13:50:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 13:50:00 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 13:50:00 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 13:50:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 13:50:00 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 13:50:01 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 13:50:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 13:50:01 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 13:50:01 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 13:50:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 13:50:02 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 13:50:02 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 13:50:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 13:50:02 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 13:50:02 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 13:50:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 13:50:03 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 13:50:03 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 13:50:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 13:50:03 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 13:50:04 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 13:50:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-09 13:50:04 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-09 13:50:04 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-09 13:50:31 --> Severity: Notice --> Undefined variable: data C:\xampp\htdocs\ria\application\controllers\cashbook.php 1456 -ERROR - 2019-01-09 13:50:32 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-09 13:50:32 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-09 13:50:32 --> Severity: Notice --> Undefined variable: bankreport C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-09 13:50:32 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-09 13:50:32 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-09 13:50:33 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-09 13:50:33 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-09 13:50:33 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-09 13:50:33 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-09 13:50:33 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-09 13:50:33 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-09 13:50:34 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-09 13:50:34 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-09 13:50:34 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-09 13:50:34 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-09 13:50:34 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-09 13:50:34 --> Severity: Notice --> Undefined variable: finyear C:\xampp\htdocs\ria\application\views\bankstatement.php 197 -ERROR - 2019-01-09 13:50:35 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 197 -ERROR - 2019-01-09 13:50:35 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 235 -ERROR - 2019-01-09 13:50:36 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 13:50:36 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 13:50:36 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 13:50:36 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 13:50:37 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-09 13:50:37 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-09 13:50:37 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-09 13:50:37 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-09 13:50:37 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-09 13:50:38 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-09 13:50:38 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-09 13:50:38 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-09 13:50:38 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-09 13:50:38 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-09 13:50:38 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-09 13:50:39 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-09 13:50:39 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-09 13:50:39 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-09 13:50:51 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\banksettlement.php 11 -ERROR - 2019-01-09 13:50:52 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\banksettlement.php 11 -ERROR - 2019-01-09 13:50:52 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-09 13:50:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-09 13:50:52 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-09 13:50:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-09 13:50:52 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-09 13:50:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-09 13:50:53 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-09 13:50:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-09 13:51:07 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 13:51:07 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 13:51:07 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 13:51:07 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 13:51:08 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-09 13:51:08 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-09 13:51:08 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-09 13:51:08 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-09 13:51:09 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-09 13:51:09 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-09 13:51:09 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-09 13:51:09 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-09 13:51:09 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-09 13:51:09 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-09 13:51:10 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-09 13:51:10 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-09 13:51:10 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-09 13:51:10 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-09 13:51:48 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-09 13:51:48 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-09 13:51:48 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\ria\application\views\bankinvoice.php 80 -ERROR - 2019-01-09 13:51:49 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\bankinvoice.php 82 -ERROR - 2019-01-09 13:52:57 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-09 13:52:58 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-09 13:52:58 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\ria\application\views\bankinvoice.php 80 -ERROR - 2019-01-09 13:52:58 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\bankinvoice.php 82 -ERROR - 2019-01-09 13:53:05 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-09 13:53:05 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-09 13:53:05 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\ria\application\views\bankinvoice.php 80 -ERROR - 2019-01-09 13:53:05 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\bankinvoice.php 82 -ERROR - 2019-01-09 13:53:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-09 13:53:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-09 13:53:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-09 13:53:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-09 13:53:32 --> Query error: Unknown column 'StatusUpdatedDate' in 'field list' -ERROR - 2019-01-09 13:53:32 --> Query error: Unknown column 'StatusUpdatedDate' in 'field list' -ERROR - 2019-01-09 13:56:37 --> Severity: Notice --> Undefined variable: balancetoreceived C:\xampp\htdocs\ria\application\controllers\cashbook.php 1514 -ERROR - 2019-01-09 13:56:38 --> Severity: Notice --> Undefined variable: clearedblnce C:\xampp\htdocs\ria\application\controllers\cashbook.php 1525 -ERROR - 2019-01-09 13:56:38 --> Severity: Notice --> Undefined variable: balancetoreceived C:\xampp\htdocs\ria\application\controllers\cashbook.php 1525 -ERROR - 2019-01-09 13:56:38 --> Query error: Unknown column 'StatusUpdatedDate' in 'field list' -ERROR - 2019-01-09 14:04:30 --> Severity: Notice --> Undefined variable: balancetoreceived C:\xampp\htdocs\ria\application\controllers\cashbook.php 1514 -ERROR - 2019-01-09 14:04:30 --> Severity: Notice --> Undefined variable: clearedblnce C:\xampp\htdocs\ria\application\controllers\cashbook.php 1525 -ERROR - 2019-01-09 14:04:30 --> Severity: Notice --> Undefined variable: balancetoreceived C:\xampp\htdocs\ria\application\controllers\cashbook.php 1525 -ERROR - 2019-01-09 14:04:34 --> Severity: Notice --> Undefined variable: cashbook C:\xampp\htdocs\ria\application\views\cashbooklisting.php 269 -ERROR - 2019-01-09 14:04:55 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 14:04:55 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 14:04:55 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 14:04:56 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 14:04:56 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-09 14:04:56 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-09 14:04:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-09 14:04:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-09 14:04:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-09 14:04:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-09 14:04:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-09 14:04:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-09 14:04:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-09 14:04:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-09 14:04:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-09 14:04:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-09 14:04:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-09 14:04:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-09 14:05:11 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 12 -ERROR - 2019-01-09 14:05:11 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 12 -ERROR - 2019-01-09 14:05:11 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 186 -ERROR - 2019-01-09 14:05:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 186 -ERROR - 2019-01-09 14:05:12 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 186 -ERROR - 2019-01-09 14:05:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 186 -ERROR - 2019-01-09 14:05:21 --> Severity: Notice --> Use of undefined constant OPEN - assumed 'OPEN' C:\xampp\htdocs\ria\application\controllers\cashbook.php 2335 -ERROR - 2019-01-09 14:05:23 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-09 14:05:23 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-09 14:05:24 --> Severity: Notice --> Undefined variable: bankreport C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-09 14:05:24 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-09 14:05:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-09 14:05:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-09 14:05:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-09 14:05:25 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-09 14:05:25 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-09 14:05:25 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-09 14:05:25 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-09 14:05:25 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-09 14:05:25 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-09 14:05:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-09 14:05:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-09 14:05:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-09 14:05:26 --> Severity: Notice --> Undefined variable: finyear C:\xampp\htdocs\ria\application\views\bankstatement.php 197 -ERROR - 2019-01-09 14:05:26 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 197 -ERROR - 2019-01-09 14:05:27 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 235 -ERROR - 2019-01-09 14:05:28 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 14:05:28 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 14:05:28 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 14:05:29 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 14:05:30 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-09 14:05:30 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-09 14:05:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-09 14:05:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-09 14:05:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-09 14:05:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-09 14:05:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-09 14:05:32 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-09 14:05:32 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-09 14:05:33 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-09 14:05:33 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-09 14:05:34 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-09 14:05:34 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-09 14:05:35 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-09 14:07:23 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 12 -ERROR - 2019-01-09 14:07:23 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 12 -ERROR - 2019-01-09 14:07:23 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 186 -ERROR - 2019-01-09 14:07:23 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 186 -ERROR - 2019-01-09 14:09:36 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 12 -ERROR - 2019-01-09 14:09:36 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 12 -ERROR - 2019-01-09 14:09:37 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 186 -ERROR - 2019-01-09 14:09:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 186 -ERROR - 2019-01-09 14:10:14 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 14:10:14 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 14:10:14 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 14:10:15 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 14:10:15 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-09 14:10:15 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-09 14:10:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-09 14:10:16 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-09 14:10:16 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-09 14:10:16 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-09 14:10:16 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-09 14:10:16 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-09 14:10:16 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-09 14:10:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-09 14:10:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-09 14:10:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-09 14:10:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-09 14:10:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-09 14:10:34 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-09 14:10:34 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-09 14:10:34 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\ria\application\views\bankinvoice.php 80 -ERROR - 2019-01-09 14:10:34 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\bankinvoice.php 82 -ERROR - 2019-01-09 14:10:40 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-09 14:10:40 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-09 14:10:40 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\ria\application\views\bankinvoice.php 80 -ERROR - 2019-01-09 14:10:40 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\bankinvoice.php 82 -ERROR - 2019-01-09 14:10:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-09 14:10:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-09 14:10:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-09 14:10:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-09 14:11:33 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 14:11:33 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 14:11:33 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 14:11:33 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 14:11:34 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-09 14:11:34 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-09 14:11:34 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-09 14:11:34 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-09 14:11:35 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-09 14:11:35 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-09 14:11:35 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-09 14:11:35 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-09 14:11:35 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-09 14:11:35 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-09 14:11:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-09 14:11:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-09 14:11:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-09 14:11:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-09 14:11:52 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 12 -ERROR - 2019-01-09 14:11:52 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 12 -ERROR - 2019-01-09 14:11:53 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 186 -ERROR - 2019-01-09 14:11:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 186 -ERROR - 2019-01-09 14:12:11 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-09 14:12:11 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-09 14:12:12 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\ria\application\views\bankinvoice.php 80 -ERROR - 2019-01-09 14:12:12 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\bankinvoice.php 82 -ERROR - 2019-01-09 14:12:17 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-09 14:12:17 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-09 14:12:17 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\ria\application\views\bankinvoice.php 80 -ERROR - 2019-01-09 14:12:18 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\bankinvoice.php 82 -ERROR - 2019-01-09 14:12:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-09 14:12:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-09 14:12:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-09 14:12:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-09 14:12:41 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 14:12:42 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 14:12:42 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 14:12:42 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 14:12:44 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-09 14:12:44 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-09 14:12:44 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-09 14:12:44 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-09 14:12:44 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-09 14:12:45 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-09 14:12:45 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-09 14:12:45 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-09 14:12:45 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-09 14:12:45 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-09 14:12:45 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-09 14:12:46 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-09 14:12:46 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-09 14:12:46 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-09 14:12:54 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 12 -ERROR - 2019-01-09 14:12:54 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 12 -ERROR - 2019-01-09 14:12:54 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 186 -ERROR - 2019-01-09 14:12:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 186 -ERROR - 2019-01-09 14:12:55 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 186 -ERROR - 2019-01-09 14:12:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 186 -ERROR - 2019-01-09 14:14:38 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 12 -ERROR - 2019-01-09 14:14:38 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 12 -ERROR - 2019-01-09 14:14:38 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 186 -ERROR - 2019-01-09 14:14:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 186 -ERROR - 2019-01-09 14:14:57 --> Severity: Notice --> Use of undefined constant OPEN - assumed 'OPEN' C:\xampp\htdocs\ria\application\controllers\cashbook.php 2335 -ERROR - 2019-01-09 14:14:58 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-09 14:14:58 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-09 14:14:58 --> Severity: Notice --> Undefined variable: bankreport C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-09 14:14:58 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-09 14:14:59 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-09 14:14:59 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-09 14:14:59 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-09 14:14:59 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-09 14:14:59 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-09 14:14:59 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-09 14:15:00 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-09 14:15:00 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-09 14:15:00 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-09 14:15:00 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-09 14:15:00 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-09 14:15:01 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-09 14:15:01 --> Severity: Notice --> Undefined variable: finyear C:\xampp\htdocs\ria\application\views\bankstatement.php 197 -ERROR - 2019-01-09 14:15:01 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 197 -ERROR - 2019-01-09 14:15:01 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 235 -ERROR - 2019-01-09 14:15:02 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 14:15:02 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 14:15:02 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 14:15:02 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 14:15:03 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-09 14:15:03 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-09 14:15:03 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-09 14:15:03 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-09 14:15:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-09 14:15:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-09 14:15:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-09 14:15:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-09 14:15:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-09 14:15:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-09 14:15:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-09 14:15:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-09 14:15:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-09 14:15:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-09 14:15:17 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-09 14:15:17 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-09 14:15:17 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\ria\application\views\bankinvoice.php 80 -ERROR - 2019-01-09 14:15:17 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\bankinvoice.php 82 -ERROR - 2019-01-09 14:15:23 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-09 14:15:23 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-09 14:15:23 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\ria\application\views\bankinvoice.php 80 -ERROR - 2019-01-09 14:15:24 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\bankinvoice.php 82 -ERROR - 2019-01-09 14:15:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-09 14:15:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-09 14:15:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-09 14:15:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-09 14:16:29 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 14:16:29 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 14:16:29 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 14:16:29 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 14:16:30 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-09 14:16:30 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-09 14:16:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-09 14:16:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-09 14:16:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-09 14:16:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-09 14:16:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-09 14:16:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-09 14:16:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-09 14:16:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-09 14:16:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-09 14:16:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-09 14:16:32 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-09 14:16:32 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-09 14:16:47 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-09 14:16:47 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-09 14:16:47 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\ria\application\views\bankinvoice.php 80 -ERROR - 2019-01-09 14:16:47 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\bankinvoice.php 82 -ERROR - 2019-01-09 14:16:52 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-09 14:16:52 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-09 14:16:53 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\ria\application\views\bankinvoice.php 80 -ERROR - 2019-01-09 14:16:53 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\bankinvoice.php 82 -ERROR - 2019-01-09 14:16:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-09 14:16:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-09 14:16:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-09 14:16:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-09 14:30:36 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 14:30:37 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 14:30:37 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 14:30:37 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 14:30:38 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-09 14:30:38 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-09 14:30:38 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-09 14:30:38 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-09 14:30:38 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-09 14:30:38 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-09 14:30:39 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-09 14:30:39 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-09 14:30:39 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-09 14:30:39 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-09 14:30:39 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-09 14:30:39 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-09 14:30:40 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-09 14:30:40 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-09 14:30:53 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-09 14:30:53 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-09 14:30:53 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\ria\application\views\bankinvoice.php 80 -ERROR - 2019-01-09 14:30:53 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\bankinvoice.php 82 -ERROR - 2019-01-09 14:30:58 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-09 14:30:58 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-09 14:30:58 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\ria\application\views\bankinvoice.php 80 -ERROR - 2019-01-09 14:30:58 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\bankinvoice.php 82 -ERROR - 2019-01-09 14:30:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-09 14:30:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-09 14:30:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-09 14:30:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-09 14:33:23 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 14:33:23 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 14:33:24 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 14:33:24 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 14:33:24 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-09 14:33:24 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-09 14:33:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-09 14:33:25 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-09 14:33:25 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-09 14:33:25 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-09 14:33:25 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-09 14:33:25 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-09 14:33:25 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-09 14:33:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-09 14:33:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-09 14:33:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-09 14:33:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-09 14:33:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-09 14:33:40 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-09 14:33:40 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-09 14:33:40 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\ria\application\views\bankinvoice.php 80 -ERROR - 2019-01-09 14:33:41 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\bankinvoice.php 82 -ERROR - 2019-01-09 14:33:49 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-09 14:33:50 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-09 14:33:50 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\ria\application\views\bankinvoice.php 80 -ERROR - 2019-01-09 14:33:50 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\bankinvoice.php 82 -ERROR - 2019-01-09 14:33:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-09 14:33:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-09 14:33:50 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-09 14:33:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-09 14:33:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-09 14:33:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-09 14:33:51 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-09 14:33:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-09 14:34:51 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-09 14:34:51 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-09 14:34:51 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\ria\application\views\bankinvoice.php 80 -ERROR - 2019-01-09 14:34:52 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\bankinvoice.php 82 -ERROR - 2019-01-09 14:34:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-09 14:34:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-09 14:34:52 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-09 14:34:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-09 14:34:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-09 14:34:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-09 14:34:53 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-09 14:34:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-09 14:35:17 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 14:35:18 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 14:35:18 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 14:35:18 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 14:35:18 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-09 14:35:18 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-09 14:35:19 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-09 14:35:19 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-09 14:35:19 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-09 14:35:19 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-09 14:35:19 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-09 14:35:19 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-09 14:35:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-09 14:35:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-09 14:35:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-09 14:35:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-09 14:35:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-09 14:35:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-09 14:35:42 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-09 14:35:43 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-09 14:35:43 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\ria\application\views\bankinvoice.php 80 -ERROR - 2019-01-09 14:35:43 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\bankinvoice.php 82 -ERROR - 2019-01-09 14:35:53 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-09 14:35:53 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-09 14:35:53 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\ria\application\views\bankinvoice.php 80 -ERROR - 2019-01-09 14:35:53 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\bankinvoice.php 82 -ERROR - 2019-01-09 14:35:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-09 14:35:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-09 14:35:54 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-09 14:35:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-09 14:35:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-09 14:35:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-09 14:35:54 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-09 14:35:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-09 14:36:06 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 14:36:06 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 14:36:06 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 14:36:06 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 14:36:07 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-09 14:36:07 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-09 14:36:07 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-09 14:36:07 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-09 14:36:07 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-09 14:36:07 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-09 14:36:08 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-09 14:36:08 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-09 14:36:08 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-09 14:36:08 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-09 14:36:08 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-09 14:36:09 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-09 14:36:09 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-09 14:36:09 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-09 14:36:19 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 12 -ERROR - 2019-01-09 14:36:19 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 12 -ERROR - 2019-01-09 14:36:19 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 186 -ERROR - 2019-01-09 14:36:19 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 186 -ERROR - 2019-01-09 14:36:19 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 186 -ERROR - 2019-01-09 14:36:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 186 -ERROR - 2019-01-09 14:37:20 --> Severity: Notice --> Use of undefined constant OPEN - assumed 'OPEN' C:\xampp\htdocs\ria\application\controllers\cashbook.php 2335 -ERROR - 2019-01-09 14:37:21 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-09 14:37:21 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-09 14:37:21 --> Severity: Notice --> Undefined variable: bankreport C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-09 14:37:21 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-09 14:37:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-09 14:37:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-09 14:37:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-09 14:37:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-09 14:37:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-09 14:37:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-09 14:37:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-09 14:37:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-09 14:37:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-09 14:37:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-09 14:37:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-09 14:37:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-09 14:37:24 --> Severity: Notice --> Undefined variable: finyear C:\xampp\htdocs\ria\application\views\bankstatement.php 197 -ERROR - 2019-01-09 14:37:24 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 197 -ERROR - 2019-01-09 14:37:24 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 235 -ERROR - 2019-01-09 14:37:25 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 14:37:25 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 14:37:25 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 14:37:25 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 14:37:26 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-09 14:37:27 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-09 14:37:27 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-09 14:37:27 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-09 14:37:27 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-09 14:37:27 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-09 14:37:27 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-09 14:37:28 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-09 14:37:28 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-09 14:37:28 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-09 14:37:28 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-09 14:37:28 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-09 14:37:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-09 14:37:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-09 14:37:41 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 12 -ERROR - 2019-01-09 14:37:41 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 12 -ERROR - 2019-01-09 14:37:41 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 186 -ERROR - 2019-01-09 14:37:41 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 186 -ERROR - 2019-01-09 14:40:43 --> Severity: Notice --> Undefined variable: creditdebit C:\xampp\htdocs\ria\application\views\bankingfile.php 132 -ERROR - 2019-01-09 14:41:00 --> Severity: Notice --> Use of undefined constant ST066 - assumed 'ST066' C:\xampp\htdocs\ria\application\models\cashbook_model.php 1766 -ERROR - 2019-01-09 14:41:01 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankreceivedsupp.php 2 -ERROR - 2019-01-09 14:41:01 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankreceivedsupp.php 2 -ERROR - 2019-01-09 14:41:02 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankreceivedsupp.php 243 -ERROR - 2019-01-09 14:41:02 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\views\bankreceivedsupp.php 243 -ERROR - 2019-01-09 14:41:02 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\views\bankreceivedsupp.php 243 -ERROR - 2019-01-09 14:41:02 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\ria\application\views\bankreceivedsupp.php 243 -ERROR - 2019-01-09 14:41:02 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\views\bankreceivedsupp.php 243 -ERROR - 2019-01-09 14:41:02 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\views\bankreceivedsupp.php 243 -ERROR - 2019-01-09 14:41:03 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankreceivedsupp.php 244 -ERROR - 2019-01-09 14:41:03 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankreceivedsupp.php 250 -ERROR - 2019-01-09 14:41:11 --> Severity: Notice --> Use of undefined constant ST066 - assumed 'ST066' C:\xampp\htdocs\ria\application\models\cashbook_model.php 1732 -ERROR - 2019-01-09 14:41:12 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankamountreceived.php 10 -ERROR - 2019-01-09 14:41:12 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankamountreceived.php 10 -ERROR - 2019-01-09 14:41:12 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankamountreceived.php 281 -ERROR - 2019-01-09 14:41:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountreceived.php 281 -ERROR - 2019-01-09 14:41:12 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankamountreceived.php 281 -ERROR - 2019-01-09 14:41:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountreceived.php 281 -ERROR - 2019-01-09 14:41:13 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankamountreceived.php 288 -ERROR - 2019-01-09 14:41:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountreceived.php 288 -ERROR - 2019-01-09 14:41:30 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoisettle.php 10 -ERROR - 2019-01-09 14:41:31 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoisettle.php 10 -ERROR - 2019-01-09 14:41:31 --> Severity: Notice --> Undefined variable: supplier C:\xampp\htdocs\ria\application\views\bankinvoisettle.php 101 -ERROR - 2019-01-09 14:41:31 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoisettle.php 101 -ERROR - 2019-01-09 14:43:26 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoisettle.php 10 -ERROR - 2019-01-09 14:43:26 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoisettle.php 10 -ERROR - 2019-01-09 14:43:26 --> Severity: Notice --> Undefined variable: supplier C:\xampp\htdocs\ria\application\views\bankinvoisettle.php 101 -ERROR - 2019-01-09 14:43:26 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoisettle.php 101 -ERROR - 2019-01-09 14:43:40 --> Severity: Notice --> Undefined index: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1636 -ERROR - 2019-01-09 14:43:40 --> Severity: Notice --> Undefined index: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1637 -ERROR - 2019-01-09 14:43:40 --> Severity: Notice --> Undefined index: m C:\xampp\htdocs\ria\application\controllers\cashbook.php 1638 -ERROR - 2019-01-09 14:43:40 --> Severity: Notice --> Undefined index: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1639 -ERROR - 2019-01-09 14:43:41 --> Severity: Notice --> Undefined index: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1640 -ERROR - 2019-01-09 14:43:41 --> Severity: Notice --> Undefined index: sid C:\xampp\htdocs\ria\application\controllers\cashbook.php 1646 -ERROR - 2019-01-09 14:43:41 --> Severity: Notice --> Undefined index: sn C:\xampp\htdocs\ria\application\controllers\cashbook.php 1648 -ERROR - 2019-01-09 14:43:42 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankamountpaid.php 10 -ERROR - 2019-01-09 14:43:42 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankamountpaid.php 10 -ERROR - 2019-01-09 14:43:49 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankamountpaid.php 10 -ERROR - 2019-01-09 14:43:49 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankamountpaid.php 10 -ERROR - 2019-01-09 14:44:00 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankamountpaid.php 10 -ERROR - 2019-01-09 14:44:01 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankamountpaid.php 10 -ERROR - 2019-01-09 14:44:16 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankamountpaid.php 10 -ERROR - 2019-01-09 14:44:16 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankamountpaid.php 10 -ERROR - 2019-01-09 14:44:33 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankamountpaid.php 10 -ERROR - 2019-01-09 14:44:33 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankamountpaid.php 10 -ERROR - 2019-01-09 14:45:44 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 2 -ERROR - 2019-01-09 14:45:45 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 2 -ERROR - 2019-01-09 14:45:45 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 110 -ERROR - 2019-01-09 14:45:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 110 -ERROR - 2019-01-09 14:45:45 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 111 -ERROR - 2019-01-09 14:45:45 --> Severity: Notice --> Undefined variable: ta C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 112 -ERROR - 2019-01-09 14:45:46 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 113 -ERROR - 2019-01-09 14:45:46 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 114 -ERROR - 2019-01-09 14:45:46 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 115 -ERROR - 2019-01-09 14:45:55 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 2 -ERROR - 2019-01-09 14:45:55 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 2 -ERROR - 2019-01-09 14:45:56 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 110 -ERROR - 2019-01-09 14:45:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 110 -ERROR - 2019-01-09 14:45:56 --> Severity: Notice --> Undefined variable: ta C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 112 -ERROR - 2019-01-09 14:45:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 200 -ERROR - 2019-01-09 14:45:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 201 -ERROR - 2019-01-09 14:45:56 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 202 -ERROR - 2019-01-09 14:45:57 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 204 -ERROR - 2019-01-09 14:45:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 214 -ERROR - 2019-01-09 14:45:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 215 -ERROR - 2019-01-09 14:45:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 221 -ERROR - 2019-01-09 14:45:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 200 -ERROR - 2019-01-09 14:45:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 201 -ERROR - 2019-01-09 14:45:58 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 202 -ERROR - 2019-01-09 14:45:58 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 204 -ERROR - 2019-01-09 14:45:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 200 -ERROR - 2019-01-09 14:45:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 201 -ERROR - 2019-01-09 14:45:58 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 202 -ERROR - 2019-01-09 14:45:58 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 204 -ERROR - 2019-01-09 14:46:17 --> Severity: Notice --> Use of undefined constant ST066 - assumed 'ST066' C:\xampp\htdocs\ria\application\models\cashbook_model.php 1851 -ERROR - 2019-01-09 14:46:23 --> Severity: Notice --> Use of undefined constant ST066 - assumed 'ST066' C:\xampp\htdocs\ria\application\models\cashbook_model.php 1868 -ERROR - 2019-01-09 14:47:14 --> Severity: Notice --> Undefined variable: openingbalancesupplier C:\xampp\htdocs\ria\application\views\banksupplierledger.php 6 -ERROR - 2019-01-09 14:47:14 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\banksupplierledger.php 6 -ERROR - 2019-01-09 14:47:14 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\banksupplierledger.php 10 -ERROR - 2019-01-09 14:47:14 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\banksupplierledger.php 10 -ERROR - 2019-01-09 14:47:15 --> Severity: Notice --> Undefined variable: supplierledger C:\xampp\htdocs\ria\application\views\banksupplierledger.php 102 -ERROR - 2019-01-09 14:47:15 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\banksupplierledger.php 102 -ERROR - 2019-01-09 14:47:15 --> Severity: Notice --> Undefined variable: suppliername C:\xampp\htdocs\ria\application\views\banksupplierledger.php 107 -ERROR - 2019-01-09 14:47:15 --> Severity: Notice --> Undefined variable: tot_amount C:\xampp\htdocs\ria\application\views\banksupplierledger.php 108 -ERROR - 2019-01-09 14:47:15 --> Severity: Notice --> Undefined variable: supplierid C:\xampp\htdocs\ria\application\views\banksupplierledger.php 112 -ERROR - 2019-01-09 14:47:15 --> Severity: Notice --> Undefined variable: suppliername C:\xampp\htdocs\ria\application\views\banksupplierledger.php 113 -ERROR - 2019-01-09 14:47:26 --> Severity: Notice --> Undefined variable: customer C:\xampp\htdocs\ria\application\controllers\cashbook.php 1886 -ERROR - 2019-01-09 14:47:26 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\banksupplierledger.php 10 -ERROR - 2019-01-09 14:47:27 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\banksupplierledger.php 10 -ERROR - 2019-01-09 14:47:27 --> Severity: Notice --> Undefined variable: tot_amount C:\xampp\htdocs\ria\application\views\banksupplierledger.php 108 -ERROR - 2019-01-09 14:47:27 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-09 14:47:27 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 14:47:27 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 14:47:27 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 14:47:28 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 14:47:28 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 14:47:28 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 14:47:28 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 14:47:28 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 14:47:29 --> Severity: Notice --> Undefined variable: tot_amount C:\xampp\htdocs\ria\application\views\banksupplierledger.php 306 -ERROR - 2019-01-09 14:47:29 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 14:47:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 14:47:29 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-09 14:47:29 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 14:47:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 14:47:30 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 14:47:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 14:47:30 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 14:47:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 14:47:30 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 14:47:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 14:47:31 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 14:47:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 14:47:31 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-09 14:47:31 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 14:47:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 14:47:32 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 14:47:32 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 14:47:32 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 14:47:32 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 14:47:32 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 14:47:32 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 14:47:33 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 14:47:33 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 14:47:33 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-09 14:47:33 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 14:47:34 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 14:47:34 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 14:47:34 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 14:47:34 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 14:47:34 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 14:47:35 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 14:47:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 14:47:35 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 14:47:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 14:47:35 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-09 14:47:36 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 14:47:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 14:47:36 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 14:47:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 14:47:37 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 14:47:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 14:47:37 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 14:47:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 14:47:37 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 14:47:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 14:47:38 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-09 14:47:38 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 14:47:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 14:47:38 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 14:47:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 14:47:39 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 14:47:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 14:47:39 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 14:47:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 14:47:40 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 14:47:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 14:47:40 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-09 14:47:41 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 14:47:41 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 14:47:41 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 14:47:41 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 14:47:41 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 14:47:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 14:47:42 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 14:47:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 14:47:42 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 14:47:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 14:47:42 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-09 14:47:43 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 14:47:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 14:47:43 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 14:47:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 14:47:43 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 14:47:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 14:47:44 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 14:47:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 14:47:44 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 14:47:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 14:47:44 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-09 14:47:45 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 14:47:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 14:47:45 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 14:47:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 14:47:45 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 14:47:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 14:47:46 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 14:47:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 14:47:46 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 14:47:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 14:47:46 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-09 14:47:46 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 14:47:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 14:47:47 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 14:47:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 14:47:47 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 14:47:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 14:47:48 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 14:47:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 14:47:48 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 14:47:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 14:47:48 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-09 14:47:48 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 14:47:49 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 14:47:49 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 14:47:49 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 14:47:49 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 14:47:49 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 14:47:50 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 14:47:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 14:47:50 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 14:47:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 14:47:50 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-09 14:47:50 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 14:47:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 14:47:51 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 14:47:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 14:47:51 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 14:47:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 14:47:51 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 14:47:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 14:47:52 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 14:47:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 14:47:52 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-09 14:47:52 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 14:47:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 14:47:53 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 14:47:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 14:47:53 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 14:47:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 14:47:53 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 14:47:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 14:47:54 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 14:47:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 14:47:54 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-09 14:47:54 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 14:47:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 14:47:55 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 14:47:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 14:47:55 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 14:47:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 14:47:55 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 14:47:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 14:47:56 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 14:47:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 14:47:56 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-09 14:47:56 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 14:47:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 14:47:57 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 14:47:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 14:47:57 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 14:47:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 14:47:57 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 14:47:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 14:47:58 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 14:47:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 14:47:58 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-09 14:47:58 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 14:47:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 14:47:59 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 14:47:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 14:47:59 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 14:47:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 14:47:59 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 14:47:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 14:48:00 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 14:48:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 14:48:00 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-09 14:48:00 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 14:48:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 14:48:00 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 14:48:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 14:48:01 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 14:48:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 14:48:01 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 14:48:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 14:48:02 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 14:48:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 14:48:02 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-09 14:48:02 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 14:48:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 14:48:02 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 14:48:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 14:48:03 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 14:48:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 14:48:03 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 14:48:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 14:48:03 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 14:48:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 14:48:04 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-09 14:48:04 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 14:48:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 14:48:04 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 14:48:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 14:48:05 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 14:48:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 14:48:05 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 14:48:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 14:48:05 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 14:48:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 14:48:06 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-09 14:48:06 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 14:48:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 14:48:06 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 14:48:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 14:48:07 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 14:48:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 14:48:07 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 14:48:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 14:48:07 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 14:48:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 14:48:08 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-09 14:48:08 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 14:48:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 14:48:08 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 14:48:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 14:48:08 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 14:48:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 14:48:09 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 14:48:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 14:48:09 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 14:48:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 14:48:10 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-09 14:48:10 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 14:48:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-09 14:48:10 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 14:48:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-09 14:48:10 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 14:48:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-09 14:48:11 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 14:48:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-09 14:48:11 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 14:48:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-09 14:55:28 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 14:55:28 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 14:55:28 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 14:55:29 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-09 14:55:29 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-09 14:55:29 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-09 14:55:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-09 14:55:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-09 14:55:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-09 14:55:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-09 14:55:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-09 14:55:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-09 14:55:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-09 14:55:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-09 14:55:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-09 14:55:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-09 14:55:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-09 14:55:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-09 14:55:48 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-09 14:55:48 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-09 14:55:48 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\ria\application\views\bankinvoice.php 80 -ERROR - 2019-01-09 14:55:48 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\bankinvoice.php 82 -ERROR - 2019-01-09 14:55:54 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-09 14:55:54 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-09 14:55:54 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\ria\application\views\bankinvoice.php 80 -ERROR - 2019-01-09 14:55:54 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\bankinvoice.php 82 -ERROR - 2019-01-09 14:55:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-09 14:55:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-09 14:55:55 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-09 14:55:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-09 14:55:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-09 14:55:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-09 14:55:56 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-09 14:55:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-09 14:56:47 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-09 14:56:47 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-09 14:56:47 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\ria\application\views\bankinvoice.php 80 -ERROR - 2019-01-09 14:56:47 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\bankinvoice.php 82 -ERROR - 2019-01-09 14:56:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-09 14:56:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-09 14:56:48 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-09 14:56:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-09 14:56:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-09 14:56:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-09 14:56:49 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-09 14:56:49 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-09 14:57:31 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-09 14:57:31 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-09 14:57:31 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\ria\application\views\bankinvoice.php 80 -ERROR - 2019-01-09 14:57:31 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\bankinvoice.php 82 -ERROR - 2019-01-09 14:57:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-09 14:57:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-09 14:57:32 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-09 14:57:32 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-09 14:57:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-09 14:57:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-09 14:57:33 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-09 14:57:33 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-09 15:20:46 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-09 15:20:46 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-09 15:20:46 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\ria\application\views\bankinvoice.php 80 -ERROR - 2019-01-09 15:20:47 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\bankinvoice.php 82 -ERROR - 2019-01-09 15:20:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-09 15:20:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-09 15:20:47 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-09 15:20:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-09 15:20:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-09 15:20:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-09 15:20:48 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-09 15:20:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-09 15:21:53 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-09 15:21:53 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-09 15:21:53 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\ria\application\views\bankinvoice.php 80 -ERROR - 2019-01-09 15:21:53 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\bankinvoice.php 82 -ERROR - 2019-01-09 15:21:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-09 15:21:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-09 15:21:54 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-09 15:21:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-09 15:21:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-09 15:21:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-09 15:21:55 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-09 15:21:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 diff --git a/application/logs/log-2019-01-10.php b/application/logs/log-2019-01-10.php deleted file mode 100644 index 735f3397..00000000 --- a/application/logs/log-2019-01-10.php +++ /dev/null @@ -1,27837 +0,0 @@ - - -ERROR - 2019-01-10 06:52:54 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 06:52:54 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 06:52:54 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 06:52:54 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 06:52:55 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 06:52:55 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 06:52:55 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 06:52:55 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 06:52:55 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 06:52:55 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 06:52:55 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 06:52:55 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 06:52:55 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 06:52:55 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 06:52:55 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 06:52:55 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 06:52:55 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 06:52:55 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 06:53:12 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-10 06:53:13 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-10 06:53:19 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-10 06:53:19 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-10 06:53:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-10 06:53:19 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-10 06:53:19 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-10 06:53:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-10 06:53:19 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-10 06:53:19 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-10 06:53:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-10 06:53:19 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-10 06:53:19 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-10 06:53:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-10 06:53:19 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-10 06:53:19 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-10 06:53:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-10 06:53:19 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-10 06:53:19 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-10 06:53:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-10 06:53:19 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-10 06:53:19 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-10 06:53:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-10 06:53:20 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-10 06:53:20 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-10 06:53:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-10 06:53:20 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-10 06:53:20 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-10 06:53:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-10 06:53:20 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-10 06:53:20 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-10 06:53:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-10 06:53:20 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-10 06:53:20 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-10 06:53:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-10 06:53:20 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-10 06:53:20 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-10 06:53:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-10 06:53:20 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-10 06:53:20 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-10 06:53:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-10 06:53:20 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-10 06:53:20 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-10 06:53:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-10 06:53:20 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-10 06:53:21 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-10 06:53:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-10 06:53:21 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-10 06:53:21 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-10 06:53:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-10 06:53:21 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-10 06:53:21 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-10 06:54:17 --> Severity: Notice --> Undefined variable: balancetocleared C:\xampp\htdocs\ria\application\controllers\cashbook.php 1375 -ERROR - 2019-01-10 06:54:17 --> Severity: Notice --> Undefined variable: clearedblnce C:\xampp\htdocs\ria\application\controllers\cashbook.php 1384 -ERROR - 2019-01-10 06:54:17 --> Severity: Notice --> Undefined variable: balancetocleared C:\xampp\htdocs\ria\application\controllers\cashbook.php 1384 -ERROR - 2019-01-10 06:54:18 --> Severity: Notice --> Undefined variable: data C:\xampp\htdocs\ria\application\controllers\cashbook.php 1456 -ERROR - 2019-01-10 06:54:18 --> Severity: Notice --> Undefined variable: data C:\xampp\htdocs\ria\application\controllers\cashbook.php 1456 -ERROR - 2019-01-10 06:54:18 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 06:54:18 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 06:54:18 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 06:54:18 --> Severity: Notice --> Undefined variable: bankreport C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-10 06:54:18 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 06:54:18 --> Severity: Notice --> Undefined variable: bankreport C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-10 06:54:18 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-10 06:54:18 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-10 06:54:18 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 06:54:18 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 06:54:18 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 06:54:18 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 06:54:18 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 06:54:18 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 06:54:18 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 06:54:18 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 06:54:18 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 06:54:18 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 06:54:18 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 06:54:18 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 06:54:18 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 06:54:18 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 06:54:18 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 06:54:18 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 06:54:18 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 06:54:18 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 06:54:18 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 06:54:18 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 06:54:18 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 06:54:18 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 06:54:18 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 06:54:18 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 06:54:18 --> Severity: Notice --> Undefined variable: finyear C:\xampp\htdocs\ria\application\views\bankstatement.php 197 -ERROR - 2019-01-10 06:54:18 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 197 -ERROR - 2019-01-10 06:54:18 --> Severity: Notice --> Undefined variable: finyear C:\xampp\htdocs\ria\application\views\bankstatement.php 197 -ERROR - 2019-01-10 06:54:18 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 197 -ERROR - 2019-01-10 06:54:18 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 235 -ERROR - 2019-01-10 06:54:18 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 235 -ERROR - 2019-01-10 06:54:19 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 06:54:19 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 06:54:19 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 06:54:19 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 06:54:19 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 06:54:19 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 06:54:19 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 06:54:20 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 06:54:20 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 06:54:20 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 06:54:20 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 06:54:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 06:54:20 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 06:54:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 06:54:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 06:54:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 06:54:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 06:54:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 06:54:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 06:54:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 06:54:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 06:54:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 06:54:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 06:54:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 06:54:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 06:54:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 06:54:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 06:54:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 06:54:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 06:54:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 06:54:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 06:54:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 06:54:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 06:54:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 06:54:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 06:54:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 06:54:36 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 06:54:36 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 06:54:36 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 06:54:36 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 06:54:36 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 06:54:36 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 06:54:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 06:54:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 06:54:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 06:54:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 06:54:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 06:54:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 06:54:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 06:54:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 06:54:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 06:54:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 06:54:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 06:54:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 06:55:02 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-10 06:55:02 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-10 06:55:57 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 06:55:57 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 06:55:57 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 06:55:57 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 06:55:57 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 06:55:57 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 06:55:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 06:55:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 06:55:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 06:55:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 06:55:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 06:55:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 06:55:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 06:55:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 06:55:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 06:55:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 06:55:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 06:55:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 06:57:08 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\banksettlement.php 11 -ERROR - 2019-01-10 06:57:09 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\banksettlement.php 11 -ERROR - 2019-01-10 06:57:09 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 06:57:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 06:57:09 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 06:57:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 06:57:09 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 06:57:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 06:57:09 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 06:57:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 06:57:09 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 06:57:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 06:57:09 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 06:57:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 06:57:09 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 06:57:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 06:57:09 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 311 -ERROR - 2019-01-10 06:57:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 311 -ERROR - 2019-01-10 06:57:09 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 06:57:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 06:58:45 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 06:58:45 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 06:58:45 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 06:58:45 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 06:58:46 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 06:58:46 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 06:58:46 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 06:58:46 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 06:58:46 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 06:58:46 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 06:58:46 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 06:58:46 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 06:58:46 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 06:58:46 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 06:58:46 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 06:58:46 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 06:58:46 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 06:58:46 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 06:59:01 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-10 06:59:01 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-10 06:59:05 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-10 06:59:05 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-10 06:59:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-10 06:59:05 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-10 06:59:05 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-10 06:59:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-10 06:59:05 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-10 06:59:05 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-10 06:59:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-10 06:59:06 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-10 06:59:06 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-10 06:59:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-10 06:59:06 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-10 06:59:06 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-10 06:59:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-10 06:59:06 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-10 06:59:06 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-10 06:59:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-10 06:59:06 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-10 06:59:06 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-10 06:59:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-10 06:59:06 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-10 06:59:06 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-10 06:59:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-10 06:59:06 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-10 06:59:06 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-10 06:59:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-10 06:59:06 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-10 06:59:06 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-10 06:59:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-10 06:59:07 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-10 06:59:07 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-10 06:59:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-10 06:59:07 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-10 06:59:07 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-10 06:59:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-10 06:59:07 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-10 06:59:07 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-10 06:59:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-10 06:59:07 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-10 06:59:07 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-10 06:59:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-10 06:59:07 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-10 06:59:07 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-10 06:59:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-10 06:59:07 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-10 06:59:07 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-10 06:59:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-10 06:59:07 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-10 06:59:07 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-10 06:59:39 --> Severity: Notice --> Undefined variable: balancetocleared C:\xampp\htdocs\ria\application\controllers\cashbook.php 1375 -ERROR - 2019-01-10 06:59:39 --> Severity: Notice --> Undefined variable: clearedblnce C:\xampp\htdocs\ria\application\controllers\cashbook.php 1384 -ERROR - 2019-01-10 06:59:39 --> Severity: Notice --> Undefined variable: balancetocleared C:\xampp\htdocs\ria\application\controllers\cashbook.php 1384 -ERROR - 2019-01-10 06:59:39 --> Severity: Notice --> Undefined variable: data C:\xampp\htdocs\ria\application\controllers\cashbook.php 1456 -ERROR - 2019-01-10 06:59:39 --> Severity: Notice --> Undefined variable: data C:\xampp\htdocs\ria\application\controllers\cashbook.php 1456 -ERROR - 2019-01-10 06:59:39 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 06:59:39 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 06:59:39 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 06:59:39 --> Severity: Notice --> Undefined variable: bankreport C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-10 06:59:39 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 06:59:39 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-10 06:59:39 --> Severity: Notice --> Undefined variable: bankreport C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-10 06:59:39 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 06:59:40 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 06:59:40 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-10 06:59:40 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 06:59:40 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 06:59:40 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 06:59:40 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 06:59:40 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 06:59:40 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 06:59:40 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 06:59:40 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 06:59:40 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 06:59:40 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 06:59:40 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 06:59:40 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 06:59:40 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 06:59:40 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 06:59:40 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 06:59:40 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 06:59:40 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 06:59:40 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 06:59:40 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 06:59:40 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 06:59:40 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 06:59:40 --> Severity: Notice --> Undefined variable: finyear C:\xampp\htdocs\ria\application\views\bankstatement.php 197 -ERROR - 2019-01-10 06:59:40 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 197 -ERROR - 2019-01-10 06:59:40 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 06:59:40 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 235 -ERROR - 2019-01-10 06:59:40 --> Severity: Notice --> Undefined variable: finyear C:\xampp\htdocs\ria\application\views\bankstatement.php 197 -ERROR - 2019-01-10 06:59:40 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 197 -ERROR - 2019-01-10 06:59:40 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 235 -ERROR - 2019-01-10 06:59:41 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 06:59:41 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 06:59:41 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 06:59:41 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 06:59:41 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 06:59:41 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 06:59:41 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 06:59:41 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 06:59:42 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 06:59:42 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 06:59:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 06:59:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 06:59:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 06:59:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 06:59:42 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 06:59:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 06:59:42 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 06:59:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 06:59:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 06:59:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 06:59:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 06:59:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 06:59:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 06:59:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 06:59:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 06:59:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 06:59:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 06:59:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 06:59:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 06:59:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 06:59:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 06:59:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 06:59:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 06:59:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 06:59:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 06:59:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 06:59:56 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 06:59:56 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 06:59:56 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 06:59:56 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 06:59:56 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 06:59:56 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 06:59:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 06:59:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 06:59:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 06:59:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 06:59:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 06:59:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 06:59:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 06:59:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 06:59:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 06:59:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 06:59:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 06:59:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 07:00:04 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\banksettlement.php 11 -ERROR - 2019-01-10 07:00:05 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\banksettlement.php 11 -ERROR - 2019-01-10 07:00:05 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:00:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:00:05 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:00:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:00:05 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:00:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:00:05 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:00:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:00:05 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:00:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:00:05 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:00:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:00:05 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:00:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:00:05 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 311 -ERROR - 2019-01-10 07:00:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 311 -ERROR - 2019-01-10 07:00:05 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:00:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:00:06 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:00:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:00:06 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:00:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:00:06 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:00:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:00:06 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:00:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:00:06 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:00:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:00:06 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:00:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:00:06 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:00:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:00:06 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 311 -ERROR - 2019-01-10 07:00:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 311 -ERROR - 2019-01-10 07:00:06 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:00:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:05:49 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\banksettlement.php 11 -ERROR - 2019-01-10 07:05:49 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\banksettlement.php 11 -ERROR - 2019-01-10 07:05:49 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:05:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:05:50 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:05:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:05:50 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:05:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:05:50 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:05:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:05:50 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:05:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:05:50 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:05:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:05:50 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:05:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:05:50 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 311 -ERROR - 2019-01-10 07:05:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 311 -ERROR - 2019-01-10 07:05:50 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:05:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:05:50 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:05:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:05:50 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:05:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:05:50 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:05:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:05:50 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:05:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:05:50 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:05:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:05:50 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:05:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:05:50 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:05:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:05:51 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 311 -ERROR - 2019-01-10 07:05:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 311 -ERROR - 2019-01-10 07:05:51 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:05:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:08:37 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\banksettlement.php 11 -ERROR - 2019-01-10 07:08:37 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\banksettlement.php 11 -ERROR - 2019-01-10 07:08:37 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:08:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:08:37 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:08:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:08:37 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:08:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:08:37 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:08:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:08:37 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\banksettlement.php 11 -ERROR - 2019-01-10 07:08:37 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:08:37 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\banksettlement.php 11 -ERROR - 2019-01-10 07:08:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:08:37 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:08:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:08:37 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:08:37 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:08:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:08:37 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:08:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:08:38 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:08:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:08:38 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 311 -ERROR - 2019-01-10 07:08:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:08:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 311 -ERROR - 2019-01-10 07:08:38 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:08:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:08:38 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:08:38 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:08:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:08:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:08:38 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:08:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:08:38 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:08:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:08:38 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:08:38 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:08:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:08:38 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:08:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:08:38 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 311 -ERROR - 2019-01-10 07:08:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:08:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 311 -ERROR - 2019-01-10 07:08:38 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:08:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:08:38 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:08:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:08:38 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:08:38 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:08:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:08:38 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:08:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:08:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:08:38 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:08:38 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:08:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:08:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:08:38 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:08:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:08:38 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 311 -ERROR - 2019-01-10 07:08:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 311 -ERROR - 2019-01-10 07:08:38 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:08:38 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:08:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:08:38 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:08:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:08:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:08:39 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:08:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:08:39 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:08:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:08:39 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 311 -ERROR - 2019-01-10 07:08:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 311 -ERROR - 2019-01-10 07:08:39 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:08:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:09:53 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\banksettlement.php 11 -ERROR - 2019-01-10 07:09:53 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\banksettlement.php 11 -ERROR - 2019-01-10 07:09:53 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:53 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:54 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:09:54 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\banksettlement.php 11 -ERROR - 2019-01-10 07:09:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:09:54 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:09:54 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\banksettlement.php 11 -ERROR - 2019-01-10 07:09:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:09:54 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:55 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:55 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\banksettlement.php 11 -ERROR - 2019-01-10 07:09:55 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\banksettlement.php 11 -ERROR - 2019-01-10 07:09:55 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\banksettlement.php 11 -ERROR - 2019-01-10 07:09:55 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\banksettlement.php 11 -ERROR - 2019-01-10 07:09:55 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:55 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\banksettlement.php 11 -ERROR - 2019-01-10 07:09:55 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:55 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\banksettlement.php 11 -ERROR - 2019-01-10 07:09:56 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\banksettlement.php 11 -ERROR - 2019-01-10 07:09:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:56 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:09:56 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:09:56 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:56 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:56 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\banksettlement.php 11 -ERROR - 2019-01-10 07:09:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:56 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 311 -ERROR - 2019-01-10 07:09:56 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 311 -ERROR - 2019-01-10 07:09:56 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:09:56 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:56 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:09:56 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:56 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:56 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:09:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:56 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:09:56 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:09:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:09:56 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:09:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:09:56 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:09:56 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:09:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:09:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:09:56 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:09:56 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:56 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:09:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:56 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:09:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:09:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:09:56 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:56 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:09:56 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:09:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:09:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:56 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:56 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:56 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:56 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:09:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:09:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:56 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:09:56 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:56 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\banksettlement.php 11 -ERROR - 2019-01-10 07:09:56 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:09:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:56 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:56 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\banksettlement.php 11 -ERROR - 2019-01-10 07:09:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:56 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:09:56 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:09:56 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:09:56 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 311 -ERROR - 2019-01-10 07:09:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:09:56 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 311 -ERROR - 2019-01-10 07:09:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:56 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:56 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:09:56 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:56 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 311 -ERROR - 2019-01-10 07:09:56 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:09:56 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:09:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 311 -ERROR - 2019-01-10 07:09:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:09:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:09:56 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\banksettlement.php 11 -ERROR - 2019-01-10 07:09:56 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\banksettlement.php 11 -ERROR - 2019-01-10 07:09:56 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 311 -ERROR - 2019-01-10 07:09:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:56 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:09:56 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\banksettlement.php 11 -ERROR - 2019-01-10 07:09:56 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:56 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:09:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:09:56 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:09:56 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\banksettlement.php 11 -ERROR - 2019-01-10 07:09:56 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:09:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 311 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 311 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 311 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 311 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 311 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\banksettlement.php 11 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\banksettlement.php 11 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\banksettlement.php 11 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\banksettlement.php 11 -ERROR - 2019-01-10 07:09:57 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\banksettlement.php 11 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:57 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\banksettlement.php 11 -ERROR - 2019-01-10 07:09:57 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\banksettlement.php 11 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:09:57 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\banksettlement.php 11 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 311 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 311 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 311 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 311 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:09:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:09:58 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:09:58 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:58 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 311 -ERROR - 2019-01-10 07:09:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:58 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:09:58 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:09:58 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 311 -ERROR - 2019-01-10 07:09:58 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:09:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:09:58 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:09:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:09:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 311 -ERROR - 2019-01-10 07:09:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:09:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:09:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:09:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 311 -ERROR - 2019-01-10 07:09:58 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 311 -ERROR - 2019-01-10 07:09:58 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 311 -ERROR - 2019-01-10 07:09:58 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:09:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 311 -ERROR - 2019-01-10 07:09:58 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 311 -ERROR - 2019-01-10 07:09:58 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 311 -ERROR - 2019-01-10 07:09:58 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:58 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:09:58 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:09:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:09:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:09:58 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:09:58 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 311 -ERROR - 2019-01-10 07:09:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:09:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:09:58 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:09:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 311 -ERROR - 2019-01-10 07:09:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 311 -ERROR - 2019-01-10 07:09:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:09:58 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 311 -ERROR - 2019-01-10 07:09:58 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:09:58 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:09:58 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:09:58 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:09:58 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:09:58 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:58 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 311 -ERROR - 2019-01-10 07:09:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:09:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:09:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 311 -ERROR - 2019-01-10 07:09:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:09:58 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 311 -ERROR - 2019-01-10 07:09:58 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:58 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:09:58 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:09:58 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:09:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:58 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:09:58 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:09:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:09:58 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:58 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:58 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:58 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:09:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:58 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:09:58 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:58 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:58 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:09:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:09:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:58 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:09:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:09:58 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:58 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 311 -ERROR - 2019-01-10 07:09:58 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:58 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:09:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:09:58 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:09:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:58 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:58 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:09:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:09:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 311 -ERROR - 2019-01-10 07:09:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:09:59 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:09:59 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 311 -ERROR - 2019-01-10 07:09:59 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:09:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:09:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:59 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:09:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:09:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:09:59 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:09:59 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:09:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 311 -ERROR - 2019-01-10 07:09:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:09:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:09:59 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:09:59 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:09:59 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 311 -ERROR - 2019-01-10 07:09:59 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:09:59 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:59 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:09:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:59 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:09:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 311 -ERROR - 2019-01-10 07:09:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:09:59 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:09:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:59 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:59 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:09:59 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:59 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:59 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:59 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:09:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:09:59 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:09:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:59 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:09:59 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:09:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:09:59 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:09:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:09:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:09:59 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 311 -ERROR - 2019-01-10 07:09:59 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:59 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:59 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 311 -ERROR - 2019-01-10 07:09:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:59 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:09:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 311 -ERROR - 2019-01-10 07:09:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:59 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 311 -ERROR - 2019-01-10 07:09:59 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:09:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 311 -ERROR - 2019-01-10 07:09:59 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:09:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:09:59 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 311 -ERROR - 2019-01-10 07:09:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:09:59 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:09:59 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:09:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:09:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:59 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:09:59 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:09:59 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 311 -ERROR - 2019-01-10 07:09:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:09:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:09:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:09:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:09:59 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:09:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 311 -ERROR - 2019-01-10 07:10:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:10:00 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 311 -ERROR - 2019-01-10 07:10:00 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:10:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:10:00 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:10:00 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:10:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 311 -ERROR - 2019-01-10 07:10:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:10:00 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:10:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:10:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:10:00 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 311 -ERROR - 2019-01-10 07:10:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 311 -ERROR - 2019-01-10 07:10:00 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:10:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 345 -ERROR - 2019-01-10 07:11:13 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\banksettlement.php 11 -ERROR - 2019-01-10 07:11:13 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\banksettlement.php 11 -ERROR - 2019-01-10 07:11:13 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:11:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:11:13 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:11:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:11:13 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:11:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:11:13 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 346 -ERROR - 2019-01-10 07:11:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 346 -ERROR - 2019-01-10 07:11:13 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:11:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:11:13 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:11:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:11:13 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:11:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:11:13 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 312 -ERROR - 2019-01-10 07:11:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 312 -ERROR - 2019-01-10 07:11:13 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 346 -ERROR - 2019-01-10 07:11:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 346 -ERROR - 2019-01-10 07:11:13 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:11:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:11:14 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:11:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:11:14 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:11:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:11:14 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 346 -ERROR - 2019-01-10 07:11:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 346 -ERROR - 2019-01-10 07:11:14 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:11:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:11:14 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:11:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:11:14 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:11:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:11:14 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 312 -ERROR - 2019-01-10 07:11:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 312 -ERROR - 2019-01-10 07:11:14 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 346 -ERROR - 2019-01-10 07:11:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 346 -ERROR - 2019-01-10 07:12:28 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 07:12:28 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 07:12:28 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 07:12:28 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 07:12:29 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 07:12:29 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 07:12:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 07:12:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 07:12:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 07:12:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 07:12:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 07:12:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 07:12:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 07:12:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 07:12:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 07:12:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 07:12:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 07:12:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 07:14:34 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\banksettlement.php 11 -ERROR - 2019-01-10 07:14:34 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\banksettlement.php 11 -ERROR - 2019-01-10 07:14:34 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:14:34 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:14:34 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:14:34 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:14:34 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:14:34 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:14:34 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 346 -ERROR - 2019-01-10 07:14:34 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 346 -ERROR - 2019-01-10 07:14:34 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:14:34 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:14:34 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:14:34 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:14:34 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:14:34 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:14:34 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 346 -ERROR - 2019-01-10 07:14:34 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 346 -ERROR - 2019-01-10 07:14:49 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 07:14:49 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 07:14:49 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 07:14:49 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 07:14:49 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 07:14:49 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 07:14:50 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 07:14:50 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 07:14:50 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 07:14:50 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 07:14:50 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 07:14:50 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 07:14:50 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 07:14:50 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 07:14:50 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 07:14:50 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 07:14:50 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 07:14:50 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 07:15:00 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\banksettlement.php 11 -ERROR - 2019-01-10 07:15:00 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\banksettlement.php 11 -ERROR - 2019-01-10 07:15:00 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:15:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:15:00 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:15:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:15:00 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:15:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:15:00 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 346 -ERROR - 2019-01-10 07:15:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 346 -ERROR - 2019-01-10 07:15:01 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:15:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:15:01 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:15:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:15:01 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:15:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:15:01 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 312 -ERROR - 2019-01-10 07:15:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 312 -ERROR - 2019-01-10 07:15:01 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 346 -ERROR - 2019-01-10 07:15:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 346 -ERROR - 2019-01-10 07:15:01 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:15:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:15:01 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:15:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:15:01 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:15:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:15:01 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 346 -ERROR - 2019-01-10 07:15:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 346 -ERROR - 2019-01-10 07:15:01 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:15:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:15:02 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:15:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:15:02 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:15:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:15:02 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 312 -ERROR - 2019-01-10 07:15:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 312 -ERROR - 2019-01-10 07:15:02 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 346 -ERROR - 2019-01-10 07:15:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 346 -ERROR - 2019-01-10 07:15:15 --> Severity: Notice --> Use of undefined constant OPEN - assumed 'OPEN' C:\xampp\htdocs\ria\application\controllers\cashbook.php 2270 -ERROR - 2019-01-10 07:15:17 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 07:15:17 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 07:15:17 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 07:15:17 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 07:15:17 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 07:15:17 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 07:15:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 07:15:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 07:15:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 07:15:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 07:15:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 07:15:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 07:15:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 07:15:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 07:15:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 07:15:18 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 07:15:18 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 07:15:18 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 07:15:28 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\banksettlement.php 11 -ERROR - 2019-01-10 07:15:28 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\banksettlement.php 11 -ERROR - 2019-01-10 07:15:28 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:15:28 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:15:28 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:15:28 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:15:28 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:15:28 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:15:28 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 346 -ERROR - 2019-01-10 07:15:28 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 346 -ERROR - 2019-01-10 07:15:28 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:15:28 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:15:28 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:15:28 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:15:29 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:15:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:15:29 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 312 -ERROR - 2019-01-10 07:15:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 312 -ERROR - 2019-01-10 07:15:29 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 346 -ERROR - 2019-01-10 07:15:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 346 -ERROR - 2019-01-10 07:15:29 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:15:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:15:29 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:15:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:15:29 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:15:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:15:29 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 312 -ERROR - 2019-01-10 07:15:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 312 -ERROR - 2019-01-10 07:15:29 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 346 -ERROR - 2019-01-10 07:15:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 346 -ERROR - 2019-01-10 07:15:40 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 07:15:40 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 07:15:40 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 07:15:40 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 07:15:40 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 07:15:40 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 07:15:40 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 07:15:40 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 07:15:40 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 07:15:40 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 07:15:40 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 07:15:41 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 07:15:41 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 07:15:41 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 07:15:41 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 07:15:41 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 07:15:41 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 07:15:41 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 07:15:52 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-10 07:15:52 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-10 07:15:58 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-10 07:15:58 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-10 07:15:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-10 07:15:58 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-10 07:15:58 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-10 07:15:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-10 07:15:58 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-10 07:15:58 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-10 07:15:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-10 07:15:59 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-10 07:15:59 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-10 07:15:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-10 07:15:59 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-10 07:15:59 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-10 07:15:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-10 07:15:59 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-10 07:15:59 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-10 07:15:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-10 07:15:59 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-10 07:15:59 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-10 07:15:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-10 07:15:59 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-10 07:15:59 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-10 07:15:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-10 07:15:59 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-10 07:15:59 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-10 07:15:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-10 07:15:59 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-10 07:15:59 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-10 07:15:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-10 07:16:00 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-10 07:16:00 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-10 07:16:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-10 07:16:00 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-10 07:16:00 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-10 07:16:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-10 07:16:00 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-10 07:16:00 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-10 07:16:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-10 07:16:00 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-10 07:16:00 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-10 07:16:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-10 07:16:00 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-10 07:16:00 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-10 07:16:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-10 07:16:00 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-10 07:16:00 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-10 07:16:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-10 07:16:00 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-10 07:16:00 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-10 07:16:33 --> Severity: Notice --> Undefined variable: balancetocleared C:\xampp\htdocs\ria\application\controllers\cashbook.php 1375 -ERROR - 2019-01-10 07:16:33 --> Severity: Notice --> Undefined variable: clearedblnce C:\xampp\htdocs\ria\application\controllers\cashbook.php 1384 -ERROR - 2019-01-10 07:16:33 --> Severity: Notice --> Undefined variable: balancetocleared C:\xampp\htdocs\ria\application\controllers\cashbook.php 1384 -ERROR - 2019-01-10 07:16:34 --> Severity: Notice --> Undefined variable: data C:\xampp\htdocs\ria\application\controllers\cashbook.php 1456 -ERROR - 2019-01-10 07:16:34 --> Severity: Notice --> Undefined variable: data C:\xampp\htdocs\ria\application\controllers\cashbook.php 1456 -ERROR - 2019-01-10 07:16:34 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 07:16:34 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 07:16:34 --> Severity: Notice --> Undefined variable: bankreport C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-10 07:16:34 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 07:16:34 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-10 07:16:34 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 07:16:34 --> Severity: Notice --> Undefined variable: bankreport C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-10 07:16:34 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 07:16:34 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 07:16:34 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-10 07:16:34 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 07:16:34 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 07:16:34 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 07:16:34 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 07:16:34 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 07:16:34 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 07:16:34 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 07:16:34 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 07:16:34 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 07:16:34 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 07:16:34 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 07:16:34 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 07:16:34 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 07:16:34 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 07:16:34 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 07:16:34 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 07:16:34 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 07:16:34 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 07:16:34 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 07:16:34 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 07:16:34 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 07:16:34 --> Severity: Notice --> Undefined variable: finyear C:\xampp\htdocs\ria\application\views\bankstatement.php 197 -ERROR - 2019-01-10 07:16:34 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 197 -ERROR - 2019-01-10 07:16:34 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 07:16:34 --> Severity: Notice --> Undefined variable: finyear C:\xampp\htdocs\ria\application\views\bankstatement.php 197 -ERROR - 2019-01-10 07:16:34 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 235 -ERROR - 2019-01-10 07:16:34 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 197 -ERROR - 2019-01-10 07:16:34 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 235 -ERROR - 2019-01-10 07:16:35 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 07:16:35 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 07:16:35 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 07:16:36 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 07:16:36 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 07:16:36 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 07:16:36 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 07:16:36 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 07:16:36 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 07:16:36 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 07:16:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 07:16:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 07:16:36 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 07:16:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 07:16:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 07:16:36 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 07:16:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 07:16:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 07:16:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 07:16:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 07:16:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 07:16:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 07:16:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 07:16:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 07:16:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 07:16:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 07:16:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 07:16:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 07:16:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 07:16:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 07:16:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 07:16:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 07:16:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 07:16:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 07:16:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 07:16:37 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 07:16:45 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\banksettlement.php 11 -ERROR - 2019-01-10 07:16:45 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\banksettlement.php 11 -ERROR - 2019-01-10 07:16:45 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:16:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:16:45 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:16:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:16:45 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:16:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:16:45 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 346 -ERROR - 2019-01-10 07:16:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 346 -ERROR - 2019-01-10 07:16:45 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:16:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:16:45 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:16:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:16:45 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:16:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:16:45 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 312 -ERROR - 2019-01-10 07:16:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 312 -ERROR - 2019-01-10 07:16:45 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 346 -ERROR - 2019-01-10 07:16:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 346 -ERROR - 2019-01-10 07:16:46 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:16:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:16:46 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:16:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:16:46 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:16:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:16:46 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 312 -ERROR - 2019-01-10 07:16:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 312 -ERROR - 2019-01-10 07:16:46 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 346 -ERROR - 2019-01-10 07:16:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 346 -ERROR - 2019-01-10 07:16:46 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:16:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:16:46 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:16:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:16:46 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:16:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:16:46 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 346 -ERROR - 2019-01-10 07:16:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 346 -ERROR - 2019-01-10 07:16:46 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:16:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:16:46 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:16:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:16:46 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:16:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:16:47 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 312 -ERROR - 2019-01-10 07:16:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 312 -ERROR - 2019-01-10 07:16:47 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 346 -ERROR - 2019-01-10 07:16:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 346 -ERROR - 2019-01-10 07:18:42 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 07:18:42 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 07:18:42 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 07:18:42 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 07:18:42 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 07:18:42 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 07:18:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 07:18:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 07:18:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 07:18:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 07:18:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 07:18:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 07:18:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 07:18:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 07:18:42 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 07:18:43 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 07:18:43 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 07:18:43 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 07:18:59 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-10 07:18:59 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-10 07:19:06 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-10 07:19:06 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankdebit.php 2 -ERROR - 2019-01-10 07:19:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-10 07:19:06 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-10 07:19:06 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-10 07:19:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-10 07:19:06 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-10 07:19:06 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-10 07:19:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-10 07:19:06 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-10 07:19:06 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-10 07:19:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-10 07:19:07 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-10 07:19:07 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-10 07:19:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-10 07:19:07 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-10 07:19:07 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-10 07:19:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-10 07:19:07 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-10 07:19:07 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-10 07:19:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-10 07:19:07 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-10 07:19:07 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-10 07:19:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-10 07:19:07 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-10 07:19:07 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-10 07:19:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-10 07:19:07 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-10 07:19:07 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-10 07:19:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-10 07:19:07 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-10 07:19:07 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-10 07:19:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-10 07:19:07 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-10 07:19:07 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-10 07:19:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-10 07:19:08 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-10 07:19:08 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-10 07:19:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-10 07:19:08 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-10 07:19:08 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-10 07:19:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-10 07:19:08 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-10 07:19:08 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-10 07:19:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-10 07:19:08 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-10 07:19:08 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-10 07:19:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankdebit.php 177 -ERROR - 2019-01-10 07:19:08 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankdebit.php 179 -ERROR - 2019-01-10 07:19:08 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankdebit.php 193 -ERROR - 2019-01-10 07:19:29 --> Severity: Notice --> Undefined variable: data C:\xampp\htdocs\ria\application\controllers\cashbook.php 1456 -ERROR - 2019-01-10 07:19:29 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 07:19:29 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 07:19:29 --> Severity: Notice --> Undefined variable: bankreport C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-10 07:19:29 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-10 07:19:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 07:19:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 07:19:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 07:19:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 07:19:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 07:19:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 07:19:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 07:19:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 07:19:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 07:19:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 07:19:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 07:19:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 07:19:29 --> Severity: Notice --> Undefined variable: finyear C:\xampp\htdocs\ria\application\views\bankstatement.php 197 -ERROR - 2019-01-10 07:19:29 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 197 -ERROR - 2019-01-10 07:19:30 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 235 -ERROR - 2019-01-10 07:19:30 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 07:19:30 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 07:19:31 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 07:19:31 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 07:19:31 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 07:19:31 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 07:19:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 07:19:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 07:19:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 07:19:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 07:19:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 07:19:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 07:19:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 07:19:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 07:19:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 07:19:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 07:19:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 07:19:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 07:19:40 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\banksettlement.php 11 -ERROR - 2019-01-10 07:19:40 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\banksettlement.php 11 -ERROR - 2019-01-10 07:19:40 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:19:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:19:40 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:19:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 289 -ERROR - 2019-01-10 07:19:40 --> Severity: Notice --> Undefined variable: rel C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:19:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 290 -ERROR - 2019-01-10 07:19:40 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksettlement.php 346 -ERROR - 2019-01-10 07:19:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksettlement.php 346 -ERROR - 2019-01-10 07:20:31 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 07:20:31 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 07:20:31 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 07:20:31 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 07:20:31 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 07:20:31 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 07:20:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 07:20:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 07:20:32 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 07:20:32 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 07:20:32 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 07:20:32 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 07:20:32 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 07:20:32 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 07:20:32 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 07:20:32 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 07:20:32 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 07:20:32 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 07:20:48 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-10 07:20:48 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-10 07:20:48 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\ria\application\views\bankinvoice.php 80 -ERROR - 2019-01-10 07:20:48 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\bankinvoice.php 82 -ERROR - 2019-01-10 07:20:55 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-10 07:20:55 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-10 07:20:55 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\ria\application\views\bankinvoice.php 80 -ERROR - 2019-01-10 07:20:55 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\bankinvoice.php 82 -ERROR - 2019-01-10 07:20:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:20:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:20:55 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:20:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:20:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:20:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:20:55 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:20:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:35:58 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-10 07:35:58 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-10 07:35:58 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\ria\application\views\bankinvoice.php 80 -ERROR - 2019-01-10 07:35:58 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\bankinvoice.php 82 -ERROR - 2019-01-10 07:36:05 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-10 07:36:06 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-10 07:36:06 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\ria\application\views\bankinvoice.php 80 -ERROR - 2019-01-10 07:36:06 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\bankinvoice.php 82 -ERROR - 2019-01-10 07:36:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:06 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:06 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:06 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:06 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:07 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:07 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:07 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:07 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:07 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:07 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:08 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:08 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:08 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:08 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:09 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:09 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:09 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:09 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:09 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:09 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:10 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:10 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:10 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:10 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:10 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:11 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:11 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:11 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:11 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:11 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:12 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:12 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:12 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:12 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:12 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:13 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:13 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:13 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:13 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:13 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:13 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:14 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:14 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:14 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:14 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:14 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:15 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:15 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:15 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:15 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:15 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:15 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:15 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:15 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:15 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:15 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:15 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:16 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:16 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:16 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:16 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:16 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:16 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:16 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:16 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:16 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:16 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:17 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:17 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:17 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:17 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:17 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:17 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:18 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:18 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:18 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:18 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:18 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:18 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:18 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:18 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:19 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:19 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:19 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:19 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:19 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:19 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:19 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:19 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:19 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:19 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:19 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:19 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:20 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:20 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:20 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:20 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:20 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:21 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:21 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:21 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:21 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:21 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:21 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:21 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:21 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:21 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:21 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:21 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:22 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:22 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:22 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:22 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:22 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:22 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:22 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:22 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:22 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:22 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:23 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:23 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:23 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:23 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:23 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:23 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:23 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:23 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:23 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:23 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:24 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:24 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:24 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:24 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:24 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:25 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:25 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:25 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:25 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:25 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:26 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:26 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:26 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:26 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:26 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:27 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:27 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:27 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:27 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:27 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:27 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:27 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:27 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:27 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:27 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:28 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:28 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:28 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:28 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:28 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:28 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:28 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:28 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:28 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:29 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:29 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:29 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:29 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:29 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:30 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:30 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:30 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:30 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:30 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:31 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:31 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:31 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:31 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:32 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:32 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:32 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:32 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:32 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:32 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:32 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:32 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:33 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:33 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:33 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:33 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:33 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:33 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:33 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:33 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:33 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:33 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:33 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:33 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:34 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:34 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:34 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:34 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:34 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:34 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:35 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:35 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:35 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:35 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:35 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:36 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:36 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:36 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:36 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:36 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:37 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:37 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:37 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:37 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:38 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:38 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:38 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:38 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:39 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:39 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:39 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:39 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:39 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:39 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:40 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:40 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:40 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:40 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:41 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:41 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:41 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:41 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:41 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:41 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:41 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:41 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:41 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:41 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:42 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:42 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:42 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:42 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:43 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:43 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:43 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:43 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:43 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:43 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:44 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:44 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:44 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:44 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:45 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:45 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:45 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:45 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:45 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:46 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:46 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:46 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:46 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:47 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:47 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:47 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:47 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:47 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:48 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:48 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:48 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:48 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:49 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:49 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:49 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:49 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:49 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:49 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:49 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:49 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:49 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:49 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:50 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:50 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:50 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:50 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:51 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:51 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:51 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:51 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:51 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:52 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:52 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:52 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:52 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:53 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:53 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:53 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:53 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:53 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:54 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:54 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:54 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:54 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:55 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:55 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:55 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:55 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:55 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:56 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:56 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:56 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:56 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:57 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:57 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:57 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:57 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:57 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:58 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:58 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:58 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:58 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:59 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:59 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:59 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:59 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:36:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:36:59 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:36:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:00 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:00 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:00 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:00 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:01 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:01 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:01 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:01 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:01 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:02 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:02 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:02 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:02 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:03 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:03 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:03 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:03 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:03 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:04 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:04 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:04 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:04 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:05 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:05 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:05 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:05 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:05 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:06 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:06 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:06 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:06 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:07 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:07 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:07 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:07 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:08 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:08 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:08 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:08 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:09 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:09 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:09 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:09 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:09 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:10 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:10 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:10 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:10 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:11 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:11 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:11 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:11 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:11 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:12 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:12 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:12 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:12 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:13 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:13 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:13 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:13 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:13 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:14 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:14 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:14 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:14 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:15 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:15 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:15 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:15 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:15 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:15 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:15 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:15 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:15 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:16 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:16 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:16 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:16 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:16 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:16 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:16 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:16 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:17 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:17 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:17 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:17 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:18 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:18 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:18 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:18 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:18 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:18 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:18 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:18 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:19 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:19 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:19 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:19 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:19 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:19 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:19 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:19 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:19 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:19 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:20 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:20 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:20 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:20 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:21 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:21 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:21 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:21 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:21 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:21 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:21 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:21 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:21 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:22 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:22 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:22 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:22 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:22 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:22 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:22 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:22 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:23 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:23 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:23 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:23 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:23 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:23 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:23 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:23 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:23 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:23 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:24 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:24 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:24 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:24 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:25 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:25 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:25 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:25 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:26 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:26 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:26 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:26 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:27 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:27 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:27 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:27 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:27 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:27 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:27 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:27 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:27 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:27 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:28 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:28 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:28 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:28 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:28 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:28 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:28 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:29 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:29 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:29 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:29 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:30 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:30 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:30 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:30 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:31 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:31 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:31 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:31 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:32 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:32 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:32 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:32 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:32 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:32 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:32 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:32 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:33 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:33 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:33 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:33 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:33 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:33 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:33 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:33 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:33 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:34 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:34 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:34 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:34 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:34 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:34 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:34 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:35 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:35 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:35 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:35 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:35 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:36 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:36 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:36 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:37 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:37 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:37 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:37 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:37 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:38 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:38 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:38 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:39 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:39 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:39 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:39 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:39 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:40 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:40 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:40 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:41 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:41 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:41 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:41 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:41 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:41 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:41 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:41 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:42 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:42 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:42 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:42 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:43 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:43 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:43 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:44 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:44 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:44 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:45 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:45 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:45 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:45 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:45 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:46 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:46 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:46 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:47 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:47 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:47 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:47 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:47 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:48 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:48 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:48 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:49 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:49 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:49 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:49 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:49 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:49 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:49 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:49 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:50 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:50 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:51 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:51 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:51 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:52 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:52 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:52 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:53 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:53 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:53 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:53 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:54 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:54 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:55 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:55 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:55 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:55 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:56 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:56 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:56 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:56 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:57 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:57 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:57 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:57 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:57 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:57 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:57 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:58 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:58 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:59 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:37:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:37:59 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:37:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:00 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:00 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:00 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:01 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:01 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:01 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:02 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:02 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:02 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:03 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:03 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:03 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:03 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:04 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:04 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:04 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:05 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:05 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:05 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:05 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:06 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:06 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:06 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:07 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:07 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:07 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:08 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:08 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:09 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:09 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:09 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:09 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:10 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:10 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:10 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:10 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:11 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:11 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:11 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:11 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:12 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:12 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:13 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:14 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:14 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:14 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:15 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:15 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:15 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:15 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:15 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:15 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:15 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:16 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:16 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:16 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:16 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:16 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:16 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:16 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:16 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:17 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:17 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:17 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:17 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:18 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:18 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:18 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:18 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:18 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:18 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:18 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:19 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:19 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:19 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:19 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:19 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:19 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:19 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:20 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:20 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:20 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:20 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:21 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:21 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:21 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:21 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:21 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:21 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:21 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:21 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:22 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:22 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:22 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:23 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:23 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:23 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:23 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:24 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:24 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:25 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:25 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:26 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:26 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:26 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:27 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:27 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:27 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:27 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:27 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:28 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:28 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:28 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:28 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:28 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:28 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:28 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:28 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:28 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:29 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:29 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:29 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:29 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:29 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:29 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:30 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:30 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:31 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:31 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:31 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:32 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:32 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:32 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:32 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:32 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:32 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:33 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:33 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:33 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:33 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:33 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:33 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:34 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:34 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:34 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:34 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:35 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:35 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:36 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:36 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:36 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:37 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:37 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:37 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:38 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:38 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:39 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:39 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:40 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:41 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:41 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:41 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:41 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:42 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:42 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:42 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:43 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:43 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:43 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:43 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:43 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:44 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:44 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:44 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:44 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:45 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:45 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:45 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:45 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:46 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:46 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:46 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:46 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:46 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:47 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:47 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:47 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:47 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:47 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:47 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:48 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:48 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:48 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:48 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:48 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:48 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:49 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:49 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:49 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:49 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:49 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:49 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:50 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:50 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:50 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:51 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:51 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:51 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:52 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:52 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:52 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:52 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:53 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:53 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:53 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:54 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:54 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:54 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:54 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:55 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:55 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:55 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:56 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:56 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:56 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:56 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:57 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:57 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:57 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:58 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:58 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:38:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:38:59 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:38:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:00 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:01 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:01 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:01 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:02 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:02 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:02 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:03 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:03 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:04 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:04 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:04 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:05 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:05 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:06 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:06 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:06 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:07 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:08 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:08 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:09 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:09 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:09 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:10 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:10 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:10 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:10 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:11 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:11 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:11 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:11 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:12 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:12 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:12 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:12 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:13 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:13 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:13 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:13 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:14 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:14 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:14 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:14 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:14 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:15 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:15 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:15 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:15 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:15 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:15 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:15 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:16 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:16 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:16 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:16 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:16 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:16 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:16 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:16 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:17 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:17 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:17 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:17 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:17 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:17 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:18 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:18 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:18 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:18 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:18 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:18 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:18 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:18 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:18 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:18 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:19 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:19 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:19 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:19 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:19 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:19 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:20 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:20 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:20 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:21 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:21 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:21 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:21 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:22 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:22 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:22 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:22 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:23 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:23 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:23 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:23 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:23 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:23 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:24 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:24 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:24 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:25 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:25 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:26 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:26 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:27 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:27 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:27 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:27 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:27 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:27 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:27 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:27 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:28 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:28 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:28 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:28 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:28 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:28 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:28 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:28 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:28 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:28 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:28 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:28 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:29 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:29 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:29 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:29 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:29 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:29 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:29 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:29 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:30 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:30 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:30 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:30 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:30 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:30 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:30 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:31 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:31 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:31 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:31 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:31 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:31 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:32 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:32 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:32 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:32 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:32 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:32 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:33 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:33 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:33 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:33 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:33 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:33 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:33 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:34 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:34 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:34 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:35 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:35 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:36 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:37 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:37 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:38 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:38 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:39 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:39 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:39 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:39 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:39 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:39 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:40 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:40 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:40 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:41 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:41 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:41 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:42 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:43 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:43 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:44 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:44 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:44 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:45 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:45 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:45 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:45 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:46 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:46 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:46 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:46 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:47 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:47 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:47 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:47 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:47 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:48 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:48 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:48 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:48 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:49 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:49 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:49 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:49 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:50 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:50 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:51 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:51 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:52 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:52 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:52 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:52 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:53 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:53 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:53 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:53 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:54 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:54 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:54 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:55 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:55 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:55 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:56 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:56 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:56 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:56 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:57 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:57 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:58 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:58 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:58 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:59 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:59 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:59 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:59 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:59 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:39:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:39:59 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:39:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:00 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:00 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:00 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:00 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:00 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:01 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:01 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:01 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:02 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:02 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:03 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:04 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:04 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:04 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:05 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:05 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:06 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:06 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:06 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:07 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:07 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:07 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:07 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:08 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:08 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:08 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:08 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:09 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:10 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:10 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:10 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:11 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:11 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:11 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:12 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:12 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:13 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:13 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:13 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:14 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:14 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:15 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:15 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:15 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:15 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:15 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:15 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:16 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:16 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:16 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:16 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:16 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:16 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:17 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:17 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:17 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:17 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:18 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:18 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:18 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:18 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:18 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:19 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:19 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:19 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:19 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:19 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:19 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:19 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:19 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:20 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:20 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:21 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:21 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:21 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:21 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:22 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:22 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:22 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:22 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:22 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:22 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:22 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:22 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:23 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:23 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:23 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:23 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:23 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:23 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:23 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:24 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:24 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:24 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:25 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:25 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:25 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:25 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:26 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:26 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:26 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:27 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:27 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:27 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:27 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:27 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:27 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:27 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:27 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:28 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:28 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:28 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:28 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:28 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:28 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:29 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:29 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:29 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:29 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:30 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:30 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:30 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:30 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:31 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:31 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:31 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:32 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:32 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:32 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:32 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:32 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:33 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:33 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:33 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:33 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:33 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:33 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:33 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:34 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:34 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:34 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:34 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:34 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:34 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:34 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:35 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:35 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:35 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:36 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:36 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:36 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:37 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:37 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:37 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:38 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:38 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:38 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:39 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:39 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:39 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:40 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:40 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:41 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:41 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:41 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:41 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:41 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:41 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:41 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:41 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:42 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:42 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:42 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:43 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:43 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:43 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:44 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:44 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:44 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:45 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:45 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:45 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:46 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:46 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:47 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:47 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:47 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:48 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:48 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:48 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:49 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:49 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:49 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:49 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:49 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:50 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:50 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:51 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:51 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:51 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:52 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:52 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:52 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:53 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:53 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:53 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:54 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:54 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:55 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:55 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:56 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:56 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:57 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:57 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:57 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:58 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:58 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:59 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:59 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:40:59 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:40:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:40:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:41:00 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:41:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:41:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:41:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:41:00 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:41:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:41:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:41:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:41:00 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:41:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:41:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:41:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:41:00 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:41:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:41:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:41:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:41:01 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:41:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:41:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:41:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:41:01 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:41:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:41:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:41:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:41:01 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:41:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:41:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:41:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:41:02 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:41:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:41:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:41:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:41:02 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:41:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:41:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:41:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:41:02 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:41:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:41:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:41:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:41:02 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:41:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:41:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:41:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:41:02 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:41:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:41:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:41:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:41:03 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:41:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:41:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:41:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:41:03 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:41:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:41:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:41:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:41:03 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:41:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:41:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:41:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:41:04 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:41:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 07:41:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 07:41:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 07:41:04 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:02 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 08:07:02 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 08:07:02 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 08:07:02 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 08:07:02 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 08:07:02 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 08:07:03 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 08:07:03 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 08:07:03 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 08:07:03 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 08:07:03 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 08:07:03 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 08:07:03 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 08:07:03 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 08:07:03 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 08:07:03 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 08:07:03 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 08:07:03 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 08:07:15 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-10 08:07:15 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-10 08:07:15 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\ria\application\views\bankinvoice.php 80 -ERROR - 2019-01-10 08:07:15 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\bankinvoice.php 82 -ERROR - 2019-01-10 08:07:20 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-10 08:07:20 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-10 08:07:20 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\ria\application\views\bankinvoice.php 80 -ERROR - 2019-01-10 08:07:21 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\bankinvoice.php 82 -ERROR - 2019-01-10 08:07:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:21 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:21 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:21 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:21 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:21 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:21 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:22 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:22 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:22 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:22 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:22 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:22 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:23 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:23 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:23 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:23 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:23 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:23 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:24 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:24 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:24 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:25 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:25 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:25 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:25 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:26 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:26 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:26 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:27 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:27 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:27 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:27 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:27 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:27 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:28 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:28 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:28 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:28 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:29 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:29 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:29 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-10 08:07:30 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-10 08:07:30 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\ria\application\views\bankinvoice.php 80 -ERROR - 2019-01-10 08:07:30 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\bankinvoice.php 82 -ERROR - 2019-01-10 08:07:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:30 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:30 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:30 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:31 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-10 08:07:31 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:31 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-10 08:07:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:31 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\ria\application\views\bankinvoice.php 80 -ERROR - 2019-01-10 08:07:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:31 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\bankinvoice.php 82 -ERROR - 2019-01-10 08:07:31 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:31 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:31 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:31 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:31 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:32 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:32 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:32 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:32 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:32 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:32 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:32 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:32 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:32 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:32 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:32 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:32 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:32 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:32 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:32 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:32 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:32 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:32 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:33 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:33 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:33 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:33 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:33 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:33 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:33 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:33 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:33 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:33 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:33 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:33 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:33 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:33 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:33 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:33 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:34 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:34 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:34 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:34 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:34 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:34 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:34 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:34 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:34 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:34 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:34 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:34 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:34 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:34 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:35 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:35 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:35 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:35 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:35 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:35 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:35 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:35 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:36 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:36 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:36 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:36 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:36 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:37 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:37 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:38 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:38 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:38 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:39 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:39 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:39 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:39 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:39 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:39 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:39 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:39 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:40 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:40 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:40 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:40 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:40 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:40 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:40 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:40 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:40 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:41 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:41 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:41 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:41 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:41 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:41 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:41 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:41 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:41 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:41 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:41 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:41 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:41 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:41 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:41 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:41 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:41 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:41 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:42 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:42 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:42 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:42 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:42 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:42 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:43 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:43 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:43 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:44 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:44 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:44 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:44 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:45 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:45 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:45 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:45 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:45 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:46 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:46 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:46 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:46 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:47 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:47 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:47 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:47 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:47 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:47 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:47 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:47 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:47 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:48 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:48 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:48 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:48 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:48 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:48 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:48 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:48 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:49 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:49 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:49 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:49 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:49 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:49 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:49 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:49 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:49 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:49 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:49 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:49 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:49 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:49 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:49 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:49 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:49 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:49 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:49 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:49 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:49 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:50 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:50 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:50 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:50 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:50 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:50 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:50 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:50 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:50 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:50 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:51 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:51 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:51 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:51 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:51 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:51 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:51 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:51 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:51 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:51 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:52 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:52 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:52 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:52 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:52 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:52 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:53 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:53 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:53 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:54 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:54 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:54 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:55 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:55 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:55 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:55 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:55 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:55 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:56 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:56 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:56 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:56 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:56 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:56 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:57 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:57 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:57 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:57 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:57 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:57 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:57 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:57 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:57 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:58 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:58 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:58 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:58 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:58 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:58 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:58 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:58 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:59 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:59 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:59 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:59 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:59 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:59 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:07:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:07:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:07:59 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:00 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:00 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:00 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:00 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:00 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:00 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:00 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:00 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:01 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:01 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:01 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:01 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:01 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:01 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:01 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:01 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:01 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:02 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:02 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:02 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:02 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:02 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:02 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:02 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:03 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:03 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:03 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:03 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:03 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:03 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:04 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:04 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:04 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:04 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:04 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:04 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:05 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:05 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:05 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:06 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:06 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:06 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:06 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:07 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:07 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:07 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:07 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:07 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:07 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:07 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:08 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:08 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:08 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:08 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:08 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:08 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:08 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:09 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:09 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:09 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:09 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:09 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:09 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:09 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:09 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:09 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:10 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:10 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:10 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:10 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:10 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:10 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:10 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:11 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:11 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:11 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:11 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:11 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:11 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:11 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:11 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:11 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:12 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:12 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:12 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:12 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:12 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:12 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:12 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:12 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:13 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:13 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:13 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:13 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:13 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:13 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:13 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:14 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:14 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:14 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:14 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:14 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:14 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:14 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:14 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:14 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:15 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:15 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:15 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:15 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:15 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:15 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:15 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:15 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:15 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:15 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:15 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:15 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:15 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:15 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:15 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:15 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:16 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:16 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:16 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:16 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:16 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:16 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:16 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:16 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:16 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:16 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:16 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:16 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:16 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:16 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:16 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:17 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:17 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:17 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:17 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:17 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:17 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:17 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:17 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:17 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:18 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:18 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:18 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:18 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:18 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:18 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:18 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:18 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:18 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:18 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:18 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:18 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:18 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:18 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:19 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:19 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:19 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:19 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:19 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:19 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:19 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:19 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:19 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:19 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:19 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:19 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:19 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:19 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:19 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:19 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:20 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:20 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:20 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:20 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:20 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:20 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:20 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:21 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:21 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:21 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:21 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:21 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:21 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:21 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:21 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:21 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:21 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:21 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:21 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:21 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:21 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:21 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:21 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:21 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:22 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:22 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:22 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:22 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:22 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:22 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:22 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:22 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:22 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:22 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:22 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:22 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:22 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:22 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:22 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:23 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:23 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:23 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:23 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:23 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:23 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:23 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:23 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:23 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:23 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:23 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:23 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:23 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:24 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:24 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:24 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:24 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:24 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:24 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:24 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:24 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:25 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:25 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:25 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:25 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:25 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:25 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:25 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:25 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:26 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:26 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:26 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:26 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:26 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:26 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:26 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:26 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:27 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:27 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:27 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:27 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:27 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:27 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:27 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:27 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:27 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:27 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:27 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:27 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:27 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:27 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:27 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:27 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:28 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:28 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:28 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:28 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:28 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:28 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:28 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:28 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:28 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:28 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:28 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:28 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:28 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:28 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:29 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:29 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:29 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:29 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:29 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:29 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:29 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:29 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:30 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:30 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:30 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:30 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:30 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:30 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:30 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:30 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:30 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:31 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:31 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:31 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:31 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:31 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:31 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:32 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:32 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:32 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:32 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:32 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:32 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:32 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:32 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:32 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:32 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:32 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:32 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:32 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:32 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:32 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:32 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:32 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:33 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:33 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:33 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:33 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:33 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:33 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:33 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:33 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:33 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:33 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:33 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:33 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:33 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:34 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:34 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:34 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:34 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:34 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:34 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:34 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:34 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:34 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:34 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:34 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:34 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:34 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:34 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:34 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:34 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:35 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:35 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:35 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:35 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:35 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:35 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:35 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:36 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:36 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:36 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:36 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:36 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:36 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:36 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:36 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:37 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:37 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:37 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:37 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:37 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:37 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:37 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:37 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:37 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:38 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:38 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:38 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:38 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:38 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:38 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:39 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:39 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:39 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:39 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:39 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:39 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:39 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:39 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:40 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:40 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:40 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:40 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:40 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:40 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:40 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:41 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:41 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:41 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:41 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:41 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:41 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:41 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:41 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:41 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:41 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:41 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:41 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:41 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:42 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:42 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:42 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:42 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:42 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:42 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:42 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:42 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:43 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:43 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:43 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:43 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:43 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:43 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:44 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:44 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:44 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:44 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:44 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:44 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:44 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:44 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:45 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:45 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:45 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:45 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:45 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:45 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:45 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:46 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:46 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:46 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:46 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:46 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:46 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:47 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:47 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:47 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:47 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:47 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:47 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:47 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:47 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:48 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:48 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:48 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:48 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:48 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:48 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:48 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:49 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:49 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:49 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:49 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:49 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:49 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:49 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:49 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:49 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:49 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:49 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:49 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:49 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:49 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:49 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:49 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:49 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:50 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:50 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:50 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:50 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:50 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:50 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:50 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:51 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:51 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:51 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:51 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:51 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:51 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:51 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:52 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:52 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:52 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:52 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:52 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:52 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:52 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:53 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:53 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:53 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:53 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:53 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:53 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:53 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:53 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:54 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:54 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:54 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:54 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:54 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:54 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:54 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:55 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:55 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:55 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:55 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:55 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:55 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:55 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:56 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:56 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:56 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:56 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:56 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:56 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:56 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:56 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:57 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:57 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:57 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:57 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:57 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:57 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:57 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:58 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:58 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:58 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:58 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:58 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:58 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:58 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:58 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:59 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:59 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:59 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:08:59 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:59 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:59 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:08:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:08:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:00 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:00 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:00 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:00 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:00 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:00 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:00 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:00 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:00 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:01 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:01 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:01 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:01 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:01 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:01 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:02 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:02 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:02 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:02 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:02 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:02 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:03 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:03 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:03 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:03 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:03 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:03 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:03 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:03 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:03 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:04 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:04 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:04 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:04 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:04 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:04 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:05 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:05 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:05 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:05 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:05 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:05 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:05 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:05 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:06 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:06 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:06 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:06 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:06 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:06 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:06 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:07 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:07 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:07 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:07 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:07 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:07 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:08 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:08 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:08 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:08 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:08 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:08 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:09 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:09 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:09 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:09 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:09 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:09 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:09 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:09 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:09 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:10 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:10 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:10 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:10 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:10 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:10 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:11 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:11 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:11 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:11 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:11 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:11 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:11 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:11 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:12 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:12 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:12 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:12 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:12 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:12 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:12 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:13 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:13 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:13 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:13 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:13 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:13 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:14 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:14 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:14 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:14 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:14 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:14 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:15 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:15 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:15 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:15 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:15 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:15 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:15 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:15 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:15 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:15 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:15 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:15 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:15 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:16 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:16 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:16 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:16 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:16 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:16 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:16 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:16 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:16 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:16 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:16 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:16 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:16 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:16 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:17 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:17 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:17 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:17 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:17 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:17 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:17 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:17 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:18 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:18 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:18 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:18 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:18 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:18 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:18 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:18 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:18 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:18 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:18 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:18 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:18 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:18 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:18 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:19 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:19 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:19 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:19 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:19 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:19 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:19 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:19 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:19 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:19 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:19 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:20 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:20 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:20 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:20 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:20 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:20 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:21 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:21 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:21 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:21 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:21 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:21 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:21 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:21 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:21 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:21 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:21 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:21 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:21 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:22 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:22 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:22 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:22 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:22 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:22 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:22 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:22 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:22 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:22 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:22 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:22 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:22 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:22 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:22 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:22 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:22 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:23 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:23 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:23 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:23 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:23 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:23 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:23 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:23 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:23 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:23 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:23 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:23 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:24 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:24 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:24 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:24 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:24 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:24 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:24 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:25 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:25 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:25 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:25 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:25 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:25 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:25 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:26 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:26 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:26 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:26 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:26 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:26 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:26 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:27 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:27 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:27 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:27 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:27 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:27 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:27 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:27 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:27 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:27 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:27 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:27 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:27 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:28 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:28 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:28 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:28 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:28 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:28 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:28 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:28 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:28 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:28 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:28 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:28 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:28 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:28 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:29 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:29 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:29 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:29 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:29 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:29 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:29 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:30 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:30 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:30 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:30 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:30 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:30 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:30 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:31 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:31 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:31 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:31 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:31 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:31 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:32 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:32 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:32 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:32 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:32 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:32 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:32 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:32 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:32 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:32 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:32 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:32 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:33 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:33 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:33 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:33 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:33 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:33 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:33 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:33 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:33 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:33 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:33 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:33 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:33 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:34 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:34 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:34 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:34 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:34 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:34 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:34 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:34 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:34 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:34 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:35 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:35 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:35 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:35 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:35 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:35 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:35 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:36 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:36 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:36 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:36 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:36 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:36 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:37 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:37 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:37 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:37 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:37 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:37 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:38 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:38 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:38 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:38 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:38 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:38 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:38 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:38 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:39 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:39 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:39 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:39 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:39 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:39 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:40 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:40 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:40 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:40 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:40 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:41 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:41 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:41 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:41 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:41 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:41 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:41 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:41 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:41 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:41 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:41 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:41 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:41 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:42 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:42 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:42 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:42 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:42 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:42 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:42 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:43 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:43 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:43 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:43 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:43 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:43 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:44 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:44 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:44 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:44 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:44 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:44 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:45 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:45 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:45 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:45 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:45 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:45 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:45 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:46 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:46 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:46 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:46 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:46 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:46 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:47 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:47 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:47 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:47 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:47 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:47 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:47 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:48 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:48 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:48 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:48 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:48 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:48 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:48 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:49 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:49 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:49 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:49 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:49 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:49 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:49 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:49 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:49 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:49 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:49 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:49 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:49 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:50 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:50 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:50 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:50 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:50 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:50 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:51 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:51 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:51 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:51 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:51 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:51 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:51 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:52 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:52 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:52 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:52 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:52 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:52 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:52 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:52 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:53 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:53 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:53 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:53 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:54 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:54 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:54 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:54 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:54 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:54 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:55 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:55 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:55 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:55 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:55 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:55 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:56 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:56 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:56 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:56 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:56 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:56 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:56 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:57 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:57 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:57 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:57 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:57 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:57 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:58 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:58 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:58 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:58 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:58 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:58 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:59 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:59 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:59 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:59 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:59 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:09:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:09:59 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:09:59 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:00 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:00 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:00 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:00 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:01 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:01 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:01 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:01 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:01 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:01 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:02 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:02 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:02 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:03 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:03 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:03 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:03 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:03 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:03 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:04 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:04 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:04 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:04 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:04 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:04 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:05 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:05 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:05 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:05 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:05 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:05 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:06 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:06 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:06 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:06 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:06 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:06 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:07 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:07 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:07 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:07 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:07 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:07 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:08 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:08 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:08 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:08 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:08 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:08 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:09 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:09 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:09 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:09 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:09 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:09 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:10 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:10 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:10 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:10 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:10 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:10 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:10 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:11 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:11 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:11 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:11 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:11 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:11 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:12 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:12 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:12 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:12 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:12 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:12 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:13 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:13 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:13 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:13 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:13 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:13 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:14 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:14 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:14 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:14 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:14 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:14 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:15 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:15 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:15 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:15 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:15 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:15 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:15 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:15 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:15 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:15 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:15 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:15 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:15 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:16 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:16 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:16 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:16 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:16 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:16 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:16 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:16 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:16 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:16 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:16 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:16 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:17 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:17 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:17 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:17 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:17 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:17 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:18 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:18 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:18 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:18 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:18 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:18 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:18 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:18 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:18 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:18 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:18 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:19 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:19 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:19 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:19 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:19 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:19 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:19 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:19 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:19 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:19 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:19 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:19 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:20 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:20 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:20 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:20 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:20 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:20 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:21 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:21 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:21 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:21 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:21 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:21 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:21 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:21 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:21 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:21 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:21 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:22 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:22 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:22 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:22 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:22 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:22 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:22 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:22 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:22 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:22 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:22 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:22 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:23 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:23 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:23 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:23 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:23 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:23 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:23 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:23 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:23 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:23 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:23 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:23 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:23 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:24 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:24 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:24 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:24 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:24 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:24 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:25 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:25 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:25 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:25 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:25 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:25 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:26 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:26 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:26 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:26 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:26 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:26 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:27 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:27 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:27 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:27 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:27 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:27 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:27 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:27 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:27 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:27 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:27 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:27 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:28 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:28 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:28 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:28 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:28 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:28 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:28 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:28 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:28 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:28 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:28 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:28 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:29 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:29 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:29 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:29 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:29 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:29 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:30 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:30 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:30 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:30 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:30 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:30 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:31 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:31 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:31 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:31 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:31 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:31 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:32 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:32 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:32 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:32 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:32 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:32 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:32 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:32 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:32 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:32 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:32 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:32 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:33 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:33 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:33 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:33 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:33 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:33 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:33 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:33 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:33 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:33 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:33 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:33 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:34 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:34 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:34 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:34 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:34 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:34 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:34 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:34 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:34 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:34 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:34 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:34 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:35 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:35 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:35 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:35 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:35 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:35 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:36 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:36 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:36 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:36 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:36 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:36 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:37 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:37 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:37 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:37 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:37 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:37 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:38 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:38 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:38 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:38 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:38 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:39 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:39 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:39 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:39 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:39 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:39 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:40 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:40 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:40 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:40 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:40 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:40 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:41 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:41 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:41 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:41 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:41 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:41 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:41 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:41 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:41 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:41 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:41 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:42 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:42 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:42 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:42 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:42 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:42 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:43 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:43 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:43 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:43 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:43 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:44 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:44 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:44 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:44 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:44 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:44 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:45 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:45 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:45 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:45 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:45 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:45 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:46 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:46 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:46 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:46 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:46 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:46 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:47 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:47 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:47 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:47 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:47 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:47 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:48 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:48 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:48 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:48 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:48 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:48 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:49 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:49 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:49 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:49 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:49 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:49 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:49 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:49 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:49 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:49 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:49 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:50 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:50 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:50 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:50 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:50 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:50 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:51 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:51 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:51 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:51 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:51 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:51 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:52 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:52 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:52 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:52 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:52 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:52 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:53 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:53 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:53 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:53 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:53 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:53 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:54 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:54 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:54 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:54 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:54 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:54 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:55 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:55 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:55 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:55 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:55 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:55 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:56 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:56 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:56 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:56 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:56 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:56 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:57 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:57 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:57 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:57 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:57 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:57 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:58 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:58 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:58 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:58 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:58 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:58 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:59 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:59 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:59 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:10:59 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:59 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:59 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:10:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:10:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:00 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:00 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:00 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:00 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:00 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:00 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:01 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:01 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:01 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:01 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:01 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:02 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:02 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:02 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:02 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:02 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:02 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:03 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:03 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:03 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:03 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:03 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:03 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:04 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:04 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:04 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:04 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:04 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:04 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:05 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:05 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:05 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:05 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:05 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:05 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:06 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:06 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:06 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:06 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:06 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:06 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:07 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:07 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:07 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:07 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:07 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:08 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:08 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:08 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:08 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:08 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:08 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:09 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:09 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:09 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:09 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:09 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:09 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:10 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:10 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:10 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:10 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:10 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:10 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:11 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:11 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:11 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:11 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:12 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:12 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:12 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:12 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:12 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:12 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:13 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:13 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:13 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:13 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:13 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:13 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:14 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:14 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:14 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:14 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:14 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:14 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:15 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:15 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:15 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:15 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:15 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:15 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:15 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:15 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:15 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:15 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:15 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:15 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:16 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:16 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:16 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:16 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:16 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:16 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:16 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:16 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:16 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:16 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:16 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:16 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:17 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:17 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:17 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:17 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:17 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:18 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:18 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:18 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:18 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:18 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:18 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:18 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:18 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:18 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:18 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:18 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:18 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:19 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:19 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:19 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:19 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:19 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:19 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:19 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:19 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:19 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:19 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:19 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:19 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:20 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:20 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:20 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:20 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:21 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:21 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:21 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:21 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:21 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:21 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:21 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:21 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:21 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:21 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:21 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:21 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:22 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:22 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:22 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:22 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:22 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:22 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:22 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:22 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:22 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:22 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:22 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:22 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:23 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:23 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:23 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:23 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:23 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:23 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:23 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:23 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:23 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:23 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:23 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:23 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:24 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:24 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:24 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:24 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:24 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:24 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:25 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:25 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:25 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:25 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:26 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:26 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:26 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:26 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:26 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:27 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:27 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:27 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:27 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:27 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:27 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:27 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:27 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:27 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:27 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:28 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:28 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:28 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:28 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:29 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:29 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:29 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:29 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:29 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:30 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:30 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:30 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:30 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:30 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:30 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:30 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:31 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:31 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:31 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:31 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:31 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:31 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:31 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:32 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:32 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:32 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:32 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:32 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:32 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:32 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:32 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:32 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:33 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:33 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:33 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:33 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:33 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:33 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:33 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:33 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:33 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:33 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:33 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:33 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:34 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:34 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:34 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:34 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:34 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:34 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:34 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:34 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:34 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:34 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:34 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:35 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:35 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:35 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:35 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:35 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:35 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:35 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:36 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:36 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:36 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:36 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:36 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:37 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:37 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:37 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:37 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:37 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:37 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:38 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:38 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:38 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:38 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:38 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:38 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:39 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:39 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:39 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:39 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:39 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:40 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:40 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:40 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:40 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:40 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:40 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:41 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:41 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:41 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:41 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:41 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:41 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:41 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:41 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:41 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:41 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:41 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:42 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:42 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:42 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:42 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:42 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:42 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:43 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:43 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:43 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:43 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:43 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:43 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:44 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:44 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:44 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:44 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:44 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:45 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:45 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:45 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:45 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:45 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:45 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:46 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:46 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:46 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:46 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:46 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:47 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:47 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:47 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:47 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:47 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:47 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:48 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:48 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:48 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:48 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:48 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:49 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:49 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:49 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:49 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:49 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:49 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:49 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:49 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:49 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:49 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:49 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:49 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:50 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:50 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:50 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:50 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:50 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:50 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:50 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:51 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:51 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:51 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:51 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:51 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:51 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:51 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:52 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:52 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:52 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:52 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:52 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:52 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:53 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:53 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:53 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:53 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:53 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:53 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:54 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:54 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:54 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:55 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:55 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:55 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:55 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:55 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:55 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:55 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:56 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:56 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:56 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:56 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:56 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:56 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:56 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:57 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:57 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:57 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:58 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:58 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:58 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:58 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:58 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:59 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:59 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:59 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:59 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:59 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:11:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:11:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:11:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:00 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:00 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:00 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:00 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:00 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:00 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:01 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:01 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:01 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:01 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:01 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:01 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:02 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:02 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:02 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:02 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:02 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:03 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:03 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:03 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:03 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:04 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:04 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:04 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:04 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:04 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:04 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:05 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:05 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:05 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:05 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:05 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:06 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:06 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:06 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:06 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:06 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:06 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:07 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:07 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:07 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:07 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:08 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:08 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:08 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:08 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:08 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:08 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:09 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:09 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:09 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:09 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:09 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:09 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:10 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:10 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:10 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:10 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:10 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:11 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:11 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:11 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:11 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:11 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:11 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:12 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:12 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:12 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:12 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:12 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:12 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:12 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:13 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:13 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:13 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:13 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:13 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:13 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:13 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:14 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:14 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:14 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:14 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:15 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:15 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:15 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:15 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:15 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:15 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:15 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:15 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:15 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:15 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:15 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:16 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:16 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:16 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:16 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:16 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:16 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:16 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:16 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:16 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:16 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:17 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:17 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:17 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:17 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:17 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:17 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:17 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:18 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:18 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:18 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:18 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:18 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:18 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:18 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:18 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:19 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:19 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:19 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:19 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:19 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:19 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:19 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:19 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:20 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:20 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:20 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:20 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:21 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:21 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:21 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:21 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:21 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:21 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:21 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:22 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:22 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:22 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:22 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:22 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:22 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:23 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:23 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:23 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:23 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:23 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:23 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:23 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:24 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:24 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:24 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:24 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:24 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:25 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:25 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:25 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:25 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:25 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:26 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:26 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:26 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:27 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:27 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:27 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:27 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:27 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:27 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:27 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:28 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:28 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:28 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:28 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:28 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:28 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:12:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:12:29 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:29 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoice.php 191 -ERROR - 2019-01-10 08:12:56 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 08:12:56 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 08:12:56 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 08:12:56 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 08:12:56 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 08:12:57 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 08:12:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 08:12:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 08:12:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 08:12:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 08:12:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 08:12:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 08:12:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 08:12:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 08:12:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 08:12:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 08:12:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 08:12:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 08:17:18 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 08:17:19 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 08:17:19 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 08:17:19 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 08:17:19 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 08:17:19 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 08:17:20 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 08:17:20 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 08:17:20 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 08:17:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 08:17:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 08:17:20 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 08:17:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 08:17:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 08:17:20 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 08:17:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 08:17:20 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 08:17:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 08:17:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 08:17:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 08:17:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 08:17:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 08:17:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 08:17:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 08:17:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 08:17:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 08:17:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 08:17:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 08:17:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 08:17:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 08:17:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 08:17:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 08:17:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 08:17:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 08:17:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 08:17:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 08:17:38 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-10 08:17:38 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-10 08:17:38 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\ria\application\views\bankinvoice.php 80 -ERROR - 2019-01-10 08:17:38 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\bankinvoice.php 82 -ERROR - 2019-01-10 08:17:46 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-10 08:17:46 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-10 08:17:46 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\ria\application\views\bankinvoice.php 80 -ERROR - 2019-01-10 08:17:46 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\bankinvoice.php 82 -ERROR - 2019-01-10 08:17:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:17:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:17:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:17:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:17:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:17:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:17:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:17:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:17:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:17:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:17:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:17:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:17:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:17:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:17:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:17:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:17:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:17:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:17:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:17:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:17:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:17:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:17:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:17:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:17:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:17:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:17:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:17:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:17:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:17:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:17:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:17:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:17:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:17:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:17:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:17:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:17:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:17:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:17:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:17:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:17:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:17:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:17:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:17:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:17:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:17:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:17:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:17:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:17:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:17:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:17:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:17:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:17:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:17:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:17:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:17:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:17:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:17:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:17:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:17:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:17:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:17:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:17:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:17:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:17:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:17:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:17:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:17:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:17:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:17:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:17:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:17:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:17:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:17:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:17:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:17:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:17:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:17:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:17:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:17:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:17:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:17:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:17:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:17:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:17:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:17:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:17:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:17:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:17:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:17:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:17:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:17:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:17:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:17:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:18:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:18:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:19:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:19:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:20:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:20:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:21:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:21:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:22:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:22:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:14 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-10 08:29:14 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-10 08:29:14 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\ria\application\views\bankinvoice.php 80 -ERROR - 2019-01-10 08:29:15 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\bankinvoice.php 82 -ERROR - 2019-01-10 08:29:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:29:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:29:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:30:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:30:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:31:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:31:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:32:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:32:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:33:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:33:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:34:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:34:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:34:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:34:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:34:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:34:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:34:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:34:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:34:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:34:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:34:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:34:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:34:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:34:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:34:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:34:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:34:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:34:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:34:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:34:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:34:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:34:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:34:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:34:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:34:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:34:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:34:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:34:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:34:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:34:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:34:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:34:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:34:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:34:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:34:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:34:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:34:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:34:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:34:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:34:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:34:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:34:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:34:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:34:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:34:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:34:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:34:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:34:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:34:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:34:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:34:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:34:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:34:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:34:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:34:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:34:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:34:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:34:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:34:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:34:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:34:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:34:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:34:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:34:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:34:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:34:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:34:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:34:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:34:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:34:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:34:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:34:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:34:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:42:23 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-10 08:42:24 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-10 08:42:24 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\ria\application\views\bankinvoice.php 80 -ERROR - 2019-01-10 08:42:24 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\bankinvoice.php 82 -ERROR - 2019-01-10 08:42:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:42:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:42:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:42:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:42:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:42:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:42:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:42:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:42:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:42:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:42:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:42:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:42:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:42:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:42:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:42:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:42:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:42:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:42:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:42:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:42:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:42:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:42:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:42:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:42:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:42:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:42:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:42:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:42:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:42:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:42:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:42:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:42:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:42:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:42:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:42:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:42:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:42:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:42:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:42:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:42:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:42:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:42:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:42:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:42:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:42:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:42:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:42:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:42:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:42:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:42:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:42:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:42:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:42:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:42:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:42:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:42:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:42:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:42:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:42:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:42:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:42:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:42:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:42:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:42:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:42:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:42:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:42:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:42:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:42:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:42:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:42:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:42:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:42:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:42:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:42:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:42:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:42:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:42:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:42:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:42:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:42:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:42:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:42:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:42:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:42:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:42:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:42:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:42:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:42:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:42:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:42:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:42:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:42:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:42:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:42:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:42:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:42:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:42:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:42:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:42:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:42:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:42:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:42:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:42:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:42:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:42:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:42:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:42:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:42:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:42:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:42:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:42:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:42:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:42:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:42:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:42:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:42:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:42:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:42:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:42:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:42:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:42:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:42:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:42:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:42:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:42:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:42:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:42:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:42:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:42:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:42:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:42:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:42:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:42:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:42:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:42:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:42:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:42:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:42:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:42:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:42:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:42:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:42:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:42:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:42:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:42:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:42:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:42:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:42:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:42:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:42:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:42:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:42:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:42:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:42:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:42:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:42:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:42:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:42:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:42:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:42:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:42:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:42:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:42:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:42:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:42:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:42:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:42:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:42:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:42:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:42:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:42:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:42:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:42:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:42:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:42:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:42:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:42:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:42:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:42:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:42:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:42:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:42:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:42:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:42:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:42:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:42:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:42:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:42:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:42:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:42:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:42:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:42:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:42:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:42:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:42:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:42:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:42:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:42:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:42:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:42:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:42:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:42:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:28 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-10 08:43:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:28 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-10 08:43:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:28 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\ria\application\views\bankinvoice.php 80 -ERROR - 2019-01-10 08:43:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:29 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\bankinvoice.php 82 -ERROR - 2019-01-10 08:43:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:30 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 08:43:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:30 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 08:43:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:30 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 08:43:31 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-10 08:43:31 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 08:43:31 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 08:43:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:31 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 08:43:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:31 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-10 08:43:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:31 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 08:43:32 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 08:43:32 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-10 08:43:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:32 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-10 08:43:32 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 08:43:32 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\ria\application\views\bankinvoice.php 80 -ERROR - 2019-01-10 08:43:32 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\bankinvoice.php 82 -ERROR - 2019-01-10 08:43:32 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 08:43:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:32 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 08:43:32 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 08:43:32 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 08:43:32 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\ria\application\views\bankinvoice.php 80 -ERROR - 2019-01-10 08:43:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:33 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\bankinvoice.php 82 -ERROR - 2019-01-10 08:43:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:33 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 08:43:33 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 08:43:33 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 08:43:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:33 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 08:43:33 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 08:43:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:33 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-10 08:43:33 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 08:43:33 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 08:43:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:34 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 08:43:34 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 08:43:34 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-10 08:43:34 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 08:43:34 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 08:43:34 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\ria\application\views\bankinvoice.php 80 -ERROR - 2019-01-10 08:43:34 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 08:43:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:34 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-10 08:43:34 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\bankinvoice.php 82 -ERROR - 2019-01-10 08:43:34 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 08:43:34 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 08:43:34 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 08:43:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:34 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 08:43:35 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 08:43:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:35 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 08:43:35 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 08:43:35 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-10 08:43:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:35 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 08:43:35 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 08:43:35 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 08:43:35 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 08:43:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:35 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\ria\application\views\bankinvoice.php 80 -ERROR - 2019-01-10 08:43:35 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 08:43:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:35 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\bankinvoice.php 82 -ERROR - 2019-01-10 08:43:35 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 08:43:35 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 08:43:35 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 08:43:35 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 08:43:35 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 08:43:35 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 08:43:35 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 08:43:35 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 08:43:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:35 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 08:43:35 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 08:43:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 08:43:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 08:43:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 08:43:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 08:43:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 08:43:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 08:43:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 08:43:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 08:43:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 08:43:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 08:43:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 08:43:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 08:43:37 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 08:43:37 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 08:43:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:37 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 08:43:37 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 08:43:37 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 08:43:37 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 08:43:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:37 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 08:43:37 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 08:43:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:37 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 08:43:37 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 08:43:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:37 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 08:43:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:37 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 08:43:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:37 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 08:43:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:42 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-10 08:43:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:42 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-10 08:43:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:42 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\ria\application\views\bankinvoice.php 80 -ERROR - 2019-01-10 08:43:43 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\bankinvoice.php 82 -ERROR - 2019-01-10 08:43:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:49 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-10 08:43:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:50 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-10 08:43:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:50 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\ria\application\views\bankinvoice.php 80 -ERROR - 2019-01-10 08:43:50 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\bankinvoice.php 82 -ERROR - 2019-01-10 08:43:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:43:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:43:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:44:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:44:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:45:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:45:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:46:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:46:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:47:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:47:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:48:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:48:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:48:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:48:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:48:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:48:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:48:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:48:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:48:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:48:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:48:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:48:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:48:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:48:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:48:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:48:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:48:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:48:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:48:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:48:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:48:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:48:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:48:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:48:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:48:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:48:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:48:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:48:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:48:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:48:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:48:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:48:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:48:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:48:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:48:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:48:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:48:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:48:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:48:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:48:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:48:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:48:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:48:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:48:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:48:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:48:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:48:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:48:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:48:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:48:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:48:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:48:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:48:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:48:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:48:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:48:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:48:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:48:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:48:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:48:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:48:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:48:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:48:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:48:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:48:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:48:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:48:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:48:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:48:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:48:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:48:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:48:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:48:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:48:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:48:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:48:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:48:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:48:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:48:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:48:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:48:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:48:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:48:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:48:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:48:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:48:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:48:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:48:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:48:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:48:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:48:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:48:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:48:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:48:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:48:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:48:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:48:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:48:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:48:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:48:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:48:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:48:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:48:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:48:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:48:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:48:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:48:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:48:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:48:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:48:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:48:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:48:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:48:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:48:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:48:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:48:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:48:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:48:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:48:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:48:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:48:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:48:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:48:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:48:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:48:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:48:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:48:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:48:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:48:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:48:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:48:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:48:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:48:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:48:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:48:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:48:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:48:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:48:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:48:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:48:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:48:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:48:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:48:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:48:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:48:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:48:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:48:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:48:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:48:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:48:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:48:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:48:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:48:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:48:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:48:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:48:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:48:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:48:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:48:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:48:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:48:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:48:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:48:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:48:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:48:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:48:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:48:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:48:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:48:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:48:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:48:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:48:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:48:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:48:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:48:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:48:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:48:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:48:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:48:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:48:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:48:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:48:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:48:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:48:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:48:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:48:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:48:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:48:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:48:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:48:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:48:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:48:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:48:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:48:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:48:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:48:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:48:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:48:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:48:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:48:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 08:48:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 08:48:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:06:26 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 11:06:26 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 11:06:26 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 11:06:27 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 11:06:27 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 11:06:28 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 11:06:28 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 11:06:28 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 11:06:28 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 11:06:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 11:06:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 11:06:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 11:06:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 11:06:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 11:06:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 11:06:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 11:06:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 11:06:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 11:06:46 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-10 11:06:46 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-10 11:06:46 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\ria\application\views\bankinvoice.php 80 -ERROR - 2019-01-10 11:06:47 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\bankinvoice.php 82 -ERROR - 2019-01-10 11:07:40 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-10 11:07:40 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-10 11:07:41 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\ria\application\views\bankinvoice.php 80 -ERROR - 2019-01-10 11:07:41 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\bankinvoice.php 82 -ERROR - 2019-01-10 11:07:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:07:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:07:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:07:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:07:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:07:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:07:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:07:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:07:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:07:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:07:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:07:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:07:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:07:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:07:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:07:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:07:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:07:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:07:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:07:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:07:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:07:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:07:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:07:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:07:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:07:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:07:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:07:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:07:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:07:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:07:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:07:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:07:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:07:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:07:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:07:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:07:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:07:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:07:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:07:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:07:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:07:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:07:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:07:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:07:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:07:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:07:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:07:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:07:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:07:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:07:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:07:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:07:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:07:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:07:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:07:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:07:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:07:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:07:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:07:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:07:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:07:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:07:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:07:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:07:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:07:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:07:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:07:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:07:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:07:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:07:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:07:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:07:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:07:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:07:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:07:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:07:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:07:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:07:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:07:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:07:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:07:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:07:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:07:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:07:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:07:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:07:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:07:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:07:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:07:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:07:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:07:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:07:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:07:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:07:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:07:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:07:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:07:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:46 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-10 11:08:46 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-10 11:08:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:46 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-10 11:08:46 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-10 11:08:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:46 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\ria\application\views\bankinvoice.php 80 -ERROR - 2019-01-10 11:08:46 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\ria\application\views\bankinvoice.php 80 -ERROR - 2019-01-10 11:08:46 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\bankinvoice.php 82 -ERROR - 2019-01-10 11:08:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:46 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\bankinvoice.php 82 -ERROR - 2019-01-10 11:08:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:08:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:08:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:09:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:09:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:10:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:10:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:11:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:11:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:12:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:12:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 11:13:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 11:13:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:16:11 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-10 12:16:11 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 12:16:12 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 12:16:12 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 12:16:12 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-10 12:16:12 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 12:16:13 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 12:16:13 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 12:16:13 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 12:16:13 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 12:16:13 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 12:16:13 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\ria\application\views\bankinvoice.php 80 -ERROR - 2019-01-10 12:16:14 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 12:16:14 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 12:16:14 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 12:16:14 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 12:16:14 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 12:16:14 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 12:16:14 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 12:16:14 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\bankinvoice.php 82 -ERROR - 2019-01-10 12:16:14 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 12:16:14 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 12:16:14 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 12:16:14 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 12:16:15 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 12:16:15 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 12:16:15 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 12:16:15 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 12:16:15 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 12:16:15 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 12:16:15 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 12:16:15 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 12:16:15 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 12:16:15 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 12:16:15 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 12:16:15 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 12:16:15 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 12:16:16 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 12:16:16 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 12:16:16 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 12:16:16 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 12:16:16 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 12:16:16 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 12:16:16 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 12:16:16 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 12:16:16 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 12:16:16 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 12:16:16 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 12:16:16 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 12:16:16 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 12:16:16 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 12:16:16 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 12:16:17 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 12:16:17 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 12:16:17 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 12:16:17 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 12:16:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 12:16:17 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 12:16:17 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 12:16:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 12:16:17 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 12:16:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 12:16:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 12:16:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 12:16:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 12:16:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 12:16:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 12:16:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 12:16:18 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 12:16:18 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 12:16:18 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 12:16:18 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 12:16:18 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 12:16:18 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 12:16:18 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 12:16:18 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 12:16:18 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 12:16:18 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 12:16:18 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 12:16:18 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 12:16:18 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 12:16:18 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 12:16:18 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 12:16:18 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 12:16:18 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 12:16:19 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 12:16:19 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 12:16:19 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 12:16:19 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 12:16:19 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 12:16:19 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 12:16:19 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 12:16:19 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 12:16:19 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 12:16:19 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 12:16:19 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 12:16:19 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 12:16:19 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 12:16:19 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 12:16:19 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 12:16:19 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 12:16:19 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 12:16:19 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 12:16:19 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 12:16:19 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 12:16:19 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 12:16:19 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 12:16:19 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 12:16:19 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 12:16:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 12:16:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 12:16:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 12:16:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 12:16:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 12:16:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 12:16:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 12:16:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 12:16:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 12:16:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 12:16:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 12:16:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 12:16:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 12:16:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 12:16:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 12:16:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 12:16:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 12:16:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 12:16:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 12:16:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 12:16:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 12:16:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 12:16:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 12:16:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 12:16:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 12:16:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 12:16:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 12:16:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 12:16:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 12:16:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 12:16:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 12:16:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 12:16:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 12:16:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 12:16:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 12:16:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 12:16:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 12:16:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 12:16:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 12:16:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 12:16:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 12:16:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 12:16:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 12:16:22 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 12:16:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 12:16:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 12:16:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 12:16:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 12:16:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 12:16:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 12:16:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 12:16:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 12:16:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 12:16:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 12:16:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 12:16:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 12:16:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 12:16:51 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 12:16:52 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 12:16:52 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 12:16:52 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 12:16:52 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 12:16:52 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 12:16:52 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 12:16:52 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 12:16:53 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 12:16:53 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 12:16:53 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 12:16:53 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 12:16:53 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 12:16:53 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 12:16:53 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 12:16:53 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 12:16:54 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 12:16:54 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 12:16:54 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 12:16:55 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 12:16:55 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 12:16:55 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 12:16:55 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 12:16:55 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 12:16:55 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 12:16:55 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 12:16:55 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 12:16:55 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 12:16:55 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 12:16:55 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 12:16:55 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 12:16:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 12:16:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 12:16:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 12:16:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 12:16:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 12:16:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 12:16:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 12:16:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 12:16:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 12:16:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 12:16:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 12:16:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 12:16:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 12:16:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 12:16:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 12:16:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 12:16:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 12:16:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 12:16:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 12:16:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 12:16:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 12:16:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 12:16:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 12:17:40 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-10 12:17:41 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-10 12:17:41 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\ria\application\views\bankinvoice.php 80 -ERROR - 2019-01-10 12:17:41 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\bankinvoice.php 82 -ERROR - 2019-01-10 12:18:02 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-10 12:18:03 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-10 12:18:03 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\ria\application\views\bankinvoice.php 80 -ERROR - 2019-01-10 12:18:04 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\bankinvoice.php 82 -ERROR - 2019-01-10 12:18:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:18:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:18:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:18:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:18:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:18:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:18:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:18:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:18:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:18:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:18:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:18:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:18:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:18:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:18:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:18:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:18:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:18:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:18:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:18:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:18:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:18:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:18:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:18:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:18:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:18:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:18:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:18:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:18:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:18:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:18:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:18:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:18:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:18:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:18:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:18:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:18:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:18:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:18:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:18:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:18:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:18:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:18:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:18:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:18:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:18:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:18:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:18:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:18:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:18:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:18:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:18:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:18:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:18:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:18:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:18:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:18:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:18:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:18:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:18:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:18:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:18:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:18:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:18:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:18:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:18:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:18:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:18:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:18:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:18:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:18:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:18:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:18:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:18:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:18:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:18:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:18:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:18:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:18:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:18:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:18:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:18:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:18:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:18:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:18:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:18:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:18:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:18:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:18:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:18:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:18:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:18:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:18:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:18:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:18:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:18:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:18:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:18:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:18:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:18:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:18:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:18:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:18:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:18:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:18:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:18:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:18:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:18:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:18:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:18:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:18:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:18:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:18:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:18:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:18:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:18:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:18:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:18:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:18:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:18:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:18:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:18:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:18:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:18:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:18:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:18:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:18:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:18:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:18:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:18:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:18:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:18:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:18:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:18:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:18:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:18:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:18:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:18:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:18:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:18:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:18:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:18:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:18:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:18:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:18:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:18:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:18:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:18:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:18:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:18:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:18:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:18:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:18:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:18:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:18:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:18:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:18:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:18:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:18:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:18:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:18:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:18:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:18:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:18:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:18:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:18:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:18:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:18:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:18:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:18:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:18:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:18:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:18:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:18:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:18:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:18:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:18:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:18:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:18:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:18:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:18:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:18:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:18:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:18:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:18:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:18:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:18:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:18:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:18:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:18:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:18:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:18:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:18:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:18:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:18:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:18:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:18:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:18:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:18:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:18:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:18:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:18:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:18:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:18:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:18:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:18:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:18:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:18:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:18:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:19:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:19:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:19:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:19:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:19:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:19:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:19:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:19:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:19:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:19:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:19:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:19:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:19:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:19:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:19:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:19:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:19:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:19:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:19:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:19:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:19:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:19:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:19:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:19:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:19:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:19:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:19:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:19:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:19:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:19:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:19:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:19:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:19:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:19:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:19:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:19:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:19:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:19:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:19:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:19:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:19:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:19:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:19:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:19:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:19:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:19:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:19:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:19:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:19:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:19:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:19:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:19:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:19:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:19:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:19:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:19:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:19:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:19:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:19:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:19:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:19:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:19:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:19:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:19:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:19:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:19:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:19:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:19:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:19:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:19:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:19:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:19:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:19:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:19:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:19:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:19:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:19:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:19:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:19:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:19:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:19:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:19:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:19:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:19:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:19:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:19:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:19:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:19:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:19:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:19:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:19:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:19:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:19:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:19:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:19:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:19:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:19:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:19:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:19:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:19:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:19:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:19:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:19:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:19:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:19:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:19:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:19:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:19:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:19:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:19:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:19:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:19:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:19:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:19:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:19:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:19:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:19:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:19:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:19:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:19:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:19:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:19:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:19:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:19:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:19:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:19:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:19:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:19:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:19:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:19:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:19:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:19:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:19:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:19:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:19:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:19:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:19:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:19:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:19:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:19:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:19:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:19:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:19:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:19:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:19:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:19:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:19:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:19:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:19:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:19:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:19:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:19:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:19:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:19:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:19:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:19:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:19:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:19:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:19:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:19:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:19:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:19:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:19:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:19:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:19:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:19:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:19:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:19:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:19:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:19:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:19:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:19:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:19:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:19:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:19:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:19:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:19:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:19:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:19:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:19:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:19:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:19:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:19:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:19:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:19:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:19:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:19:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:19:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:19:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:19:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:19:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:19:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:19:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:19:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:19:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:19:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:19:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:19:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:19:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:19:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:20:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:20:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:21:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:21:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:21:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:21:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:21:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:21:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:21:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:21:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:21:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:21:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:21:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:21:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:21:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:21:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:21:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:21:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:21:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:21:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:21:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:21:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:21:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:21:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:21:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:21:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:21:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:21:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:21:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:21:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:21:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:21:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:21:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:21:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:21:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:21:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:21:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:21:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:21:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:21:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:21:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:21:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:21:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:21:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:21:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:21:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:21:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:21:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:21:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:21:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:21:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:21:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:21:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:21:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:21:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:21:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:21:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:21:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:21:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:21:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:21:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:21:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:21:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:21:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:21:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:21:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:21:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:21:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:21:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:21:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:21:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:21:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:21:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:21:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:21:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:21:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:21:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:21:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:21:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:21:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:21:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:21:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:21:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:21:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:21:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:21:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:21:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:21:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:21:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:21:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:21:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:21:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:21:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:21:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:21:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:21:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:21:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:21:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:21:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:21:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:21:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:21:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:21:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:21:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:21:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:21:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:21:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:21:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:21:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:21:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:21:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:21:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:21:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:21:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:21:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:21:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:21:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:21:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:21:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:21:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:21:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:21:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:21:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:21:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:21:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:21:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:21:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:21:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:21:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:21:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:21:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:21:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:21:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:21:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:21:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:21:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:21:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:21:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:21:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:21:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:21:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:21:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:21:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:21:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:21:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:21:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:21:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:21:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:21:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:21:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:21:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:21:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:21:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:21:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:21:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:21:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:21:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:21:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:21:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:21:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:21:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:21:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:21:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:21:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:21:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:21:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:21:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:21:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:21:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:21:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:21:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:21:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:21:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:21:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:21:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:21:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:21:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:21:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:21:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:21:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:21:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:21:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:21:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:21:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:21:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:21:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:22:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:22:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:22:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:22:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:22:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:22:02 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:22:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:22:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:22:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:22:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:22:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:22:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:22:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:22:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:22:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:22:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:22:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:22:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:22:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:22:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:22:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:22:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:22:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:22:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:22:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:22:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:22:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:22:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:22:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:22:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:22:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:22:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:22:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:22:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:22:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:22:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:22:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:22:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:22:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:22:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:22:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:22:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:22:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:22:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:22:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:22:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:22:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:22:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:22:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:22:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:22:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:22:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:22:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:22:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:22:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:22:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:22:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:22:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:22:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:22:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:22:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:22:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:22:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:22:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:22:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:22:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:22:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:22:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:22:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:22:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:22:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:22:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:22:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:22:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:22:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:22:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:22:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:22:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:22:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:22:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:22:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:22:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:22:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:22:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:22:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:22:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:22:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:22:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:22:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:22:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:22:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:22:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:22:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:22:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:22:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:22:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:22:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:22:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:22:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:22:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:22:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:22:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:22:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:22:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:22:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:22:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:22:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:22:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:22:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:22:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:22:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:22:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:22:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:22:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:22:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:22:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:22:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:22:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:22:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:22:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:22:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:22:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:22:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:22:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:22:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:22:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:22:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:22:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:22:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:22:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:22:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:22:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:22:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:22:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:22:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:22:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:22:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:22:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:22:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:22:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:22:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:22:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:22:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:22:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:22:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:22:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:22:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:22:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:22:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:22:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:22:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:22:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:22:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:22:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:22:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:22:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:22:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:22:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:22:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:22:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:22:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:22:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:22:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:22:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:22:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:22:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:22:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:22:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:22:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:22:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:22:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:22:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:22:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:22:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:22:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:22:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:22:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:22:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:22:59 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:22:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:23:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:23:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:23:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:23:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:29:08 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 12:29:09 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 12:29:10 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 12:29:11 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 12:29:11 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 12:29:12 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 12:29:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 12:29:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 12:29:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 12:29:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 12:29:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 12:29:16 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 12:29:16 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 12:29:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 12:29:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 12:29:17 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 12:29:18 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 12:29:18 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 12:29:52 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-10 12:29:53 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-10 12:29:53 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\ria\application\views\bankinvoice.php 80 -ERROR - 2019-01-10 12:29:53 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\bankinvoice.php 82 -ERROR - 2019-01-10 12:30:00 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-10 12:30:01 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-10 12:30:01 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\ria\application\views\bankinvoice.php 80 -ERROR - 2019-01-10 12:30:02 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\bankinvoice.php 82 -ERROR - 2019-01-10 12:30:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:30:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:30:03 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:30:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:30:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:30:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:30:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:30:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:30:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:30:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:30:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:30:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:30:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:30:06 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:30:06 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:30:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:30:07 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:30:07 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:30:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:30:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:30:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:30:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:30:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:30:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:30:09 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:30:09 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:30:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:30:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:30:10 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:30:10 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:30:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:30:11 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:30:11 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:30:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:30:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:30:12 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:30:12 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:30:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:30:13 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:30:13 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:30:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:30:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:30:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:30:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:30:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:30:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:30:15 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:30:15 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:30:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:30:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:30:16 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:30:16 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:30:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:30:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:30:17 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:30:17 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:30:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:30:18 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:30:18 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:30:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:30:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:30:19 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:30:19 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:30:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:30:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:30:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:30:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:30:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:30:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:30:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:30:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:30:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:30:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:30:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:30:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:30:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:30:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:30:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:30:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:30:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:30:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:30:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:30:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:30:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:30:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 12:30:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 12:31:08 --> Severity: Notice --> Undefined variable: balancetoreceived C:\xampp\htdocs\ria\application\controllers\cashbook.php 1514 -ERROR - 2019-01-10 12:31:08 --> Severity: Notice --> Undefined variable: clearedblnce C:\xampp\htdocs\ria\application\controllers\cashbook.php 1525 -ERROR - 2019-01-10 12:31:08 --> Severity: Notice --> Undefined variable: balancetoreceived C:\xampp\htdocs\ria\application\controllers\cashbook.php 1525 -ERROR - 2019-01-10 12:31:09 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 12:31:10 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 12:31:10 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 12:31:10 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 12:31:11 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 12:31:11 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 12:31:11 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 12:31:12 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 12:31:12 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 12:31:12 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 12:31:12 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 12:31:12 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 12:31:12 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 12:31:13 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 12:31:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 12:31:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 12:31:13 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 12:31:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 12:31:13 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 12:31:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 12:31:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 12:31:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 12:31:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 12:31:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 12:31:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 12:31:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 12:31:14 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 12:31:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 12:31:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 12:31:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 12:31:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 12:31:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 12:31:15 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 12:31:16 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 12:31:16 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 12:31:16 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 12:31:25 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 12 -ERROR - 2019-01-10 12:31:26 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 12 -ERROR - 2019-01-10 12:31:26 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 186 -ERROR - 2019-01-10 12:31:26 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 186 -ERROR - 2019-01-10 12:31:27 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 186 -ERROR - 2019-01-10 12:31:27 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 186 -ERROR - 2019-01-10 12:37:36 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 12 -ERROR - 2019-01-10 12:37:37 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 12 -ERROR - 2019-01-10 12:37:37 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 186 -ERROR - 2019-01-10 12:37:37 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 186 -ERROR - 2019-01-10 12:37:37 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 186 -ERROR - 2019-01-10 12:37:38 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 186 -ERROR - 2019-01-10 13:11:53 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 13:11:54 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 13:11:54 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 13:11:54 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 13:11:56 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 13:11:56 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 13:11:56 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 13:11:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 13:11:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 13:11:57 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 13:11:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 13:11:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 13:11:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 13:11:58 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 13:11:59 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 13:11:59 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 13:11:59 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 13:12:00 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 13:12:00 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 13:12:01 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 13:12:01 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 13:12:01 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 13:12:02 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 13:12:02 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 13:12:02 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 13:12:03 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 13:12:03 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 13:12:03 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 13:12:03 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 13:12:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 13:12:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 13:12:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 13:12:04 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 13:12:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 13:12:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 13:12:05 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 13:12:25 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-10 13:12:26 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-10 13:12:26 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\ria\application\views\bankinvoice.php 80 -ERROR - 2019-01-10 13:12:27 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\bankinvoice.php 82 -ERROR - 2019-01-10 13:12:35 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-10 13:12:35 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-10 13:12:35 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\ria\application\views\bankinvoice.php 80 -ERROR - 2019-01-10 13:12:36 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\bankinvoice.php 82 -ERROR - 2019-01-10 13:12:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 13:12:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 13:12:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 13:12:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 13:12:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 13:12:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 13:12:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 13:12:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 13:12:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 13:12:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 13:12:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 13:12:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 13:12:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 13:12:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 13:12:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 13:12:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 13:12:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 13:12:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 13:12:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 13:12:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 13:12:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 13:12:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 13:12:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 13:12:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 13:12:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 13:12:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 13:12:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 13:12:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 13:12:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 13:12:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 13:12:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 13:12:44 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 13:12:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 13:12:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 13:12:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 13:12:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 13:12:45 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 13:12:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 13:12:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 13:12:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 13:12:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 13:12:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 13:12:47 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 13:12:47 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 13:12:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 13:12:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 13:12:48 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 13:12:48 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 13:12:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 13:12:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 13:12:49 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 13:12:49 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 13:12:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 13:12:50 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 13:12:50 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 13:12:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 13:12:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 13:12:51 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 13:12:51 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 13:12:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 13:12:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 13:12:52 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 13:12:52 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 13:12:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 13:12:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 13:12:53 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 13:12:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 13:12:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 13:12:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 13:12:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 13:12:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 13:12:55 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 13:12:55 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 13:12:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 13:12:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 13:12:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 13:12:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 13:12:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 13:12:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 13:12:57 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 13:12:57 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 13:12:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 13:12:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 13:12:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 13:12:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 13:12:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 13:13:25 --> Severity: Notice --> Undefined variable: balancetoreceived C:\xampp\htdocs\ria\application\controllers\cashbook.php 1514 -ERROR - 2019-01-10 13:13:25 --> Severity: Notice --> Undefined variable: clearedblnce C:\xampp\htdocs\ria\application\controllers\cashbook.php 1525 -ERROR - 2019-01-10 13:13:26 --> Severity: Notice --> Undefined variable: balancetoreceived C:\xampp\htdocs\ria\application\controllers\cashbook.php 1525 -ERROR - 2019-01-10 13:13:26 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 13:13:26 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 13:13:27 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 13:13:27 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 13:13:27 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 13:13:27 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 13:13:27 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 13:13:27 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 13:13:28 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 13:13:28 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 13:13:28 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 13:13:28 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 13:13:29 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 13:13:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 13:13:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 13:13:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 13:13:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 13:13:29 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 13:13:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 13:13:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 13:13:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 13:13:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 13:13:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 13:13:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 13:13:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 13:13:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 13:13:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 13:13:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 13:13:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 13:13:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 13:13:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 13:13:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 13:13:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 13:13:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 13:13:32 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 13:13:32 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 13:13:42 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 12 -ERROR - 2019-01-10 13:13:42 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 12 -ERROR - 2019-01-10 13:13:43 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 186 -ERROR - 2019-01-10 13:13:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 186 -ERROR - 2019-01-10 13:13:43 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 186 -ERROR - 2019-01-10 13:13:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 186 -ERROR - 2019-01-10 13:15:21 --> Severity: Notice --> Use of undefined constant OPEN - assumed 'OPEN' C:\xampp\htdocs\ria\application\controllers\cashbook.php 2335 -ERROR - 2019-01-10 13:15:22 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 13:15:23 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 13:15:23 --> Severity: Notice --> Undefined variable: bankreport C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-10 13:15:23 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 8 -ERROR - 2019-01-10 13:15:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 13:15:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 13:15:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 13:15:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 13:15:25 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 13:15:25 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 13:15:25 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 13:15:25 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 13:15:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 13:15:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 13:15:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 13:15:26 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 13:15:27 --> Severity: Notice --> Undefined variable: finyear C:\xampp\htdocs\ria\application\views\bankstatement.php 197 -ERROR - 2019-01-10 13:15:27 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 197 -ERROR - 2019-01-10 13:15:27 --> Severity: Notice --> Undefined variable: Bankname C:\xampp\htdocs\ria\application\views\bankstatement.php 235 -ERROR - 2019-01-10 13:15:28 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 13:15:29 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 13:15:29 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 13:15:29 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1172 -ERROR - 2019-01-10 13:15:30 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 13:15:30 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankstatement.php 2 -ERROR - 2019-01-10 13:15:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 13:15:30 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 85 -ERROR - 2019-01-10 13:15:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 13:15:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 86 -ERROR - 2019-01-10 13:15:31 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 13:15:32 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 87 -ERROR - 2019-01-10 13:15:32 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 13:15:32 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 137 -ERROR - 2019-01-10 13:15:32 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 13:15:33 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 138 -ERROR - 2019-01-10 13:15:33 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 13:15:33 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankstatement.php 139 -ERROR - 2019-01-10 13:15:48 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 12 -ERROR - 2019-01-10 13:15:48 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 12 -ERROR - 2019-01-10 13:15:49 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 186 -ERROR - 2019-01-10 13:15:49 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankinvoicesettlement.php 186 -ERROR - 2019-01-10 13:16:10 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-10 13:16:11 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-10 13:16:11 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\ria\application\views\bankinvoice.php 80 -ERROR - 2019-01-10 13:16:11 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\bankinvoice.php 82 -ERROR - 2019-01-10 13:16:18 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-10 13:16:19 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankinvoice.php 2 -ERROR - 2019-01-10 13:16:19 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\ria\application\views\bankinvoice.php 80 -ERROR - 2019-01-10 13:16:19 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\bankinvoice.php 82 -ERROR - 2019-01-10 13:16:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 13:16:20 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 13:16:20 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 13:16:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 13:16:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 13:16:21 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 13:16:21 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 13:16:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 13:16:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 13:16:22 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 13:16:22 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 13:16:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 13:16:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 13:16:23 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 13:16:23 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 13:16:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 13:16:24 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 13:16:24 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 13:16:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 13:16:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 13:16:25 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 13:16:25 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 13:16:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 13:16:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 13:16:26 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 13:16:26 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 13:16:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 13:16:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 13:16:27 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 13:16:27 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 13:16:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 13:16:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 13:16:28 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 13:16:28 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 13:16:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 13:16:29 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 13:16:29 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 13:16:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 13:16:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 13:16:30 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 13:16:30 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 13:16:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 13:16:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 13:16:31 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 13:16:31 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 13:16:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 13:16:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 13:16:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 13:16:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 13:16:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 13:16:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 13:16:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 13:16:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 13:16:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 13:16:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 13:16:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 13:16:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 13:16:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 13:16:35 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 13:16:35 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 13:16:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 13:16:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 13:16:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 13:16:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 13:16:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 13:16:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 13:16:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 13:16:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 13:16:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 13:16:38 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 13:16:38 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 13:16:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 13:16:39 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 13:16:39 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 13:16:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 13:16:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 13:16:40 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 13:16:40 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 13:16:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 13:16:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 13:16:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 13:16:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 13:16:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 13:16:42 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 13:16:42 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankinvoice.php 177 -ERROR - 2019-01-10 13:16:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankinvoice.php 178 -ERROR - 2019-01-10 13:24:46 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 2 -ERROR - 2019-01-10 13:24:46 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 2 -ERROR - 2019-01-10 13:24:46 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 110 -ERROR - 2019-01-10 13:24:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 110 -ERROR - 2019-01-10 13:24:47 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 111 -ERROR - 2019-01-10 13:24:47 --> Severity: Notice --> Undefined variable: ta C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 112 -ERROR - 2019-01-10 13:24:48 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 113 -ERROR - 2019-01-10 13:24:48 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 114 -ERROR - 2019-01-10 13:24:48 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 115 -ERROR - 2019-01-10 13:24:59 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 2 -ERROR - 2019-01-10 13:25:00 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 2 -ERROR - 2019-01-10 13:25:00 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 110 -ERROR - 2019-01-10 13:25:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 110 -ERROR - 2019-01-10 13:25:00 --> Severity: Notice --> Undefined variable: ta C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 112 -ERROR - 2019-01-10 13:25:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 200 -ERROR - 2019-01-10 13:25:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 201 -ERROR - 2019-01-10 13:25:01 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 202 -ERROR - 2019-01-10 13:25:01 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 204 -ERROR - 2019-01-10 13:25:02 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 214 -ERROR - 2019-01-10 13:25:02 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 215 -ERROR - 2019-01-10 13:25:02 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 221 -ERROR - 2019-01-10 13:25:02 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 200 -ERROR - 2019-01-10 13:25:03 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 201 -ERROR - 2019-01-10 13:25:03 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 202 -ERROR - 2019-01-10 13:25:03 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 204 -ERROR - 2019-01-10 13:25:04 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 200 -ERROR - 2019-01-10 13:25:04 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 201 -ERROR - 2019-01-10 13:25:04 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 202 -ERROR - 2019-01-10 13:25:04 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 204 -ERROR - 2019-01-10 13:25:13 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 2 -ERROR - 2019-01-10 13:25:13 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 2 -ERROR - 2019-01-10 13:25:13 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 103 -ERROR - 2019-01-10 13:25:14 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 103 -ERROR - 2019-01-10 13:25:14 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 268 -ERROR - 2019-01-10 13:25:14 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 269 -ERROR - 2019-01-10 13:25:14 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 270 -ERROR - 2019-01-10 13:25:15 --> Severity: Notice --> Undefined property: stdClass::$DeliveryChellanOrInvoiceNo C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 279 -ERROR - 2019-01-10 13:25:15 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 300 -ERROR - 2019-01-10 13:25:15 --> Severity: Notice --> Undefined property: stdClass::$iwFpath C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 304 -ERROR - 2019-01-10 13:25:16 --> Severity: Notice --> Undefined property: stdClass::$poFilePath C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 319 -ERROR - 2019-01-10 13:25:16 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 342 -ERROR - 2019-01-10 13:25:32 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 2 -ERROR - 2019-01-10 13:25:32 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 2 -ERROR - 2019-01-10 13:25:32 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 110 -ERROR - 2019-01-10 13:25:32 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 110 -ERROR - 2019-01-10 13:25:33 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 111 -ERROR - 2019-01-10 13:25:33 --> Severity: Notice --> Undefined variable: ta C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 112 -ERROR - 2019-01-10 13:25:33 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 113 -ERROR - 2019-01-10 13:25:34 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 114 -ERROR - 2019-01-10 13:25:34 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 115 -ERROR - 2019-01-10 13:25:41 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 2 -ERROR - 2019-01-10 13:25:42 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 2 -ERROR - 2019-01-10 13:25:42 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 110 -ERROR - 2019-01-10 13:25:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 110 -ERROR - 2019-01-10 13:25:42 --> Severity: Notice --> Undefined variable: ta C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 112 -ERROR - 2019-01-10 13:25:43 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 200 -ERROR - 2019-01-10 13:25:43 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 201 -ERROR - 2019-01-10 13:25:43 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 202 -ERROR - 2019-01-10 13:25:43 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 204 -ERROR - 2019-01-10 13:25:44 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 214 -ERROR - 2019-01-10 13:25:44 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 215 -ERROR - 2019-01-10 13:25:44 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 221 -ERROR - 2019-01-10 13:25:44 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 200 -ERROR - 2019-01-10 13:25:45 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 201 -ERROR - 2019-01-10 13:25:45 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 202 -ERROR - 2019-01-10 13:25:45 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 204 -ERROR - 2019-01-10 13:25:46 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 200 -ERROR - 2019-01-10 13:25:46 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 201 -ERROR - 2019-01-10 13:25:46 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 202 -ERROR - 2019-01-10 13:25:46 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 204 -ERROR - 2019-01-10 13:25:52 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 2 -ERROR - 2019-01-10 13:25:53 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 2 -ERROR - 2019-01-10 13:25:53 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 2 -ERROR - 2019-01-10 13:25:53 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 2 -ERROR - 2019-01-10 13:25:53 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 103 -ERROR - 2019-01-10 13:25:53 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 103 -ERROR - 2019-01-10 13:25:53 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 103 -ERROR - 2019-01-10 13:25:53 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 268 -ERROR - 2019-01-10 13:25:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 103 -ERROR - 2019-01-10 13:25:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 269 -ERROR - 2019-01-10 13:25:54 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 268 -ERROR - 2019-01-10 13:25:54 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 270 -ERROR - 2019-01-10 13:25:54 --> Severity: Notice --> Undefined property: stdClass::$DeliveryChellanOrInvoiceNo C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 279 -ERROR - 2019-01-10 13:25:54 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 269 -ERROR - 2019-01-10 13:25:55 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 270 -ERROR - 2019-01-10 13:25:55 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 300 -ERROR - 2019-01-10 13:25:55 --> Severity: Notice --> Undefined property: stdClass::$DeliveryChellanOrInvoiceNo C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 279 -ERROR - 2019-01-10 13:25:55 --> Severity: Notice --> Undefined property: stdClass::$iwFpath C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 304 -ERROR - 2019-01-10 13:25:55 --> Severity: Notice --> Undefined property: stdClass::$poFilePath C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 319 -ERROR - 2019-01-10 13:25:55 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 300 -ERROR - 2019-01-10 13:25:55 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 342 -ERROR - 2019-01-10 13:25:55 --> Severity: Notice --> Undefined property: stdClass::$iwFpath C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 304 -ERROR - 2019-01-10 13:25:56 --> Severity: Notice --> Undefined property: stdClass::$poFilePath C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 319 -ERROR - 2019-01-10 13:25:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 268 -ERROR - 2019-01-10 13:25:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 269 -ERROR - 2019-01-10 13:25:56 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 342 -ERROR - 2019-01-10 13:25:56 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 270 -ERROR - 2019-01-10 13:25:56 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 268 -ERROR - 2019-01-10 13:25:56 --> Severity: Notice --> Undefined property: stdClass::$DeliveryChellanOrInvoiceNo C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 279 -ERROR - 2019-01-10 13:25:56 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 269 -ERROR - 2019-01-10 13:25:57 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 270 -ERROR - 2019-01-10 13:25:57 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 300 -ERROR - 2019-01-10 13:25:57 --> Severity: Notice --> Undefined property: stdClass::$iwFpath C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 304 -ERROR - 2019-01-10 13:25:57 --> Severity: Notice --> Undefined property: stdClass::$DeliveryChellanOrInvoiceNo C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 279 -ERROR - 2019-01-10 13:25:57 --> Severity: Notice --> Undefined property: stdClass::$poFilePath C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 319 -ERROR - 2019-01-10 13:25:57 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 300 -ERROR - 2019-01-10 13:25:58 --> Severity: Notice --> Undefined property: stdClass::$iwFpath C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 304 -ERROR - 2019-01-10 13:25:58 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 342 -ERROR - 2019-01-10 13:25:58 --> Severity: Notice --> Undefined property: stdClass::$poFilePath C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 319 -ERROR - 2019-01-10 13:25:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 268 -ERROR - 2019-01-10 13:25:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 269 -ERROR - 2019-01-10 13:25:58 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 342 -ERROR - 2019-01-10 13:25:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 268 -ERROR - 2019-01-10 13:25:58 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 270 -ERROR - 2019-01-10 13:25:59 --> Severity: Notice --> Undefined property: stdClass::$DeliveryChellanOrInvoiceNo C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 279 -ERROR - 2019-01-10 13:25:59 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 269 -ERROR - 2019-01-10 13:25:59 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 270 -ERROR - 2019-01-10 13:25:59 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 300 -ERROR - 2019-01-10 13:25:59 --> Severity: Notice --> Undefined property: stdClass::$iwFpath C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 304 -ERROR - 2019-01-10 13:25:59 --> Severity: Notice --> Undefined property: stdClass::$DeliveryChellanOrInvoiceNo C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 279 -ERROR - 2019-01-10 13:25:59 --> Severity: Notice --> Undefined property: stdClass::$poFilePath C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 319 -ERROR - 2019-01-10 13:25:59 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 300 -ERROR - 2019-01-10 13:26:00 --> Severity: Notice --> Undefined property: stdClass::$iwFpath C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 304 -ERROR - 2019-01-10 13:26:00 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 342 -ERROR - 2019-01-10 13:26:00 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 268 -ERROR - 2019-01-10 13:26:00 --> Severity: Notice --> Undefined property: stdClass::$poFilePath C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 319 -ERROR - 2019-01-10 13:26:00 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 269 -ERROR - 2019-01-10 13:26:00 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 342 -ERROR - 2019-01-10 13:26:01 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 270 -ERROR - 2019-01-10 13:26:01 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 268 -ERROR - 2019-01-10 13:26:01 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 269 -ERROR - 2019-01-10 13:26:01 --> Severity: Notice --> Undefined property: stdClass::$DeliveryChellanOrInvoiceNo C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 279 -ERROR - 2019-01-10 13:26:01 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 300 -ERROR - 2019-01-10 13:26:01 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 270 -ERROR - 2019-01-10 13:26:02 --> Severity: Notice --> Undefined property: stdClass::$iwFpath C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 304 -ERROR - 2019-01-10 13:26:02 --> Severity: Notice --> Undefined property: stdClass::$DeliveryChellanOrInvoiceNo C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 279 -ERROR - 2019-01-10 13:26:02 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 300 -ERROR - 2019-01-10 13:26:02 --> Severity: Notice --> Undefined property: stdClass::$poFilePath C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 319 -ERROR - 2019-01-10 13:26:02 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 342 -ERROR - 2019-01-10 13:26:02 --> Severity: Notice --> Undefined property: stdClass::$iwFpath C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 304 -ERROR - 2019-01-10 13:26:02 --> Severity: Notice --> Undefined property: stdClass::$poFilePath C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 319 -ERROR - 2019-01-10 13:26:03 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 342 diff --git a/application/logs/log-2019-01-11.php b/application/logs/log-2019-01-11.php deleted file mode 100644 index 9bf8ca43..00000000 --- a/application/logs/log-2019-01-11.php +++ /dev/null @@ -1,1091 +0,0 @@ - - -ERROR - 2019-01-11 06:43:27 --> Severity: Notice --> Undefined variable: openingbalancesupplier C:\xampp\htdocs\ria\application\views\banksupplierledger.php 6 -ERROR - 2019-01-11 06:43:27 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\banksupplierledger.php 6 -ERROR - 2019-01-11 06:43:27 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\banksupplierledger.php 10 -ERROR - 2019-01-11 06:43:27 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\banksupplierledger.php 10 -ERROR - 2019-01-11 06:43:27 --> Severity: Notice --> Undefined variable: supplierledger C:\xampp\htdocs\ria\application\views\banksupplierledger.php 102 -ERROR - 2019-01-11 06:43:27 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\banksupplierledger.php 102 -ERROR - 2019-01-11 06:43:27 --> Severity: Notice --> Undefined variable: suppliername C:\xampp\htdocs\ria\application\views\banksupplierledger.php 107 -ERROR - 2019-01-11 06:43:27 --> Severity: Notice --> Undefined variable: tot_amount C:\xampp\htdocs\ria\application\views\banksupplierledger.php 108 -ERROR - 2019-01-11 06:43:28 --> Severity: Notice --> Undefined variable: supplierid C:\xampp\htdocs\ria\application\views\banksupplierledger.php 112 -ERROR - 2019-01-11 06:43:28 --> Severity: Notice --> Undefined variable: suppliername C:\xampp\htdocs\ria\application\views\banksupplierledger.php 113 -ERROR - 2019-01-11 06:43:39 --> Severity: Notice --> Undefined variable: customer C:\xampp\htdocs\ria\application\controllers\cashbook.php 1886 -ERROR - 2019-01-11 06:43:39 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\banksupplierledger.php 10 -ERROR - 2019-01-11 06:43:39 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\banksupplierledger.php 10 -ERROR - 2019-01-11 06:43:39 --> Severity: Notice --> Undefined variable: tot_amount C:\xampp\htdocs\ria\application\views\banksupplierledger.php 108 -ERROR - 2019-01-11 06:43:39 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-11 06:43:39 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:43:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:43:39 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:43:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:43:39 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:43:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:43:39 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:43:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:43:39 --> Severity: Notice --> Undefined variable: tot_amount C:\xampp\htdocs\ria\application\views\banksupplierledger.php 306 -ERROR - 2019-01-11 06:43:39 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:43:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:43:39 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-11 06:43:40 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:43:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:43:40 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:43:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:43:40 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:43:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:43:40 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:43:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:43:40 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:43:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:43:40 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-11 06:43:40 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:43:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:43:40 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:43:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:43:40 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:43:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:43:40 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:43:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:43:40 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:43:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:43:40 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-11 06:43:40 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:43:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:43:40 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:43:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:43:40 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:43:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:43:40 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:43:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:43:40 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:43:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:43:40 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-11 06:43:40 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:43:40 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:43:40 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:43:41 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:43:41 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:43:41 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:43:41 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:43:41 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:43:41 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:43:41 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:43:41 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-11 06:43:41 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:43:41 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:43:41 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:43:41 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:43:41 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:43:41 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:43:41 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:43:41 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:43:41 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:43:41 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:43:41 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-11 06:43:41 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:43:41 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:43:41 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:43:41 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:43:41 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:43:41 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:43:41 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:43:41 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:43:41 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:43:41 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:43:41 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-11 06:43:41 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:43:41 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:43:41 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:43:41 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:43:42 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:43:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:43:42 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:43:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:43:42 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:43:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:43:42 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-11 06:43:42 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:43:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:43:42 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:43:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:43:42 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:43:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:43:42 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:43:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:43:42 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:43:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:43:42 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-11 06:43:42 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:43:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:43:42 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:43:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:43:42 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:43:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:43:42 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:43:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:43:42 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:43:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:43:42 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-11 06:43:42 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:43:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:43:42 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:43:42 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:43:42 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:43:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:43:43 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:43:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:43:43 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:43:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:43:43 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-11 06:43:43 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:43:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:43:43 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:43:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:43:43 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:43:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:43:43 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:43:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:43:43 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:43:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:43:43 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-11 06:43:43 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:43:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:43:43 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:43:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:43:43 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:43:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:43:43 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:43:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:43:43 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:43:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:43:43 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-11 06:43:43 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:43:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:43:43 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:43:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:43:43 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:43:43 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:43:44 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:43:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:43:44 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:43:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:43:44 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-11 06:43:44 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:43:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:43:44 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:43:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:43:44 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:43:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:43:44 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:43:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:43:44 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:43:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:43:44 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-11 06:43:44 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:43:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:43:44 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:43:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:43:44 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:43:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:43:44 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:43:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:43:44 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:43:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:43:44 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-11 06:43:44 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:43:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:43:44 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:43:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:43:44 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:43:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:43:44 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:43:44 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:43:45 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:43:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:43:45 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-11 06:43:45 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:43:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:43:45 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:43:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:43:45 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:43:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:43:45 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:43:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:43:45 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:43:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:43:45 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-11 06:43:45 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:43:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:43:45 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:43:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:43:45 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:43:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:43:45 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:43:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:43:45 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:43:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:43:45 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-11 06:43:45 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:43:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:43:45 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:43:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:43:45 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:43:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:43:45 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:43:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:43:46 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:43:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:43:46 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-11 06:43:46 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:43:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:43:46 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:43:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:43:46 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:43:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:43:46 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:43:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:43:46 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:43:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:43:46 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-11 06:43:46 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:43:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:43:46 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:43:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:43:46 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:43:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:43:46 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:43:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:43:46 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:43:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:43:46 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-11 06:43:46 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:43:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:43:46 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:43:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:43:46 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:43:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:43:46 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:43:46 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:43:46 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:43:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:43:47 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-11 06:43:47 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:43:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:43:47 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:43:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:43:47 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:43:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:43:47 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:43:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:43:47 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:43:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:43:47 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-11 06:43:47 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:43:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:43:47 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:43:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:43:47 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:43:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:43:47 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:43:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:43:47 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:43:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:43:47 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-11 06:43:47 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:43:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:43:47 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:43:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:43:47 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:43:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:43:47 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:43:47 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:43:47 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:43:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:43:48 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-11 06:43:48 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:43:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:43:48 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:43:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:43:48 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:43:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:43:48 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:43:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:43:48 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:43:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:43:48 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-11 06:43:48 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:43:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:43:48 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:43:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:43:48 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:43:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:43:48 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:43:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:43:48 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:43:48 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:49:47 --> Severity: Notice --> Undefined variable: openingbalancesupplier C:\xampp\htdocs\ria\application\views\banksupplierledger.php 6 -ERROR - 2019-01-11 06:49:48 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\banksupplierledger.php 6 -ERROR - 2019-01-11 06:49:48 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\banksupplierledger.php 10 -ERROR - 2019-01-11 06:49:48 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\banksupplierledger.php 10 -ERROR - 2019-01-11 06:49:48 --> Severity: Notice --> Undefined variable: supplierledger C:\xampp\htdocs\ria\application\views\banksupplierledger.php 102 -ERROR - 2019-01-11 06:49:48 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\banksupplierledger.php 102 -ERROR - 2019-01-11 06:49:48 --> Severity: Notice --> Undefined variable: suppliername C:\xampp\htdocs\ria\application\views\banksupplierledger.php 107 -ERROR - 2019-01-11 06:49:48 --> Severity: Notice --> Undefined variable: tot_amount C:\xampp\htdocs\ria\application\views\banksupplierledger.php 108 -ERROR - 2019-01-11 06:49:48 --> Severity: Notice --> Undefined variable: supplierid C:\xampp\htdocs\ria\application\views\banksupplierledger.php 112 -ERROR - 2019-01-11 06:49:48 --> Severity: Notice --> Undefined variable: suppliername C:\xampp\htdocs\ria\application\views\banksupplierledger.php 113 -ERROR - 2019-01-11 06:49:56 --> Severity: Notice --> Undefined variable: customer C:\xampp\htdocs\ria\application\controllers\cashbook.php 1886 -ERROR - 2019-01-11 06:49:56 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\banksupplierledger.php 10 -ERROR - 2019-01-11 06:49:56 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\banksupplierledger.php 10 -ERROR - 2019-01-11 06:49:56 --> Severity: Notice --> Undefined variable: tot_amount C:\xampp\htdocs\ria\application\views\banksupplierledger.php 108 -ERROR - 2019-01-11 06:49:57 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-11 06:49:57 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:49:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:49:57 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:49:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:49:57 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:49:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:49:57 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:49:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:49:57 --> Severity: Notice --> Undefined variable: tot_amount C:\xampp\htdocs\ria\application\views\banksupplierledger.php 306 -ERROR - 2019-01-11 06:49:57 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:49:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:49:57 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-11 06:49:57 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:49:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:49:57 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:49:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:49:57 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:49:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:49:57 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:49:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:49:57 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:49:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:49:57 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-11 06:49:57 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:49:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:49:57 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:49:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:49:57 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:49:57 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:49:57 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:49:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:49:58 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:49:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:49:58 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-11 06:49:58 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:49:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:49:58 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:49:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:49:58 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:49:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:49:58 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:49:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:49:58 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:49:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:49:58 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-11 06:49:58 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:49:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:49:58 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:49:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:49:58 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:49:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:49:58 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:49:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:49:58 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:49:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:49:58 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-11 06:49:58 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:49:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:49:58 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:49:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:49:58 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:49:58 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:49:59 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:49:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:49:59 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:49:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:49:59 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-11 06:49:59 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:49:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:49:59 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:49:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:49:59 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:49:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:49:59 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:49:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:49:59 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:49:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:49:59 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-11 06:49:59 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:49:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:49:59 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:49:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:49:59 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:49:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:49:59 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:49:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:49:59 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:49:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:49:59 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-11 06:49:59 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:49:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:49:59 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:49:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:49:59 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:49:59 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:50:00 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:50:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:50:00 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:50:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:50:00 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-11 06:50:00 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:50:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:50:00 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:50:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:50:00 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:50:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:50:00 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:50:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:50:00 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:50:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:50:00 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-11 06:50:00 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:50:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:50:00 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:50:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:50:00 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:50:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:50:00 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:50:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:50:00 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:50:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:50:00 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-11 06:50:00 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:50:00 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:50:00 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:50:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:50:01 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:50:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:50:01 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:50:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:50:01 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:50:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:50:01 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-11 06:50:01 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:50:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:50:01 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:50:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:50:01 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:50:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:50:01 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:50:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:50:01 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:50:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:50:01 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-11 06:50:01 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:50:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:50:01 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:50:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:50:01 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:50:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:50:01 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:50:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:50:01 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:50:01 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:50:01 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-11 06:50:02 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:50:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:50:02 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:50:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:50:02 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:50:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:50:02 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:50:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:50:02 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:50:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:50:02 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-11 06:50:02 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:50:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:50:02 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:50:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:50:02 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:50:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:50:02 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:50:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:50:02 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:50:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:50:02 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-11 06:50:02 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:50:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:50:02 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:50:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:50:02 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:50:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:50:02 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:50:02 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:50:02 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:50:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:50:03 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-11 06:50:03 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:50:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:50:03 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:50:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:50:03 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:50:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:50:03 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:50:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:50:03 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:50:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:50:03 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-11 06:50:03 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:50:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:50:03 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:50:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:50:03 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:50:03 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:50:04 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:50:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:50:04 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:50:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:50:04 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-11 06:50:04 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:50:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:50:04 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:50:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:50:04 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:50:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:50:04 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:50:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:50:04 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:50:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:50:04 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-11 06:50:04 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:50:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:50:04 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:50:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:50:04 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:50:04 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:50:04 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:50:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:50:05 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:50:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:50:05 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-11 06:50:05 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:50:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:50:05 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:50:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:50:05 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:50:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:50:05 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:50:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:50:05 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:50:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:50:05 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-11 06:50:05 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:50:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:50:05 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:50:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:50:05 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:50:05 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:50:05 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:50:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:50:06 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:50:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:50:06 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-11 06:50:06 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:50:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:50:06 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:50:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:50:06 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:50:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:50:06 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:50:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:50:06 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:50:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:50:06 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-11 06:50:06 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:50:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:50:06 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:50:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:50:06 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:50:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:50:06 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:50:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:50:06 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:50:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:50:07 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-11 06:50:07 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:50:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:50:07 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:50:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:50:07 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:50:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:50:07 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:50:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:50:07 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:50:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:50:07 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-11 06:50:07 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:50:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:50:07 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:50:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:50:07 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:50:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:50:07 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:50:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:50:07 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:50:07 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:50:08 --> Severity: Notice --> Undefined property: stdClass::$bankdate C:\xampp\htdocs\ria\application\views\banksupplierledger.php 278 -ERROR - 2019-01-11 06:50:08 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:50:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 286 -ERROR - 2019-01-11 06:50:08 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:50:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 287 -ERROR - 2019-01-11 06:50:08 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:50:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 288 -ERROR - 2019-01-11 06:50:08 --> Severity: Notice --> Undefined variable: ap C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:50:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 289 -ERROR - 2019-01-11 06:50:08 --> Severity: Notice --> Undefined variable: record C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:50:08 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\banksupplierledger.php 320 -ERROR - 2019-01-11 06:50:45 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 2 -ERROR - 2019-01-11 06:50:45 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 2 -ERROR - 2019-01-11 06:50:45 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 110 -ERROR - 2019-01-11 06:50:45 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 110 -ERROR - 2019-01-11 06:50:46 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 111 -ERROR - 2019-01-11 06:50:46 --> Severity: Notice --> Undefined variable: ta C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 112 -ERROR - 2019-01-11 06:50:46 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 113 -ERROR - 2019-01-11 06:50:46 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 114 -ERROR - 2019-01-11 06:50:46 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 115 -ERROR - 2019-01-11 07:07:28 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 2 -ERROR - 2019-01-11 07:07:28 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 2 -ERROR - 2019-01-11 07:07:28 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 110 -ERROR - 2019-01-11 07:07:28 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 110 -ERROR - 2019-01-11 07:07:28 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 111 -ERROR - 2019-01-11 07:07:28 --> Severity: Notice --> Undefined variable: ta C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 112 -ERROR - 2019-01-11 07:07:28 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 113 -ERROR - 2019-01-11 07:07:28 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 114 -ERROR - 2019-01-11 07:07:28 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 115 -ERROR - 2019-01-11 07:07:36 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 2 -ERROR - 2019-01-11 07:07:36 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 2 -ERROR - 2019-01-11 07:07:36 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 110 -ERROR - 2019-01-11 07:07:36 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 110 -ERROR - 2019-01-11 07:07:36 --> Severity: Notice --> Undefined variable: ta C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 112 -ERROR - 2019-01-11 07:07:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 200 -ERROR - 2019-01-11 07:07:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 201 -ERROR - 2019-01-11 07:07:36 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 202 -ERROR - 2019-01-11 07:07:36 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 204 -ERROR - 2019-01-11 07:07:36 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 214 -ERROR - 2019-01-11 07:07:37 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 215 -ERROR - 2019-01-11 07:07:37 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 221 -ERROR - 2019-01-11 07:07:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 200 -ERROR - 2019-01-11 07:07:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 201 -ERROR - 2019-01-11 07:07:37 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 202 -ERROR - 2019-01-11 07:07:37 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 204 -ERROR - 2019-01-11 07:07:37 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 200 -ERROR - 2019-01-11 07:07:37 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 201 -ERROR - 2019-01-11 07:07:37 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 202 -ERROR - 2019-01-11 07:07:37 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 204 -ERROR - 2019-01-11 07:07:54 --> Severity: Notice --> Use of undefined constant ST066 - assumed 'ST066' C:\xampp\htdocs\ria\application\models\cashbook_model.php 1851 -ERROR - 2019-01-11 07:08:00 --> Severity: Notice --> Use of undefined constant ST066 - assumed 'ST066' C:\xampp\htdocs\ria\application\models\cashbook_model.php 1868 -ERROR - 2019-01-11 07:25:54 --> Severity: Notice --> Use of undefined constant ST066 - assumed 'ST066' C:\xampp\htdocs\ria\application\models\cashbook_model.php 1868 -ERROR - 2019-01-11 07:25:54 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:25:54 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 186 -ERROR - 2019-01-11 07:25:54 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 192 -ERROR - 2019-01-11 07:26:07 --> Severity: Notice --> Use of undefined constant ST066 - assumed 'ST066' C:\xampp\htdocs\ria\application\models\cashbook_model.php 1816 -ERROR - 2019-01-11 07:26:08 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankamountunreceived.php 2 -ERROR - 2019-01-11 07:26:08 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankamountunreceived.php 2 -ERROR - 2019-01-11 07:26:08 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\ria\application\views\bankamountunreceived.php 106 -ERROR - 2019-01-11 07:26:08 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\bankamountunreceived.php 108 -ERROR - 2019-01-11 07:26:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankamountunreceived.php 222 -ERROR - 2019-01-11 07:26:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankamountunreceived.php 223 -ERROR - 2019-01-11 07:26:08 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankamountunreceived.php 222 -ERROR - 2019-01-11 07:26:08 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankamountunreceived.php 223 -ERROR - 2019-01-11 07:26:23 --> Severity: Notice --> Use of undefined constant ST066 - assumed 'ST066' C:\xampp\htdocs\ria\application\models\cashbook_model.php 1851 -ERROR - 2019-01-11 07:26:23 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:24 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:24 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:24 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:24 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:24 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 186 -ERROR - 2019-01-11 07:26:24 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 192 -ERROR - 2019-01-11 07:26:24 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:24 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:24 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:24 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:24 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:24 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:24 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:24 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:24 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:24 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:24 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:24 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:24 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:24 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:24 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:24 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:24 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:24 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:24 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:24 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:24 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:24 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:24 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:25 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:25 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:25 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:25 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:25 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:25 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:25 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:25 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:25 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:25 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:25 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:25 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:25 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:25 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:25 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:25 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:25 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:25 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:25 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:25 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:25 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:25 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:25 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:25 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:25 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:25 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:25 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:25 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:26 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:26 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:26 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:26 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:26 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:26 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:26 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:26 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:26 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:26 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:26 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:26 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:26 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:26 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:26 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:26 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:26 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:26 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:26 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:26 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:26 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:26 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:26 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:26 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:35 --> Severity: Notice --> Use of undefined constant ST066 - assumed 'ST066' C:\xampp\htdocs\ria\application\models\cashbook_model.php 1816 -ERROR - 2019-01-11 07:26:35 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankamountunreceived.php 2 -ERROR - 2019-01-11 07:26:35 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankamountunreceived.php 2 -ERROR - 2019-01-11 07:26:35 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\ria\application\views\bankamountunreceived.php 106 -ERROR - 2019-01-11 07:26:35 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\bankamountunreceived.php 108 -ERROR - 2019-01-11 07:26:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankamountunreceived.php 222 -ERROR - 2019-01-11 07:26:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankamountunreceived.php 223 -ERROR - 2019-01-11 07:26:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankamountunreceived.php 222 -ERROR - 2019-01-11 07:26:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankamountunreceived.php 223 -ERROR - 2019-01-11 07:26:36 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankamountunreceived.php 222 -ERROR - 2019-01-11 07:26:36 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankamountunreceived.php 223 -ERROR - 2019-01-11 07:26:49 --> Severity: Notice --> Use of undefined constant ST066 - assumed 'ST066' C:\xampp\htdocs\ria\application\models\cashbook_model.php 1851 -ERROR - 2019-01-11 07:26:50 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:50 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:50 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:50 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:50 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:50 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:50 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 186 -ERROR - 2019-01-11 07:26:50 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 192 -ERROR - 2019-01-11 07:26:50 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:50 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:50 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:50 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:50 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:50 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:50 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:50 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:50 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:50 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:50 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:50 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:50 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:50 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:50 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:50 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:50 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:50 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:51 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:51 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:51 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:51 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:51 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:51 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:51 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:51 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:51 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:51 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:51 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:51 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:51 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:51 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:51 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:51 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:51 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:51 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:51 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:51 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:51 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:51 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:51 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:51 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:51 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:51 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:51 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:51 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:51 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:52 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:52 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:52 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:52 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:52 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:52 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:52 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:52 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:52 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:52 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:52 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:52 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:52 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:52 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:52 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:52 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:52 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:52 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:52 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:52 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:52 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:52 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:52 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:52 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:52 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:52 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:52 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:26:52 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:31:57 --> Severity: Notice --> Use of undefined constant ST066 - assumed 'ST066' C:\xampp\htdocs\ria\application\models\cashbook_model.php 1816 -ERROR - 2019-01-11 07:31:58 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankamountunreceived.php 2 -ERROR - 2019-01-11 07:31:58 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankamountunreceived.php 2 -ERROR - 2019-01-11 07:31:58 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\ria\application\views\bankamountunreceived.php 106 -ERROR - 2019-01-11 07:31:58 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\bankamountunreceived.php 108 -ERROR - 2019-01-11 07:31:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankamountunreceived.php 222 -ERROR - 2019-01-11 07:31:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankamountunreceived.php 223 -ERROR - 2019-01-11 07:31:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankamountunreceived.php 222 -ERROR - 2019-01-11 07:31:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankamountunreceived.php 223 -ERROR - 2019-01-11 07:31:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankamountunreceived.php 222 -ERROR - 2019-01-11 07:31:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankamountunreceived.php 223 -ERROR - 2019-01-11 07:31:58 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankamountunreceived.php 222 -ERROR - 2019-01-11 07:31:58 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankamountunreceived.php 223 -ERROR - 2019-01-11 07:35:32 --> Severity: Notice --> Use of undefined constant ST066 - assumed 'ST066' C:\xampp\htdocs\ria\application\models\cashbook_model.php 1816 -ERROR - 2019-01-11 07:35:32 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankamountunreceived.php 2 -ERROR - 2019-01-11 07:35:32 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankamountunreceived.php 2 -ERROR - 2019-01-11 07:35:32 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\ria\application\views\bankamountunreceived.php 106 -ERROR - 2019-01-11 07:35:32 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\bankamountunreceived.php 108 -ERROR - 2019-01-11 07:35:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankamountunreceived.php 222 -ERROR - 2019-01-11 07:35:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankamountunreceived.php 223 -ERROR - 2019-01-11 07:35:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankamountunreceived.php 222 -ERROR - 2019-01-11 07:35:32 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankamountunreceived.php 223 -ERROR - 2019-01-11 07:35:32 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankamountunreceived.php 222 -ERROR - 2019-01-11 07:35:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankamountunreceived.php 223 -ERROR - 2019-01-11 07:35:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankamountunreceived.php 222 -ERROR - 2019-01-11 07:35:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankamountunreceived.php 223 -ERROR - 2019-01-11 07:36:04 --> Severity: Notice --> Use of undefined constant ST066 - assumed 'ST066' C:\xampp\htdocs\ria\application\models\cashbook_model.php 1816 -ERROR - 2019-01-11 07:36:05 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankamountunreceived.php 2 -ERROR - 2019-01-11 07:36:05 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankamountunreceived.php 2 -ERROR - 2019-01-11 07:36:05 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\ria\application\views\bankamountunreceived.php 106 -ERROR - 2019-01-11 07:36:05 --> Severity: Notice --> Undefined variable: bankid C:\xampp\htdocs\ria\application\views\bankamountunreceived.php 108 -ERROR - 2019-01-11 07:36:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankamountunreceived.php 222 -ERROR - 2019-01-11 07:36:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankamountunreceived.php 223 -ERROR - 2019-01-11 07:36:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankamountunreceived.php 222 -ERROR - 2019-01-11 07:36:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankamountunreceived.php 223 -ERROR - 2019-01-11 07:36:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankamountunreceived.php 222 -ERROR - 2019-01-11 07:36:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankamountunreceived.php 223 -ERROR - 2019-01-11 07:36:05 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankamountunreceived.php 222 -ERROR - 2019-01-11 07:36:05 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankamountunreceived.php 223 -ERROR - 2019-01-11 07:36:20 --> Severity: Notice --> Use of undefined constant ST066 - assumed 'ST066' C:\xampp\htdocs\ria\application\models\cashbook_model.php 1851 -ERROR - 2019-01-11 07:36:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:36:20 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:36:20 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:36:20 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:36:20 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:36:20 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:36:20 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 186 -ERROR - 2019-01-11 07:36:21 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 192 -ERROR - 2019-01-11 07:36:21 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:36:21 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:36:21 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:36:21 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:36:21 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:36:21 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:36:21 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:36:21 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:36:21 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:36:21 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:36:21 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:36:21 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:36:21 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:36:21 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:36:21 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:36:21 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:36:21 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:36:21 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:36:21 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:36:21 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:36:21 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:36:21 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:36:21 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:36:21 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:36:21 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:36:21 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:36:21 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:36:22 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:36:22 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:36:22 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:36:22 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:36:22 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:36:22 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:36:22 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:36:22 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:36:22 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:36:22 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:36:22 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:36:22 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:36:22 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:36:22 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:36:22 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:36:22 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:36:22 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:36:22 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:36:22 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:36:22 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:36:22 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:36:22 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:36:22 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:36:22 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:36:22 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:36:22 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:36:22 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:36:23 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:36:23 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:36:23 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:36:23 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:36:23 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:36:23 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:36:23 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:36:23 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:36:23 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:36:23 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:36:23 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:36:23 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:36:23 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:36:23 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:36:23 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:36:23 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:36:23 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:36:23 --> Severity: Notice --> Undefined variable: aa C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:36:23 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:36:23 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:36:23 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\views\bankunreceivedsupp.php 185 -ERROR - 2019-01-11 07:36:27 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 2 -ERROR - 2019-01-11 07:36:27 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 2 -ERROR - 2019-01-11 07:36:27 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 110 -ERROR - 2019-01-11 07:36:27 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 110 -ERROR - 2019-01-11 07:36:27 --> Severity: Notice --> Undefined variable: fa C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 111 -ERROR - 2019-01-11 07:36:27 --> Severity: Notice --> Undefined variable: ta C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 112 -ERROR - 2019-01-11 07:36:27 --> Severity: Notice --> Undefined variable: m C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 113 -ERROR - 2019-01-11 07:36:27 --> Severity: Notice --> Undefined variable: fdate C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 114 -ERROR - 2019-01-11 07:36:27 --> Severity: Notice --> Undefined variable: tdate C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 115 -ERROR - 2019-01-11 07:36:33 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 2 -ERROR - 2019-01-11 07:36:33 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 2 -ERROR - 2019-01-11 07:36:33 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 110 -ERROR - 2019-01-11 07:36:33 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 110 -ERROR - 2019-01-11 07:36:33 --> Severity: Notice --> Undefined variable: ta C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 112 -ERROR - 2019-01-11 07:36:33 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 200 -ERROR - 2019-01-11 07:36:33 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 201 -ERROR - 2019-01-11 07:36:33 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 202 -ERROR - 2019-01-11 07:36:33 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 204 -ERROR - 2019-01-11 07:36:33 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 214 -ERROR - 2019-01-11 07:36:33 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 215 -ERROR - 2019-01-11 07:36:33 --> Severity: Notice --> Undefined variable: i C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 221 -ERROR - 2019-01-11 07:36:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 200 -ERROR - 2019-01-11 07:36:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 201 -ERROR - 2019-01-11 07:36:34 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 202 -ERROR - 2019-01-11 07:36:34 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 204 -ERROR - 2019-01-11 07:36:34 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 200 -ERROR - 2019-01-11 07:36:34 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 201 -ERROR - 2019-01-11 07:36:34 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 202 -ERROR - 2019-01-11 07:36:34 --> Severity: Notice --> Undefined property: stdClass::$SupplierID C:\xampp\htdocs\ria\application\views\bankunpaidsupp.php 204 -ERROR - 2019-01-11 07:36:41 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 2 -ERROR - 2019-01-11 07:36:41 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 2 -ERROR - 2019-01-11 07:36:41 --> Severity: Notice --> Undefined variable: t C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 103 -ERROR - 2019-01-11 07:36:41 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 103 -ERROR - 2019-01-11 07:36:41 --> Severity: Notice --> Undefined property: stdClass::$Paymentstatus C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 268 -ERROR - 2019-01-11 07:36:41 --> Severity: Notice --> Undefined property: stdClass::$Balancetopay C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 269 -ERROR - 2019-01-11 07:36:41 --> Severity: Notice --> Undefined property: stdClass::$ReceivedQuantity C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 270 -ERROR - 2019-01-11 07:36:41 --> Severity: Notice --> Undefined property: stdClass::$DeliveryChellanOrInvoiceNo C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 279 -ERROR - 2019-01-11 07:36:41 --> Severity: Notice --> Undefined property: stdClass::$IGRItemNo C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 300 -ERROR - 2019-01-11 07:36:41 --> Severity: Notice --> Undefined property: stdClass::$iwFpath C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 304 -ERROR - 2019-01-11 07:36:41 --> Severity: Notice --> Undefined property: stdClass::$poFilePath C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 319 -ERROR - 2019-01-11 07:36:41 --> Severity: Notice --> Undefined property: stdClass::$days C:\xampp\htdocs\ria\application\views\bankamountunpaid.php 342 -ERROR - 2019-01-11 07:36:46 --> Severity: Notice --> Use of undefined constant ST066 - assumed 'ST066' C:\xampp\htdocs\ria\application\models\cashbook_model.php 1766 -ERROR - 2019-01-11 07:36:46 --> Severity: Notice --> Use of undefined constant ST066 - assumed 'ST066' C:\xampp\htdocs\ria\application\models\cashbook_model.php 1766 -ERROR - 2019-01-11 07:36:46 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankreceivedsupp.php 2 -ERROR - 2019-01-11 07:36:46 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankreceivedsupp.php 2 -ERROR - 2019-01-11 07:36:46 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankreceivedsupp.php 2 -ERROR - 2019-01-11 07:36:46 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankreceivedsupp.php 2 -ERROR - 2019-01-11 07:36:51 --> Severity: Notice --> Use of undefined constant ST066 - assumed 'ST066' C:\xampp\htdocs\ria\application\models\cashbook_model.php 1779 -ERROR - 2019-01-11 07:36:51 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankreceivedsupp.php 2 -ERROR - 2019-01-11 07:36:51 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankreceivedsupp.php 2 -ERROR - 2019-01-11 07:36:59 --> Severity: Notice --> Undefined index: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1636 -ERROR - 2019-01-11 07:36:59 --> Severity: Notice --> Undefined index: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1637 -ERROR - 2019-01-11 07:36:59 --> Severity: Notice --> Undefined index: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1636 -ERROR - 2019-01-11 07:36:59 --> Severity: Notice --> Undefined index: m C:\xampp\htdocs\ria\application\controllers\cashbook.php 1638 -ERROR - 2019-01-11 07:36:59 --> Severity: Notice --> Undefined index: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1637 -ERROR - 2019-01-11 07:36:59 --> Severity: Notice --> Undefined index: m C:\xampp\htdocs\ria\application\controllers\cashbook.php 1638 -ERROR - 2019-01-11 07:36:59 --> Severity: Notice --> Undefined index: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1639 -ERROR - 2019-01-11 07:36:59 --> Severity: Notice --> Undefined index: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1640 -ERROR - 2019-01-11 07:36:59 --> Severity: Notice --> Undefined index: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1639 -ERROR - 2019-01-11 07:36:59 --> Severity: Notice --> Undefined index: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1640 -ERROR - 2019-01-11 07:36:59 --> Severity: Notice --> Undefined index: sid C:\xampp\htdocs\ria\application\controllers\cashbook.php 1646 -ERROR - 2019-01-11 07:36:59 --> Severity: Notice --> Undefined index: sid C:\xampp\htdocs\ria\application\controllers\cashbook.php 1646 -ERROR - 2019-01-11 07:36:59 --> Severity: Notice --> Undefined index: sn C:\xampp\htdocs\ria\application\controllers\cashbook.php 1648 -ERROR - 2019-01-11 07:36:59 --> Severity: Notice --> Undefined index: sn C:\xampp\htdocs\ria\application\controllers\cashbook.php 1648 -ERROR - 2019-01-11 07:37:00 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankamountpaid.php 10 -ERROR - 2019-01-11 07:37:00 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankamountpaid.php 10 -ERROR - 2019-01-11 07:37:00 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankamountpaid.php 10 -ERROR - 2019-01-11 07:37:00 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankamountpaid.php 10 -ERROR - 2019-01-11 07:37:01 --> Severity: Notice --> Undefined index: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1636 -ERROR - 2019-01-11 07:37:01 --> Severity: Notice --> Undefined index: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1637 -ERROR - 2019-01-11 07:37:01 --> Severity: Notice --> Undefined index: fa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1636 -ERROR - 2019-01-11 07:37:01 --> Severity: Notice --> Undefined index: m C:\xampp\htdocs\ria\application\controllers\cashbook.php 1638 -ERROR - 2019-01-11 07:37:01 --> Severity: Notice --> Undefined index: aa C:\xampp\htdocs\ria\application\controllers\cashbook.php 1637 -ERROR - 2019-01-11 07:37:01 --> Severity: Notice --> Undefined index: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1639 -ERROR - 2019-01-11 07:37:01 --> Severity: Notice --> Undefined index: m C:\xampp\htdocs\ria\application\controllers\cashbook.php 1638 -ERROR - 2019-01-11 07:37:01 --> Severity: Notice --> Undefined index: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1640 -ERROR - 2019-01-11 07:37:01 --> Severity: Notice --> Undefined index: fdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1639 -ERROR - 2019-01-11 07:37:01 --> Severity: Notice --> Undefined index: sid C:\xampp\htdocs\ria\application\controllers\cashbook.php 1646 -ERROR - 2019-01-11 07:37:01 --> Severity: Notice --> Undefined index: tdate C:\xampp\htdocs\ria\application\controllers\cashbook.php 1640 -ERROR - 2019-01-11 07:37:01 --> Severity: Notice --> Undefined index: sn C:\xampp\htdocs\ria\application\controllers\cashbook.php 1648 -ERROR - 2019-01-11 07:37:01 --> Severity: Notice --> Undefined index: sid C:\xampp\htdocs\ria\application\controllers\cashbook.php 1646 -ERROR - 2019-01-11 07:37:01 --> Severity: Notice --> Undefined index: sn C:\xampp\htdocs\ria\application\controllers\cashbook.php 1648 -ERROR - 2019-01-11 07:37:02 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankamountpaid.php 10 -ERROR - 2019-01-11 07:37:02 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankamountpaid.php 10 -ERROR - 2019-01-11 07:37:02 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankamountpaid.php 10 -ERROR - 2019-01-11 07:37:02 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankamountpaid.php 10 -ERROR - 2019-01-11 07:37:06 --> Severity: Notice --> Undefined variable: financialyear C:\xampp\htdocs\ria\application\views\bankamountpaid.php 10 -ERROR - 2019-01-11 07:37:06 --> Severity: Warning --> Invalid argument supplied for foreach() C:\xampp\htdocs\ria\application\views\bankamountpaid.php 10 diff --git a/application/models/models/assetdetails_model.php b/application/models/models/assetdetails_model.php new file mode 100644 index 00000000..29514826 --- /dev/null +++ b/application/models/models/assetdetails_model.php @@ -0,0 +1,258 @@ +db->select('asd.*,dep.DepartmentName,sup.SupplierName'); + $this->db->from('T_Asset_Details asd'); + $this->db->join('T_DepartmentDetails dep', ' dep.DEPCode = asd.DEPCode','left'); + $this->db->join ('T_SupplierDetailsN sup','sup.SupplierID = asd.SupplierCode','left'); + + + $query = $this->db->get(); + + $result = $query->result(); + return $result; + } + + + function getDepartment($Department = '') + { + $this->db->select('DEPCode,DepartmentName'); + $this->db->from('T_DepartmentDetails'); + $this->db->where('IsActive',1 ); + if($Department != '') + { + $this->db->where('DEPCode !=',$Department ); + } + $query = $this->db->get(); + + return $query->result(); + } + + function getSupplierName($SupplierID = '') + { + $this->db->select('SupplierID, SupplierName'); + $this->db->from('T_SupplierDetailsN'); + $this->db->where('IsActive',1 ); + if($SupplierID != '') + { + $this->db->where('SupplierID !=',$SupplierID ); + } + $query = $this->db->get(); + + return $query->result(); + } + function getpodetails($PO){ + + + $this->db->distinct(); + $this->db->select('POM.PONO,POM.SupplierID,POL.MaterialCode,DeliveryDate,PODate,sup.SupplierName,POL.LineItemNo'); + $this->db->from('T_PurchaseOrder_Master POM'); + $this->db->join('T_PurchaseOrder_LineItem POL', 'POL.PONO = POM.PONO'); + $this->db->join('T_SupplierDetailsN sup', 'sup.SupplierID = POM.SupplierID'); + $this->db->where('POM.status',MRIR_APPROVED); + if(!empty($PO)){ + $this->db->where('POM.PONO',$PO); + + } + $query = $this->db->get(); + //print_r($this->db->last_query()); + return $query->result(); + + } + function getPO($PO='') + { + $this->db->distinct(); + $this->db->select(' POM.PONO');//,DeliveryDate,PODate,sup.SupplierName,POM.SupplierID'); + $this->db->from('T_PurchaseOrder_Master POM'); + //$this->db->join ('T_PurchaseOrder_LineItem POL ',' POL.PONO = POM.PONO'); + //$this->db->join ('T_SupplierDetailsN sup ',' sup.SupplierID = POM.SupplierID'); + $this->db->where('POM.status',MRIR_APPROVED); + if(!empty($PO)){ + $this->db->where('POM.PONO',$PO); + } + $query = $this->db->get(); + //print_r($this->db->last_query()); + return $query->result(); + } + function getlineitemre($line){ + $this->db->select('POL.LineItemNo,POL.MaterialCode,MM.MaterialName,MM.UOM,POL.Quantity,POM.POType,re.TotalValue,req.ReqNo,emp.firstname,emp.Departmentcode,dep.DepartmentName,sup.SupplierName,date(POM.DeliveryDate) as DeliveryDate,POM.PODate,POM.SupplierID'); + $this->db->from('T_PurchaseOrder_LineItem POL'); + $this->db->join('T_Requestion_Master req','req.ReqNo = POL.ReqNo','left'); + $this->db->join('T_PurchaseOrder_Master POM','POM.PONO=POL.PONO','left'); + $this->db->join ('T_MaterialMaster MM','MM.MaterialCode = POL.MaterialCode','left'); + $this->db->join('T_Employee_Details emp','emp.EmpID = req.Requestedby','left'); + $this->db->join('T_DepartmentDetails dep','dep.DEPCode = emp.Departmentcode','left'); + $this->db->join ('T_Revenue_Tax re','re.LineItemNo = POL.LineItemNo','left'); + $this->db->join('T_SupplierDetailsN sup','sup.SupplierID = POM.SupplierID','left'); + $this->db->where('POL.LineItemNo',$line); + + $query = $this->db->get(); + + $result = $query->result(); + return $result; + } + + function getlineitemser($line){ + $this->db->select('POL.LineItemNo,POL.MaterialCode,MM.MaterialName,MM.UOM,POM.POType,POL.Quantity,ser.TotalValue,req.ReqNo,emp.firstname,dep.DepartmentName,emp.Departmentcode,sup.SupplierName,date(POM.DeliveryDate) as DeliveryDate,POM.PODate,POM.SupplierID'); + $this->db->from('T_PurchaseOrder_LineItem POL'); + $this->db->join('T_Requestion_Master req','req.ReqNo = POL.ReqNo','left'); + $this->db->join('T_PurchaseOrder_Master POM','POM.PONO=POL.PONO','left'); + $this->db->join ('T_MaterialMaster MM','MM.MaterialCode = POL.MaterialCode','left'); + $this->db->join('T_Employee_Details emp','emp.EmpID = req.Requestedby','left'); + $this->db->join('T_DepartmentDetails dep','dep.DEPCode = emp.Departmentcode','left'); + $this->db->join ('T_Service_Tax ser','ser.LineItemNo = POL.LineItemNo','left'); + $this->db->join('T_SupplierDetailsN sup','sup.SupplierID = POM.SupplierID','left'); + $this->db->where('POL.LineItemNo',$line); + + $query = $this->db->get(); + + $result = $query->result(); + return $result; + } + function getlineitemimport($line){ + $this->db->select('POL.LineItemNo,POL.MaterialCode,MM.MaterialName,MM.UOM,POM.POType,POL.Quantity,ser.TotalValue,req.ReqNo,emp.firstname,dep.DepartmentName,emp.Departmentcode,sup.SupplierName,date(POM.DeliveryDate) as DeliveryDate,POM.PODate,POM.SupplierID'); + $this->db->from('T_PurchaseOrder_LineItem POL'); + $this->db->join('T_Requestion_Master req','req.ReqNo = POL.ReqNo','left'); + $this->db->join('T_PurchaseOrder_Master POM','POM.PONO=POL.PONO','left'); + $this->db->join ('T_MaterialMaster MM','MM.MaterialCode = POL.MaterialCode','left'); + $this->db->join('T_Employee_Details emp','emp.EmpID = req.Requestedby','left'); + $this->db->join('T_DepartmentDetails dep','dep.DEPCode = emp.Departmentcode','left'); + $this->db->join ('T_Import_Tax ser','ser.LineItemNo = POL.LineItemNo','left'); + $this->db->join('T_SupplierDetailsN sup','sup.SupplierID = POM.SupplierID','left'); + $this->db->where('POL.LineItemNo',$line); + + $query = $this->db->get(); + + $result = $query->result(); + return $result; + } + + function getlineitemcap($line){ + $this->db->select('POL.LineItemNo,POL.MaterialCode,MM.MaterialName,MM.UOM,POM.POType,POL.Quantity,sum(ser.TotalValue+imp.TotalValue) as TotalValue,req.ReqNo,emp.firstname,dep.DepartmentName,emp.Departmentcode,sup.SupplierName,date(POM.DeliveryDate) as DeliveryDate,POM.PODate,POM.SupplierID'); + $this->db->from('T_PurchaseOrder_LineItem POL'); + $this->db->join('T_Requestion_Master req','req.ReqNo = POL.ReqNo','left'); + $this->db->join('T_PurchaseOrder_Master POM','POM.PONO=POL.PONO','left'); + $this->db->join ('T_MaterialMaster MM','MM.MaterialCode = POL.MaterialCode','left'); + $this->db->join('T_Employee_Details emp','emp.EmpID = req.Requestedby','left'); + $this->db->join('T_DepartmentDetails dep','dep.DEPCode = emp.Departmentcode','left'); + $this->db->join ('T_Import_Tax imp','imp.LineItemNo = POL.LineItemNo','left'); + $this->db->join ('T_Service_Tax ser','ser.LineItemNo = POL.LineItemNo','left'); + $this->db->join('T_SupplierDetailsN sup','sup.SupplierID = POM.SupplierID','left'); + $this->db->where('POL.LineItemNo',$line); + + $query = $this->db->get(); + + $result = $query->result(); + return $result; + } + function gettyp($type) + { + $this->db->select('POM.POType,POL.LineItemNo'); + $this->db->from('T_PurchaseOrder_LineItem POL'); + $this->db->join('T_PurchaseOrder_Master POM','POM.PONO=POL.PONO'); + $this->db->where('POL.LineItemNo',$type); + $query = $this->db->get(); + + $result = $query->result(); + return $result; + } + /** + * This function is used to get the Config value from configuration table + * @return array $result : This is result of the query + */ + function getConfigValue($ConfigID ,$ConfigValue = '') + { + + $this->db->select('ConfigValue'); + $this->db->from('T_ConfigDetails'); + $this->db->where('Config_id ',$ConfigID ); + if($ConfigValue != '') + { + $this->db->where('ConfigValue != ',$ConfigValue ); + } + $query = $this->db->get(); + + return $query->result(); + } + + /** + * This function used to get user information by id + * @param number $userId : This is user id + * @return array $result : This is user information + */ + +function addNewasset($asset) + { + $this->db->trans_start(); + $this->db->insert('T_Asset_Details', $asset); + + //$Asset_Code = $this->db->insert_id(); + $Asset_Code = $this->db->affected_rows(); + + $this->db->trans_complete(); + + return $Asset_Code; + } + + /** + * This function used to get Asset details by Asset Code + * @param number $Asset_Code : This is AssetCode + * @return array $result : This is Asset information + */ + function getAssetDetails($Asset_Code) + { + //echo $Asset_Code; + $this->db->select('Asset.*,POM.DeliveryDate,Dep.DepartmentName as DepartmentName,MM.MaterialName,MM.UOM,Supp.SupplierName as SupplierName'); + $this->db->from('T_Asset_Details Asset'); + $this->db->join('T_DepartmentDetails Dep', 'Asset.DEPCode = Dep.DEPCode','left'); + $this->db->join('T_SupplierDetailsN Supp', 'Asset.SupplierCode = Supp.SupplierID','left'); + $this->db->join('T_MaterialMaster MM ', 'MM.MaterialCode = Asset.MaterialCode','left'); + $this->db->join('T_PurchaseOrder_Master POM','POM.PONO = Asset.PONO','left'); + $this->db->where('Asset.AssetCode', $Asset_Code); + + + $query = $this->db->get(); + //print_r($this->db->last_query()); + return $query->result(); + } + function editasset($asset, $Asset_Code) + { + $this->db->where('AssetCode', $Asset_Code); + $this->db->update('T_Asset_Details', $asset); + //print_r($this->db->last_query()); + return TRUE; + } + + + function viewasset($asset, $Asset_Code) + { + $this->db->where('AssetCode', $Asset_Code); + $this->db->update('T_Asset_Details', $asset); + + return TRUE; + } + function export_excel(){ + + $this->db->select('det.*,dep.DepartmentName as DEPCode,sup.SupplierName,MM.MaterialName,emp.firstname,emp1.firstname as Updated_By'); + $this->db->join('tbl_users as tbl',' det.createdby = tbl.userid','left'); + $this->db->join('T_DepartmentDetails as dep','dep.DEPCode=det.DEPCode','left'); + $this->db->join('T_Employee_Details as emp', 'emp.empid=tbl.empid','left'); + $this->db->join('T_SupplierDetailsN as sup', 'sup.SupplierID=det.SupplierCode','left'); + $this->db->join('T_MaterialMaster MM ', 'MM.MaterialCode = det.MaterialCode','left'); + $this->db->join('tbl_users as tbl1',' det.UpdatedBy = tbl1.userid','left'); + $this->db->join('T_Employee_Details as emp1', 'emp1.empid=tbl1.empid','left'); + return $this->db->get('T_Asset_Details as det')->result_array(); + } +} +?> \ No newline at end of file diff --git a/application/models/models/batchcard_model.php b/application/models/models/batchcard_model.php new file mode 100644 index 00000000..7d39bc35 --- /dev/null +++ b/application/models/models/batchcard_model.php @@ -0,0 +1,1685 @@ +db->select('T_Employee_Details.EmpID,T_Employee_Details.FirstName,T_Employee_Details.LastName,T_Employee_Details.Departmentcode,T_DepartmentDetails.shortName'); + $this->db->from('T_Employee_Details'); + $this->db->join('T_DepartmentDetails','T_Employee_Details.Departmentcode=T_DepartmentDetails.DEPCode'); + //$this->db->join('ip_invoice_items','ip_invoices.invoice_number=ip_invoice_items.invoice_number'); + //$this->db->join('ip_products','ip_invoice_items.item_product_id=ip_products.product_id'); + //$this->db->join('ip_invoice_custom','ip_invoices.invoice_number=ip_invoice_custom.invoice_number and invoice_custom_fieldid=62'); + $this->db->order_by('T_Employee_Details.EmpID'); + $res = $this->db->get(); + return $res->result(); + + } + + function getSupplierlist(){ + + $this->db->select('SupplierName,SupplierID'); + $this->db->from('T_SupplierDetailsN'); + $supp = $this->db->get(); + return $supp->result(); + + } + + + + function Rawsupplier() + { + + $this->db->select('mas.SupplierID,sup.SupplierName,mmas.MaterialCode,mmas.MaterialName'); + $this->db->from('T_PurchaseOrder_Master mas'); + $this->db->join('T_SupplierDetailsN sup','sup.SupplierID=mas.SupplierID'); + $this->db->join('T_PurchaseOrder_LineItem line','line.PONO=mas.PONO'); + $this->db->join('T_MaterialMaster mmas','mmas.MaterialCode=line.MaterialCode'); + $this->db->where('Category','Raw Material'); + $this->db->group_by('SupplierID'); + $supp = $this->db->get(); + + + // print_r($this->db->last_query());die(); + return $supp->result(); + + + } + + + + function Consupplier() + { + $this->db->select('mas.SupplierID,sup.SupplierName'); + $this->db->from('T_PurchaseOrder_Master mas'); + $this->db->join('T_SupplierDetailsN sup','sup.SupplierID=mas.SupplierID'); + $this->db->join('T_PurchaseOrder_LineItem line','line.PONO=mas.PONO'); + $this->db->join('T_MaterialMaster mmas','mmas.MaterialCode=line.MaterialCode'); + $this->db->where('Category','Consumables'); + $this->db->group_by('SupplierID'); + $supp = $this->db->get(); + return $supp->result(); + } + + + + function Pacsupplier() + { + $this->db->select('mas.SupplierID,sup.SupplierName'); + $this->db->from('T_PurchaseOrder_Master mas'); + $this->db->join('T_SupplierDetailsN sup','sup.SupplierID=mas.SupplierID'); + $this->db->join('T_PurchaseOrder_LineItem line','line.PONO=mas.PONO'); + $this->db->join('T_MaterialMaster mmas','mmas.MaterialCode=line.MaterialCode'); + $this->db->where('Category','Packing material'); + $this->db->group_by('SupplierID'); + $supp = $this->db->get(); + return $supp->result(); + + } + + + function getStockValue() + { + $this->db->select('MaterialCode,stock,stockdate'); + $this->db->from('T_MaterialMaster'); + $supp = $this->db->get(); + return $supp->result(); + } + + function saveHourlyBatchInfo($datatostore) + { + $this->db->insert('T_hourly_batch_info',$datatostore); + $res = $this->db->affected_rows(); + + return $res; + } + + function saveDailyBatchCardData($datatostore) + { + $this->db->insert('T_daily_batchcard_data',$datatostore); + $res = $this->db->affected_rows(); + return $res; + } + + function updateHourlyBatchInfo($datatostore,$hid) + { + $this->db->where('hourlyid',$hid); + $this->db->update('T_hourly_batch_info',$datatostore); + $res = $this->db->affected_rows(); + + return $res; + } + + function getAllHourlyData($hid='',$from='',$to='') + { + //echo "Model".$from.'-'.$to; + + $this->db->select('T_hourly_batch_info.*,T_Employee_Details.FirstName as F,T_Employee_Details.LastName as L'); + $this->db->from('T_hourly_batch_info'); + $this->db->join('tbl_users','T_hourly_batch_info.checkedby=tbl_users.userId'); + $this->db->join('T_Employee_Details','tbl_users.EmpID=T_Employee_Details.EmpID'); + if(!empty($hid)) + { + $this->db->where('hourlyid',$hid); + } + if(!empty($from) && !empty($to)) + { + $this->db->where('T_hourly_batch_info.report_date <=',$to); + $this->db->where('T_hourly_batch_info.report_date >=',$from); + } + $this->db->order_by('hourlyid','desc'); + $res = $this->db->get(); + //print_r($res->result());die(); + return $res->result(); + } + + + function checkExistHourlyData($bdate,$btime) + { + //echo 'Model'.$bdate.'-'.$btime; + $this->db->select('count(*) as count'); + $this->db->from('T_hourly_batch_info'); + $this->db->where('report_date',$bdate); + $this->db->where('report_time',$btime); + $res = $this->db->get(); + return $res->result(); + } + + + function getPowerConsumptionDetails($rdate) + { + + $this->db->select('hourlyid,report_time,opening_trp_reading,close_trp_reading,auto_start,auto_stop'); + $this->db->from('T_hourly_batch_info'); + $this->db->where('report_date',$rdate); + $res = $this->db->get(); + return $res->result(); + } + + function getDailyBatchCardData($month) + { + // $this->db->select('*'); + // $this->db->from('T_daily_batchcard_data'); + // $this->db->where('month(ddate)',$month); + $sql = 'select T_daily_batchcard_data.*,T_Employee_Details.FirstName,T_Employee_Details.LastName from T_daily_batchcard_data + join tbl_users on T_daily_batchcard_data.createdby = tbl_users.userId + join T_Employee_Details on T_Employee_Details.EmpID = tbl_users.EmpID + where month(ddate) = ?'; + $res = $this->db->query($sql,array($month)); + return $res->result(); + } + + function getIndividualDailyData($did) + { + + $this->db->select('*'); + $this->db->from('T_daily_batchcard_data'); + $this->db->where('dailyid',$did); + $res = $this->db->get(); + return $res->result(); + + } + + function checkExistDaily($rdate) + { + $this->db->select('count(*) as count'); + $this->db->from('T_daily_batchcard_data'); + $this->db->where('ddate',$rdate); + $res = $this->db->get(); + return $res->result(); + } + + function updateDailyBatchCardData($datatostore,$did) + { + $this->db->where('dailyid',$did); + $this->db->update('T_daily_batchcard_data',$datatostore); + $res = $this->db->affected_rows(); + + return $res; + } + + function checkAbstractReport($date) + { + $this->db->select('count(*) as count'); + $this->db->from('T_abstract_report'); + //$this->db->where('abstract_report_date',$date); + $this->db->where("date_format(abstract_report_date,'%Y-%m')",$date); + $res = $this->db->get(); + return $res->result(); + } + + function saveAbstractReport($datatostore) + { + $this->db->insert('T_abstract_report',$datatostore); + $res = $this->db->affected_rows(); + return $res; + } + + function updateAbstractReport($datatostore,$date,$abstract_details) + { + //$this->db->where('abstract_report_date',$date); + $this->db->where("date_format(abstract_report_date,'%Y-%m')",$date); + $this->db->where('abstract_details',$abstract_details); + $this->db->update('T_abstract_report',$datatostore); + $res = $this->db->affected_rows(); + + return $res; + + } + + function getPreviousMonthAbstractDetails($month,$year) + { + //$sql = "select abstract_details,close_stock from T_abstract_report where month(abstract_report_date) =? and year(abstract_report_date) =? "; + $sql = "select abstract_details,close_stock as Available from T_abstract_report where month(abstract_report_date) =? and year(abstract_report_date) =? "; + $res = $this->db->query($sql,array($month,$year)); + return $res->result(); + + } + + function getMonthAbstractDetails($month_year) + { + $sql = "select abstract_details,close_stock,open_stock as Available,physical_stock from T_abstract_report where date_format(abstract_report_date,'%Y-%m') = ? "; + $res = $this->db->query($sql,array($month_year)); + + return $res->result(); + } + + function getPreviousMonthClosedStockDetails($y,$m,$sn) + { + $month = 'month(ddate)'; + $year = 'year(ddate)'; + //$this->db->select($sn); + $this->db->select($sn,'ddate'); + $this->db->from('T_daily_batchcard_data'); + $this->db->where($month,$m); + $this->db->where($year,$y); + $this->db->order_by('ddate','desc'); + $this->db->limit(1); + $res = $this->db->get(); + //print_r($res->result()); + return $res->result(); + } + + function currentMonthStockDetails($m,$y,$sd1,$sd2) + { + $month = 'month(ddate)'; + $year = 'year(ddate)'; + $list = array('ddate',$sd1,$sd2); + $this->db->select($list); + $this->db->from('T_daily_batchcard_data'); + $this->db->where($month,$m); + $this->db->where($year,$y); + $this->db->order_by('ddate','asc'); + $res = $this->db->get(); + //print_r($res->result()); + return $res->result(); + } + + function addmaint_dtl($array) + { + // $this->db->insert('T_Batchcard_MaintanceDetails',$array); + // $bmd = $this->db->affected_rows(); + // return $bmd; + + $this->db->insert('T_Batchcard_MaintanceDetails',$array); + $bmd = $this->db->affected_rows(); + + + if($bmd>0) + { + $this->db->select('max(Maint_ID) as Maint_ID'); + $this->db->from('T_Batchcard_MaintanceDetails'); + $res = $this->db->get(); + return $res->result(); + } + } + function getmaint_dtl($fdate,$tdate,$type ) + { + + + $this->db->select('BMD.*'); + // $this->db->select() + $this->db->select('CONCAT(ED1.FirstName, " - " , ED1.LastName) AS Approver_Name', FALSE); + $this->db->select('CONCAT(ED2.FirstName, " - " , ED2.LastName) AS Worker_Name', FALSE); + $this->db->from('T_Batchcard_MaintanceDetails BMD'); + + $this->db->join('T_Employee_Details ED1', 'ED1.EmpID = BMD.Approved_By', 'left'); + $this->db->join('T_Employee_Details ED2', 'ED2.EmpID = BMD.WorkDone_By', 'left'); + + + + if ($fdate and $tdate != ''){ + + + $fromdate= date("Y-m-d",strtotime($fdate)); + $todate=date("Y-m-d",strtotime($tdate)); + + $date = "date(BMD.CreatedOn) >= '".$fromdate."' + and date( BMD.CreatedOn) <= '". $todate."'"; + $this->db->where($date); + } + + if($type!=""){ + + $this->db->where("BMD.type" ,$type); + + + } + $bmd = $this->db->get(); + return $bmd->result(); + } + + + + function getmaint_dtl_MntID($MntID) + { + + $this->db->select('*'); + $this->db->from('T_Batchcard_MaintanceDetails'); + $this->db->where('Maint_ID',$MntID); + $bmd = $this->db->get(); + return $bmd->result(); + } + + function updatemaint_dtl($array,$MntID) + { + $this->db->where('Maint_ID',$MntID); + $this->db->update('T_Batchcard_MaintanceDetails',$array); + $bmd = $this->db->affected_rows(); + + return $bmd; + } + + function maintenancesdata($date){ + + $this->db->select("bm.*,mm.Machine_Name"); + $this->db->select("DATE_FORMAT(bm.CreatedOn,'%d-%m-%Y') AS date", FALSE); + $this->db->select("DATE_FORMAT(bm.CreatedOn,'%l:%i %p') AS time", FALSE); + $this->db->select("CONCAT(ED1.FirstName, ' - ' , ED1.LastName) AS Approver_Name", FALSE); + $this->db->select("CONCAT(ED2.FirstName, ' - ' , ED2.LastName) AS Worker_Name", FALSE); + $this->db->from("T_Batchcard_MaintanceDetails bm"); + $this->db->join("T_Machine_Master mm", "bm.Machine_Code = mm.Machine_Code", "left"); + $this->db->join("T_Employee_Details ED1", "bm.Approved_By = ED1.EmpID", "left"); + $this->db->join("T_Employee_Details ED2", "bm.WorkDone_By = ED2.EmpID", "left"); + $this->db->where("mm.Machines_Category = 'TRP'"); + //AND DATE_FORMAT(bm.CreatedOn,'%Y-%m-%d') = '19-04-2018' + $this->db->where("DATE_FORMAT(bm.CreatedOn,'%d-%m-%Y')",$date); + $bmd = $this->db->get(); + return $bmd->result(); + + //print_r($this->db->last_query()); + //die(); + + } + + function getmachine_codename(){ + $this->db->select('Machine_Code,Machine_Name'); + $this->db->from('T_Machine_Master'); + $res = $this->db->get(); + return $res->result(); + } + + /** Machines History/Master */ + function getdept_dtls() + { + $this->db->select('T_DepartmentDetails.DEPCode,T_DepartmentDetails.shortName'); + $this->db->from('T_DepartmentDetails'); + $this->db->where('IsActive',1); + $res = $this->db->get(); + return $res->result(); + } + + function getpono(){ + + $this->db->select('PONO'); + $this->db->from('T_PurchaseOrder_Master'); + $this->db->where('Status','ST026'); + $res = $this->db->get(); + return $res->result(); + } + + function getpo_dtls($pono){ + + // $this->db->select('T_PurchaseOrder_Master.PONO,T_PurchaseOrder_Master.SupplierID,T_SupplierDetailsN.SupplierName,DATE_FORMAT(T_PurchaseOrder_Master.PODate,"%d-%m-%Y") as PO_Date'); + // $this->db->from('T_PurchaseOrder_Master'); + // $this->db->join('T_SupplierDetailsN','T_PurchaseOrder_Master.SupplierID=T_SupplierDetailsN.SupplierID'); + // $this->db->where('PONO',$pono); + // $res = $this->db->get(); + // return $res->result(); + $sql = "select T_PurchaseOrder_Master.PONO,T_PurchaseOrder_Master.SupplierID,T_SupplierDetailsN.SupplierName,DATE_FORMAT(T_PurchaseOrder_Master.PODate,'%d-%m-%Y') as PO_Date + from T_PurchaseOrder_Master + join T_SupplierDetailsN on T_PurchaseOrder_Master.SupplierID=T_SupplierDetailsN.SupplierID + where PONO = ? "; + $res = $this->db->query($sql,array($pono)); + return $res->result(); + + } + + function addhist_mstr($array) + { + $this->db->insert('T_Machine_Master',$array); + $mstr = $this->db->affected_rows(); + //print_r($this->db->last_query()); + //print_r($mstr); + if($mstr>0) + { + + $this->db->select('max(Machine_Code) as Machine_Code'); + $this->db->from('T_Machine_Master'); + $res = $this->db->get(); + //print_r($res->result()); + return $res->result(); + + + + + + } + + } + function addhist_dtl($array){ + + $this->db->insert('T_Machine_Details',$array); + $child = $this->db->affected_rows(); + return $child; + + } + //This function for multi file upload option (both machine and maint/br screen) + function addfiledetails($array){ + + $this->db->insert('T_Machines_file', $array); + $r = $this->db->affected_rows(); + return $r; + //return TRUE; + + } + function insertvalueintoconfig($config){ + + $this->db->insert('T_ConfigDetails', $config); + return TRUE; + } + + //This function used to get the material category using configdetails table + function getmachineCategory($MaterialCategory = '') + { + $Config_ID = 'C028'; + $this->db->select('Config_ID,ConfigValue'); + $this->db->from('T_ConfigDetails'); + $this->db->where('Config_id',$Config_ID ); + if($MaterialCategory != '') + { + $this->db->where('ConfigValue !=',$MaterialCategory ); + } + $query = $this->db->get(); + + return $query->result(); + } + + + function getHist_dtls($MachineCode = '') + { + + $this->db->select('*'); + $this->db->from('T_Machine_Details'); + if($MachineCode != '') + { + $this->db->where('Machine_Code',$MachineCode ); + } + $bmd = $this->db->get(); + return $bmd->result(); + } + + //This function for multi file upload option (both machine and maint/br screen) + function getfiledetails($data = '') + { + + $this->db->select('*'); + $this->db->from('T_Machines_file'); + if($data != '') + { + $this->db->where('Machine_code/Maint_id',$data ); + } + $bmd = $this->db->get(); + return $bmd->result(); + } + + function getHist_mstr($MachineCode = '') + { + + $this->db->select('*'); + $this->db->from('T_Machine_Master'); + if($MachineCode != '') + { + $this->db->where('Machine_Code',$MachineCode ); + } + $bmd = $this->db->get(); + return $bmd->result(); + } + + // function getHist_dtlsID($MntID) + // { + + // $this->db->select('*'); + // $this->db->from('T_Batchcard_MaintanceDetails'); + // $this->db->where('Maint_ID',$MntID); + // $bmd = $this->db->get(); + // return $bmd->result(); + // } + + // function getHist_dtlsDate($dateval) + // { + + // $this->db->select('*'); + // $this->db->from('T_Batchcard_MaintanceDetails'); + // $this->db->where('Maint_Date',$dateval); + // $bmd = $this->db->get(); + // return $bmd->result(); + // } + + + function edithist_mstr($array,$machinecode){ + + $this->db->where('Machine_Code',$machinecode ); + $this->db->update('T_Machine_Master',$array); + $mstr = $this->db->affected_rows(); + if($mstr>0) + { + + $this->db->select('max(Machine_Code) as Machine_Code'); + $this->db->from('T_Machine_Master'); + $res = $this->db->get(); + return $res->result(); + } + + } + + function edithist_dtl($array,$machinecode){ + $this->db->where('Machine_Code',$machinecode ); + $this->db->update('T_Machine_Details',$array); + $mdtl = $this->db->affected_rows(); + return $mdtl; + } + + function updatefilelist($array,$fileid){ + + $this->db->where('File_No',$fileid); + $this->db->update('T_Machines_file', $array); + $ar = $this->db->affected_rows(); + return $ar; + + } + + function checkMachineCategory($mc){ + + // $this->db->select('ConfigValue'); + // $this->db->from('T_ConfigDetails'); + // $this->db->where(Config_ID,'C023'); + // $this->db->like('ConfigValue',$mc); + // $query = $this->db->get(); + // //print_r($query->result()); + // return $query->result(); + + // //return $this->db->get('T_MaterialMaster'); + // } + $temp[] = '' ; + + $this->db->distinct(); + $this->db->select('ConfigValue'); + $this->db->from('T_ConfigDetails'); + $this->db->where('Config_ID','C028'); + $this->db->like('ConfigValue',$mc); + $query = $this->db->get(); + //print_r($query->result());die; + $temparr[] = '' ; + foreach($query->result() as $arr){ + $temparr[] = $arr->ConfigValue ; + } + $temp['suggestions'] = $temparr; + //print_r($temp); + + return $temp; + } + + //This function for multi file upload option (both machine and maint/br screen) + function deletefiledetails($id,$name){ + $sql = "DELETE FROM T_Machines_file WHERE File_No =".$id; + unlink("uploads/images/".$name);//this deletes the file on particular folder too + $query = $this->db->query($sql); + $ar = $this->db->affected_rows(); + return $ar; + } + + + function getHist_tbls($MachineCode){ + + $this->db->select('T_Machine_Master.*,T_Batchcard_MaintanceDetails.*,T_DepartmentDetails.DepartmentName'); + $this->db->select("DATE_FORMAT(T_Batchcard_MaintanceDetails.CreatedOn,'%d-%m-%Y') AS date", FALSE); + $this->db->select("DATE_FORMAT(T_Batchcard_MaintanceDetails.CreatedOn,'%l:%i %p') AS time", FALSE); + $this->db->select("CONCAT(ED1.FirstName, ' - ' , ED1.LastName) AS Approver_Name", FALSE); + $this->db->select("CONCAT(ED2.FirstName, ' - ' , ED2.LastName) AS Worker_Name", FALSE); + $this->db->from('T_Machine_Master'); + $this->db->join('T_Batchcard_MaintanceDetails','T_Batchcard_MaintanceDetails.Machine_Code=T_Machine_Master.Machine_Code'); + $this->db->join('T_DepartmentDetails','T_DepartmentDetails.DEPCode=T_Machine_Master.Machines_Dept'); + $this->db->join('T_Employee_Details ED1', 'ED1.EmpID = T_Batchcard_MaintanceDetails.Approved_By', 'left'); + $this->db->join('T_Employee_Details ED2', 'ED2.EmpID = T_Batchcard_MaintanceDetails.WorkDone_By', 'left'); + $this->db->where('T_Machine_Master.Machine_Code',$MachineCode); + $res = $this->db->get(); + return $res->result(); + + // $sql = "SELECT T_Machine_Master.*,T_Batchcard_MaintanceDetails.*, + // T_DepartmentDetails.DepartmentName, + // DATE_FORMAT(T_Batchcard_MaintanceDetails.CreatedOn, '%d-%m-%Y') as date, + // DATE_FORMAT(T_Batchcard_MaintanceDetails.CreatedOn, '%l:%i %p') as time, + // FROM T_Machine_Master + // LEFT JOIN T_Batchcard_MaintanceDetails ON T_Batchcard_MaintanceDetails.Machine_Code=T_Machine_Master.Machine_Code + // LEFT JOIN T_DepartmentDetails ON T_DepartmentDetails.DEPCode=T_Machine_Master.Machines_Dept + // WHERE T_Machine_Master.Machine_Code = '".$MachineCode."'" ; + // $res = $this->db->query($sql); + // return $res->result(); + + } + + + + + + function getinvoice_products() + { + + $this->db->select('product_id,product_name,product_description'); + $this->db->from('ip_products'); + $supp = $this->db->get(); + return $supp->result(); + + } + + function get_consumablematerials() + { + + $this->db->select('MaterialCode,MaterialName,'); + $this->db->from('T_MaterialMaster'); + //$this->db->where('T_MaterialMaster.Category',Consumables); + $this->db->where('T_MaterialMaster.Category like','%Consumable%'); + $supp = $this->db->get(); + return $supp->result(); + + } + + + function get_rawmaterials() + { + $this->db->select('MaterialCode,MaterialName,'); + $this->db->from('T_MaterialMaster'); + $this->db->where('T_MaterialMaster.Category like','%Raw Material%'); + $supp = $this->db->get(); + //print_r($this->db->last_query()); + return $supp->result(); + } + + + function get_packmaterials() + { + $this->db->select('MaterialCode,MaterialName,'); + $this->db->from('T_MaterialMaster'); + // $this->db->where('T_MaterialMaster.Category',Packingmaterial); + $this->db->where('T_MaterialMaster.Category like','%Packing%'); + $supp = $this->db->get(); + return $supp->result(); + } + + + function GetReclamationMaterial() + { + + $this->db->select('product_id,product_name,product_description'); + $this->db->from('ip_products'); + $this->db->join('ip_families','ip_families.family_id=ip_products.family_id'); + // $this->db->where('T_MaterialMaster.Category',Packingmaterial); + $this->db->where('ip_families.family_name like','%Reclam%'); + $supp = $this->db->get(); + return $supp->result(); + + } + + + function getMaterial() + { + $this->db->select('MaterialCode,MaterialName,'); + $this->db->from('T_MaterialMaster'); + //$this->db->where('T_MaterialMaster.Category',Consumables); + $supp = $this->db->get(); + return $supp->result(); + } + + + + function GettotalQty($MaterialCode,$date) + { + echo $model; + $dt = date('d',strtotime($date)); + $year = date('Y', strtotime($date)); + $month = date('m', strtotime($date)); + if($month<04) + { + //echo "b4finance"; + $newyr = $year - 1; + $startdate = $newyr.'-'.'04'.'-'.'01'; + + //echo $startdate; + } + else + { + //echo "after Finance"; + $startdate = $year.'-'.'04'.'-'.'01'; + // echo $startdate; + } + + $nedt= $dt; + + $newdate=$year.'-'.$month.'-'.$nedt; + + $subQuery='select T_MaterialMaster.MaterialName,T_Material_stock_history.MaterialCode,ifnull((select ifnull(sum(Quantity),0) as AddQty from T_Material_stock_history +where Transaction_type = "Add" and MaterialCode=?),0) as Addqty, +ifnull((select ifnull(sum(Quantity),0) as ReduceQty from T_Material_stock_history where Transaction_type = "Reduce" +and MaterialCode=?),0) as ReduceQty from T_Material_stock_history join T_MaterialMaster on T_Material_stock_history.MaterialCode=T_MaterialMaster.MaterialCode where T_Material_stock_history.MaterialCode=? +and CreatedOn >= ? and CreatedOn<=? group by Addqty'; + + $query = $this->db->query($subQuery,array($MaterialCode,$MaterialCode,$MaterialCode,$startdate,$newdate)); + //print_r($this->db->last_query()); + return $query->result_array(); + + + } + + + function GetNetQty($MaterialCode,$date,$Supplier) + { + //echo $date; + $dt = date('d',strtotime($date)); + $year = date('Y', strtotime($date)); + $month = date('m', strtotime($date)); + + if($month<04) + { + //echo "b4finance"; + $newyr = $year - 1; + $startdate = $newyr.'-'.'04'.'-'.'01'; + + //echo $startdate; + } + + else + { + //echo "after Finance"; + $startdate = $year.'-'.'04'.'-'.'01'; + // echo $startdate; + } + + $nedt= $dt+1; + + $newdate=$year.'-'.$month.'-'.$nedt; + + +// $subQuery='select (select sum(Quantity) as AddQty from T_Material_stock_history where Transaction_type = "Add" and MaterialCode=? +// ) as Addqty,(select sum(Quantity) as ReduceQty from T_Material_stock_history where Transaction_type = "Reduce" and MaterialCode=? +// ) as ReduceQty from T_Material_stock_history where MaterialCode=? and CreatedOn >= ? and CreatedOn<=? and SupplierID=? group by Addqty'; + + + $subQuery='select ifnull((select ifnull(sum(Quantity),0) as AddQty from T_Material_stock_history +where Transaction_type = "Add" and MaterialCode=? and SupplierID=? ),0) as Addqty, +ifnull((select ifnull(sum(Quantity),0) as ReduceQty from T_Material_stock_history where Transaction_type = "Reduce" +and MaterialCode=? and SupplierID=? ),0) as ReduceQty from T_Material_stock_history where MaterialCode=? +and CreatedOn >= ? and CreatedOn<=? and SupplierID=? group by Addqty'; + + $query = $this->db->query($subQuery,array($MaterialCode,$Supplier,$MaterialCode,$Supplier,$MaterialCode,$startdate,$newdate,$Supplier)); + //print_r($this->db->last_query()); + return $query->result_array(); + + + } + + + function GetMaterialHistory($AdjustmentId) + { + $this->db->select('T_Material_Adjustment.*,SupplierName,MaterialName'); + $this->db->from('T_Material_Adjustment'); + $this->db->join('T_SupplierDetailsN',"T_SupplierDetailsN.SupplierID=T_Material_Adjustment.SupplierID"); + $this->db->join('T_MaterialMaster',"T_MaterialMaster.MaterialCode=T_Material_Adjustment.MaterialCode"); + $this->db->where('T_Material_Adjustment.AdjustmentId',$AdjustmentId); + $supp = $this->db->get(); + return $supp->result(); + + join("T_Machine_Master mm", "bm.Machine_Code = mm.Machine_Code", "left"); + } + + + + + function AddmaterialAdjustment($adjustmentaarray) + { + $this->db->trans_start(); + $this->db->insert('T_Material_Adjustment',$adjustmentaarray); + $insert_id = $this->db->affected_rows(); + $this->db->trans_complete(); + // print_r($this->db->last_query()); + //print_r($insert_id); + if($insert_id>0) + { + $subQuery = 'select max(AdjustmentId) as AdjustmentId from T_Material_Adjustment'; + $query = $this->db->query($subQuery); + + return $query->result(); + } + } + + + function AddMaterialHistory($historytable) + { + $this->db->trans_start(); + $this->db->insert('T_Material_stock_history',$historytable); + $insert_id = $this->db->affected_rows(); + $this->db->trans_complete(); + return $insert_id; + + } + + + function insert_final_product($final_master) + { + $this->db->trans_start(); + $this->db->insert('T_FinalProduct_Master',$final_master); + $insert_id = $this->db->affected_rows(); + $this->db->trans_complete(); + // print_r($this->db->last_query()); + //print_r($insert_id); + if($insert_id>0) + { + $subQuery = 'select max(FPId) as PId from T_FinalProduct_Master'; + $query = $this->db->query($subQuery); + + return $query->result(); + } + } + + + function save_finalraw($rawarray) + { + $this->db->trans_start(); + $this->db->insert('T_FinalProduct_RawMaterials',$rawarray); + $insert_id = $this->db->affected_rows(); + $this->db->trans_complete(); + return true; + + } + + + function save_finalcon($conarray) + { + $this->db->trans_start(); + $this->db->insert('T_FinalProduct_ConsumableMaterials',$conarray); + $insert_id = $this->db->affected_rows(); + $this->db->trans_complete(); + return true; + } + + function save_finalpacking($packarray) + { + $this->db->trans_start(); + $this->db->insert('T_FinalProduct_PackingMaterials',$packarray); + $insert_id = $this->db->affected_rows(); + $this->db->trans_complete(); + return true; + } + + + function save_finalcoproduct($coparray) + { + + //print_r($coparray); + $this->db->trans_start(); + $this->db->insert('T_FinalProduct_CoProduct_Materials',$coparray); + $insert_id = $this->db->affected_rows(); + $this->db->trans_complete(); + return true; + } + + + function getAllMaterialAdjustments() + { + $this->db->select('T_Material_Adjustment.*,SupplierName,MaterialName'); + $this->db->from('T_Material_Adjustment'); + $this->db->join('T_SupplierDetailsN', 'T_Material_Adjustment.SupplierID = T_SupplierDetailsN.SupplierID'); + $this->db->join('T_MaterialMaster', 'T_MaterialMaster.MaterialCode = T_Material_Adjustment.MaterialCode'); + $res = $this->db->get(); + return $res->result(); + } + + + + + function save_rawmaterialto_materialHistory($materialhistory) + { + $this->db->trans_start(); + $this->db->insert('T_Material_stock_history',$materialhistory); + $insert_id = $this->db->affected_rows(); + $this->db->trans_complete(); + return true; + } + + + function getFinalProductDetaisl() + { + $this->db->select('T_FinalProduct_Master.*,product_name,product_description'); + $this->db->from('T_FinalProduct_Master'); + $this->db->join('ip_products','ip_products.product_id=T_FinalProduct_Master.MaterialCode'); + $this->db->order_by('T_FinalProduct_Master.FPId','desc'); + $res = $this->db->get(); + return $res->result(); + + } + + + function getmasterProductDetails($FPId) + { + $this->db->select('T_FinalProduct_Master.*,product_name,product_description'); + $this->db->from('T_FinalProduct_Master'); + $this->db->join('ip_products','ip_products.product_id=T_FinalProduct_Master.MaterialCode'); + $this->db->where('T_FinalProduct_Master.FPId',$FPId); + $res = $this->db->get(); + return $res->result(); + } + + + function getrawmaterialDetails($FPId) + { + $this->db->select('T_FinalProduct_RawMaterials.*,SupplierName,MaterialName'); + $this->db->from('T_FinalProduct_RawMaterials'); + $this->db->join('T_MaterialMaster','T_MaterialMaster.MaterialCode=T_FinalProduct_RawMaterials.MaterialCode'); + $this->db->join('T_SupplierDetailsN','T_SupplierDetailsN.SupplierID=T_FinalProduct_RawMaterials.SupplierID'); + $this->db->where('T_FinalProduct_RawMaterials.FPId',$FPId); + $res = $this->db->get(); + return $res->result(); + } + + + function getconsumaterialDetails($FPId) + { + $this->db->select('T_FinalProduct_ConsumableMaterials.*,SupplierName,MaterialName'); + $this->db->from('T_FinalProduct_ConsumableMaterials'); + $this->db->join('T_MaterialMaster','T_MaterialMaster.MaterialCode=T_FinalProduct_ConsumableMaterials.MaterialCode'); + $this->db->join('T_SupplierDetailsN','T_SupplierDetailsN.SupplierID=T_FinalProduct_ConsumableMaterials.SupplierID'); + $this->db->where('T_FinalProduct_ConsumableMaterials.FPId',$FPId); + $res = $this->db->get(); + return $res->result(); + } + + + function getpackagematerialDetails($FPId) + { + $this->db->select('T_FinalProduct_PackingMaterials.*,SupplierName,MaterialName'); + $this->db->from('T_FinalProduct_PackingMaterials'); + $this->db->join('T_MaterialMaster','T_MaterialMaster.MaterialCode=T_FinalProduct_PackingMaterials.MaterialCode'); + $this->db->join('T_SupplierDetailsN','T_SupplierDetailsN.SupplierID=T_FinalProduct_PackingMaterials.SupplierID'); + $this->db->where('T_FinalProduct_PackingMaterials.FPId',$FPId); + $res = $this->db->get(); + return $res->result(); + } + + + function getcoproductmaterial($FPId) + { + $subQuery ='select T_FinalProduct_CoProduct_Materials.*,product_name + from T_FinalProduct_CoProduct_Materials + join ip_products on ip_products.product_id = T_FinalProduct_CoProduct_Materials.MaterialCode + where T_FinalProduct_CoProduct_Materials.FPId=?'; + + $query = $this->db->query($subQuery,array($FPId)); + + return $query->result_array(); + + } + + + function update_final_product($final_master,$FPId) + { + //print_r($final_master); + $this->db->where('FPId', $FPId); + $this->db->update('T_FinalProduct_Master', $final_master); + $insert_id = $this->db->affected_rows(); + //return TRUE; + if($insert_id>0) + { + $subQuery = 'select max(FPId) as FPId from T_FinalProduct_Master'; + + $query = $this->db->query($subQuery,array()); + + return $query->result_array(); + } + } + + + + function GetRawid($rawilneno) + { + $this->db->select('*'); + $this->db->from('T_FinalProduct_RawMaterials'); + $this->db->where('RawId',$rawilneno); + $query = $this->db->get(); + //print_r($this->db->last_query()); + return $query->result(); + } + + + + function Getconsuid($consuline) + { + $this->db->select('*'); + $this->db->from('T_FinalProduct_ConsumableMaterials'); + $this->db->where('ConId',$consuline); + $query = $this->db->get(); + //print_r($this->db->last_query()); + return $query->result(); + } + + + function Getpackid($packlineId) + { + + $this->db->select('*'); + $this->db->from('T_FinalProduct_PackingMaterials'); + $this->db->where('PackId',$packlineId); + $query = $this->db->get(); + //print_r($this->db->last_query()); + return $query->result(); + } + + + function Getcopid($coplineId) + { + $this->db->select('*'); + $this->db->from('T_FinalProduct_CoProduct_Materials'); + $this->db->where('CoId',$coplineId); + $query = $this->db->get(); + //print_r($this->db->last_query()); + return $query->result(); + + } + + + function update_finalraw($rawarray,$rawilneno) + { + $this->db->where('RawId', $rawilneno); + $this->db->update('T_FinalProduct_RawMaterials', $rawarray); + return TRUE; + } + + + function GetRawCheck($rawmaterial,$final_product_id) + { + $this->db->select('*'); + $this->db->from('T_Material_stock_history'); + $this->db->where('MaterialCode',$rawmaterial); + $this->db->where('Ref_No',$final_product_id); + $this->db->where('Ref_Type',FinalProduct); + $query = $this->db->get(); + //print_r($this->db->last_query()); + return $query->result(); + } + + + function update_rawmaterialto_materialHistory($rawmaterialhistory,$rawmaterial,$FPID) + { + $this->db->where('Ref_No', $FPID); + $this->db->where('MaterialCode', $rawmaterial); + $this->db->update('T_Material_stock_history', $rawmaterialhistory); + return TRUE; + } + + + function update_finalconsu($conarray,$consuline) + { + $this->db->where('ConId', $consuline); + $this->db->update('T_FinalProduct_ConsumableMaterials', $conarray); + return TRUE; + } + + + function update_finalpacking($conarray,$packlineId) + { + $this->db->where('PackId', $packlineId); + $this->db->update('T_FinalProduct_PackingMaterials', $conarray); + return TRUE; + } + + + function update_finalcoproduct($coparray,$coplineId) + { + $this->db->where('CoId', $coplineId); + $this->db->update('T_FinalProduct_CoProduct_Materials', $coparray); + return TRUE; + } + function getEditMaterialAdjustments($AdjustmentId) + { + + $this->db->select('T_Material_Adjustment.*,SupplierName,MaterialName,Description,AdjustmentId,ActualQuantity,T_Material_stock_history.Quantity,Ref_Type,Transaction_type'); + $this->db->from('T_Material_Adjustment'); + $this->db->join('T_Material_stock_history', 'T_Material_Adjustment.AdjustmentId = T_Material_stock_history.Ref_No and T_Material_stock_history.Ref_Type="Adjust"'); + $this->db->join('T_SupplierDetailsN', 'T_Material_Adjustment.SupplierID = T_SupplierDetailsN.SupplierID'); + $this->db->join('T_MaterialMaster', 'T_MaterialMaster.MaterialCode = T_Material_Adjustment.MaterialCode'); + $this->db->where('T_Material_Adjustment.AdjustmentId',$AdjustmentId); + $res = $this->db->get(); + return $res->result(); + } + function material_name(){ + $sql="SELECT distinct MaterialName FROM T_MaterialMaster;"; + $query = $this->db->query($sql); + return $query->result(); + } + function getMaterial_history($prod,$frm,$t) + { + $sql="SELECT msh.StockId,sd.SupplierName,mm.MaterialName,msh.Transaction_type,msh.Ref_Type,msh.Ref_No,msh.Quantity,msh.ItemValue,date_format(msh.UpdatedOn,'%d-%m-%Y') as updatedOn FROM T_Material_stock_history as msh + left join T_SupplierDetailsN as sd on sd.SupplierID=msh.SupplierID + left join T_MaterialMaster as mm on mm.MaterialCode=msh.MaterialCode + where msh.StockId != 'null' "; + if ($prod!= ''){ + + $sql.=" and mm.MaterialName = '".$prod."' "; + + } + if ($frm and $t != ''){ + $fromd= date("Y-m-d",strtotime($frm)); + $tod=date("Y-m-d",strtotime($t)); + + + $sql.="and date(msh.UpdatedOn) >= '".$fromd."' + and date(msh.UpdatedOn) <= '".$tod."'"; + + } + + + $query =$this->db->query($sql); + return $query->result(); + + + } + //created by TamilBala + //for update quantity stockhistory + function updateQuantityStockHistory($updatequantity,$id) + { + + $this->db->where('Ref_No',$id); + $this->db->where('Ref_Type',Adjust); + $this->db->update('T_Material_stock_history',$updatequantity); + $r = $this->db->affected_rows(); + //return $r->result(); + //echo "HIS"; + + } + + //created by TamilBala + //for update quantity T_Material_Adjustment + + function updateQuantityAdjusment($updatequantitydes,$id) + { + $this->db->where('AdjustmentId',$id); + $this->db->update('T_Material_Adjustment',$updatequantitydes); + $r = $this->db->affected_rows(); + return $r; + + } + //created by TamilBala + //for update isactive T_Material_Adjustment + function updateisactiveadjusment($Updateactive,$AdjustmentId) + { + $this->db->where('AdjustmentId',$AdjustmentId); + $this->db->update('T_Material_Adjustment',$Updateactive); + $r = $this->db->affected_rows(); + return $r; + + } + + //created by TamilBala + //for update isactive stockhistory + function updateisactiveastockhistory($Updateactive,$AdjustmentId) + { + $this->db->where('Ref_No',$AdjustmentId); + $this->db->where('Ref_Type',Adjust); + $this->db->update('T_Material_stock_history',$Updateactive); + $r = $this->db->affected_rows(); + return $r; + } + + + +// function GetFinishedProductList($starting_date,$end_date,$product_id) +// { + + +// $subQuery ='select ip_products.product_id,ip_products.product_name,ip_invoices.invoice_id,ip_invoice_items.item_quantity,ip_invoice_items.item_price,ip_invoices.invoice_number as IDnumber,ip_invoices.receivedstatus as Type from ip_products join ip_invoice_items on ip_products.product_id = ip_invoice_items.item_product_id join ip_invoices on ip_invoice_items.invoice_id = ip_invoices.invoice_id +// join T_FinalProduct_Master on ip_products.product_id = T_FinalProduct_Master.MaterialCode where (ip_invoices.invoice_date_modified>=? and ip_invoices.invoice_date_modified<=? and ip_invoice_items.item_product_id=?) union + +// select ip_products.product_id,ip_products.product_name,T_FinalProduct_Master.FPId,T_FinalProduct_Master.Quantity,T_FinalProduct_Master.Price,T_FinalProduct_Master.FPId as IDnumber,T_FinalProduct_Master.ProductType as Type from ip_products join ip_invoice_items on ip_products.product_id = ip_invoice_items.item_product_id +// join T_FinalProduct_Master on ip_products.product_id = T_FinalProduct_Master.MaterialCode where +// (T_FinalProduct_Master.ProductDate<=? and T_FinalProduct_Master.ProductDate>=? and T_FinalProduct_Master.MaterialCode=?) group by FPId'; + +// $query = $this->db->query($subQuery,array($starting_date,$end_date,$product_id,$end_date,$starting_date,$product_id)); + +// //print_r($this->db->last_query()); + + +// return $query->result_array(); + + +// } + + +function GetFinishedProductList($starting_date,$end_date,$product_id) +{ + + + // $subQuery = 'select * from T_FinalProduct_History,ip_products.product_name + // join ip_products on T_FinalProduct_History.ProductCode = ip_products.product_id + + // where ProductCode=? + // and Transactiondate >= ? and Transactiondate <= ?'; + + $subQuery='select RefID,ProductCode,product_description,Quantity,Price,Transactiondate,TransactionType,product_name +from T_FinalProduct_History +join ip_products on ip_products.product_id= T_FinalProduct_History.ProductCode +where ProductCode=? and Transactiondate >= ? and Transactiondate <= ?'; + + +// $subQuery='select FPId as RefID,product_id as ProductCode,Quantity,product_description,Price,ProductDate as Transactiondate,ProductType as TransactionType,product_name from T_FinalProduct_Master join ip_products on ip_products.product_id= T_FinalProduct_Master.MaterialCode where MaterialCode=? and ProductDate >= ? and ProductDate <= ?'; + + $query = $this->db->query($subQuery,array($product_id,$starting_date,$end_date)); +// print_r($this->db->last_query()); + return $query->result_array(); + +} + + + function SaveFinalHistory($final_history) + { + $this->db->trans_start(); + $this->db->insert('T_FinalProduct_History',$final_history); + $insert_id = $this->db->affected_rows(); + $this->db->trans_complete(); + return true; + } + + + function UpdateFinalHistory($final_history,$FPID,$rawmaterial) + { + //print_r($final_history); + $this->db->where('RefID', $FPID); + $this->db->where('ProductCode',$rawmaterial); + $this->db->update('T_FinalProduct_History',$final_history); + //print_r($this->db->last_query()); + return TRUE; + } + + function GetAvgPrice($MaterialCode,$date,$Supplier) + { + $subQuery='select AVG(Rate) as avg_rate from T_PurchaseOrder_LineItem +join T_PurchaseOrder_Master on T_PurchaseOrder_Master.PONO=T_PurchaseOrder_LineItem.PONO +where MaterialCode = ? and SupplierID=?'; + + $query = $this->db->query($subQuery,array($MaterialCode,$Supplier)); + //print_r($this->db->last_query()); + return $query->result_array(); + } + + + + + function Get_Product_Supplier($MaterialCode,$type) + { + //echo $MaterialCode; + $ltype='%'.$type.'%'; + //echo $ltype; + $this->db->select('mas.SupplierID,sup.SupplierName,mmas.MaterialCode,mmas.MaterialName'); + $this->db->from('T_PurchaseOrder_Master mas'); + $this->db->join('T_SupplierDetailsN sup','sup.SupplierID=mas.SupplierID'); + $this->db->join('T_PurchaseOrder_LineItem line','line.PONO=mas.PONO'); + $this->db->join('T_MaterialMaster mmas','mmas.MaterialCode=line.MaterialCode'); + $this->db->where('Category like',$ltype); + + // $this->db->where('T_MaterialMaster.Category like','%Raw Material%'); + $this->db->where('mmas.MaterialCode',$MaterialCode); + $this->db->group_by('SupplierID'); + $supp = $this->db->get(); + + + //print_r($this->db->last_query());die(); + return $supp->result(); + + } + + + + function getSalesProductvalue() + { + $this->db->select('product_id,product_price'); + $this->db->from('ip_products'); + $price = $this->db->get(); + return $price->result(); + } + + + + function finyear(){ + + $sql="SELECT + CASE WHEN MONTH(MaterialRcvdDate)>=4 + THEN concat(YEAR(MaterialRcvdDate), '-',YEAR(MaterialRcvdDate)+1) + ELSE concat(YEAR(MaterialRcvdDate)-1,'-', YEAR(MaterialRcvdDate)) + END AS financial_year + FROM T_IGR_Master + GROUP BY financial_year"; + $query = $this->db->query($sql); + + // print_r($this->db->last_query());die(); + return $query->result(); + + } + + + + function GetStockAbstract($search) + { + // echo 'in'; + + $fdate = $search['from_date']; + $fromdate = date("Y-m-d", strtotime($fdate) ); + + $tdate = $search['to_date']; + $todate = date("Y-m-d", strtotime($tdate) ); + + $currentyr = date("Y"); + + + + $finyear = $search['year']; + +$pieces = explode("-", $finyear);///fin year +//print_r($search); die(); +$startyr = $pieces['0']; +$endyr = $pieces['1']; + +//echo $search['month'].'-'.$startyr.'-'. $endyr;die(); + +//echo $endyr;die(); + + +$subquery="SELECT + DISTINCT(p.MaterialCode) AS ProductID,Ref_No,Date(CreatedOn),mm.MaterialName,stock,MaterialType,Category,stockdate,mm.Category,ip.product_name,ip.product_id, + SUM(IF(p.Transaction_type='Add',p.Quantity,0)) AS Addition, + SUM(IF(p.Transaction_type='Reduce',p.Quantity,0)) AS Reduce, + SUM((IF(p.Transaction_type='Add',p.Quantity,0))-(IF(p.Transaction_type='Reduce',p.Quantity,0))) AS AvailableStock,ROUND(AVG(Rate),2) as Avg_rate,ROUND(AVG(ItemValue),2) as Final_avg +FROM + T_Material_stock_history AS p +left join T_MaterialMaster mm on mm.MaterialCode = p.MaterialCode + +left join ip_products ip on ip.product_id=p.MaterialCode +left join T_PurchaseOrder_LineItem pol on pol.MaterialCode = mm.MaterialCode + "; + + +if($search['month']=='' && $startyr =='') +{ + + + if($search['from_date'] != '') + { + + $subquery.=" left join (select StockId,pp.MaterialCode mc, +SUM((IF(pp.Transaction_type='Add',Quantity,0))-(IF(pp.Transaction_type='Reduce',Quantity,0))) +AS OpeningStock +FROM T_Material_stock_history AS pp +where pp.CreatedOn < '".$fromdate."' +GROUP BY pp.MaterialCode +) as opens on opens.mc = p.MaterialCode"; + } + + +} + + +else if($search['month']!='' && $startyr !='') +{ + + + + if($search['month']!='') + { + $subquery.=" left join (select StockId,pq.MaterialCode mc, +SUM((IF(pq.Transaction_type='Add',Quantity,0))-(IF(pq.Transaction_type='Reduce',Quantity,0))) +AS OpeningStock +FROM T_Material_stock_history AS pq +where month(pq.CreatedOn) < '".$search['month']."' +GROUP BY pq.MaterialCode +) as opens on opens.mc = p.MaterialCode"; + + } + +} + +else if($search['month']!='' && $startyr =='') +{ + + + + $subquery.=" left join (select StockId,pq.MaterialCode mc, +SUM((IF(pq.Transaction_type='Add',Quantity,0))-(IF(pq.Transaction_type='Reduce',Quantity,0))) +AS OpeningStock +FROM T_Material_stock_history AS pq +where date(pq.CreatedOn) < '".$currentyr.'-'.$search['month']."-01' +GROUP BY pq.MaterialCode +) as opens on opens.mc = p.MaterialCode"; + +} + + +else if($search['month']=='' && $startyr !='' ) +{ + + // if($search['month']!='') + // { + $subquery.=" left join (select StockId,pq.MaterialCode mc, +SUM((IF(pq.Transaction_type='Add',Quantity,0))-(IF(pq.Transaction_type='Reduce',Quantity,0))) +AS OpeningStock +FROM T_Material_stock_history AS pq +where date(pq.CreatedOn) < '".$startyr."-03-31' +GROUP BY pq.MaterialCode +) as opens on opens.mc = p.MaterialCode"; + + // } + +} + + + + +//$subquery.=" where mm.IsActive='1'"; + +if($search['month']=='' && $startyr =='') +{ + + if($search['from_date'] != '') + { + + $subquery.=" where date(p.CreatedOn)>= '".$fromdate."'"; + } + + if($search['to_date'] != '') + { + //$subquery. = " and date(p.CreatedOn)<='".$todate."'"; + + $subquery.=" and date(p.CreatedOn)<= '".$todate."'"; + } + +} + +else +{ + + if($search['month']!='' && $startyr =='') + { + $subquery.=" where date(p.CreatedOn)>= '".$currentyr.'-'.$search['month']."-01' and + + date(p.CreatedOn)<='".$currentyr.'-'.$search['month']."-31'"; + } + + + if($search['month']!='' && $startyr !='') + { + $subquery.=" where month(p.CreatedOn)= '".$search['month']."' and date(p.CreatedOn)>= '".$startyr."-04-01' and date(p.CreatedOn)<= '".$endyr."-03-31'"; + } + + if($startyr !='' && $search['month']=='') + { + $subquery.=" where date(p.CreatedOn)>= '".$startyr."-04-01' and date(p.CreatedOn)<= '".$endyr."-03-31'"; + } + +} + + +$subquery.=" and (mm.Category like '%Consumable%' or mm.Category like '%Raw Material%' + or mm.Category like '%Packing%' or mm.Category like '%Reclam%' or mm.Category like '%Finish%' or mm.Category like '%Final%' )"; + +$subquery.=" GROUP BY p.MaterialCode"; +//$subquery. = "GROUP BY p.MaterialCode"; + +$query = $this->db->query($subquery,array()); + +//print_r($query->result());die(); + +//print_r($this->db->last_query());die(); + + return $query->result(); + + + } + + + + + function GetStockAbstractdetails($search) + { + // echo 'in'; + + $fdate = $search['fdate']; + + if($fdate != '0') + { + $fromdate = date("Y-m-d", strtotime($fdate) ); + } + + else + { + $fromdate =''; + + } + + $tdate = $search['tdate']; + + if($tdate != '0') + { + $todate = date("Y-m-d", strtotime($tdate) ); + } + + else + { + $todate = ''; + } + //echo $todate;die(); + + $finyear = $search['year']; + +$pieces = explode("-", $finyear);///fin year +//print_r($search); die(); +$startyr = $pieces['0']; +$endyr = $pieces['1']; + +//echo $endyr;die(); + + +$subquery="SELECT + DISTINCT(p.MaterialCode) AS ProductID,Ref_No,Date(CreatedOn) as Cdate,mm.MaterialName,stock,MaterialType,Category,stockdate,p.Transaction_type,Ref_Type, Ref_No,ip.product_name,invoice_number, + SUM(IF(p.Transaction_type='Add',Quantity,0)) AS Addition, + SUM(IF(p.Transaction_type='Reduce',Quantity,0)) AS Reduce, + SUM((IF(p.Transaction_type='Add',Quantity,0))-(IF(p.Transaction_type='Reduce',Quantity,0))) AS AvailableStock +FROM + T_Material_stock_history AS p +left join T_MaterialMaster mm on mm.MaterialCode = p.MaterialCode +left join ip_products ip on ip.product_id=p.MaterialCode +left join ip_invoices inv on inv.invoice_id=p.Ref_No +where p.MaterialCode='".$search['materialcode']."' + "; + + + + +if($search['month']=='' && $startyr =='' && $endyr =='') +{ + + if($fromdate != '') + { + + //echo "sv";die(); + + $subquery.=" and date(p.CreatedOn)>= '".$fromdate."'"; + } + + if($todate != '') + { + //$subquery. = " and date(p.CreatedOn)<='".$todate."'"; + + $subquery.=" and date(p.CreatedOn)<= '".$todate."'"; + } + +} + +else +{ + + if($search['month']!='') + { + $subquery.=" and month(p.CreatedOn)>= '".$search['month']."'"; + } + + if($startyr !='' && $endyr !='') + { + $subquery.=" and date(p.CreatedOn)>= '".$startyr."-04-01' and date(p.CreatedOn)<= '".$endyr."-03-31'"; + } + +} + + + + +$subquery.=" GROUP BY p.CreatedOn"; +//$subquery. = "GROUP BY p.MaterialCode"; + +$query = $this->db->query($subquery,array()); +//print_r($this->db->last_query());die(); + + return $query->result(); + + + } + + + + public function GetMaterialCode($itemproductid) + { + $this->db->select('MaterialCode'); + $this->db->from('ip_products'); + $this->db->where('product_id',$itemproductid); + $query = $this->db->get(); + // print_r( $this->db->last_query()); + return $query->result(); + + } + + + public function Delete_ProductBatchCard($FPId) + { + + $this->db->where('FPId', $FPId); + $this->db->delete('T_FinalProduct_ConsumableMaterials'); + + + $this->db->where('FPId', $FPId); + $this->db->delete('T_FinalProduct_CoProduct_Materials'); + + $this->db->where('RefID', $FPId); + $this->db->delete('T_FinalProduct_History'); + + + $this->db->where('FPId', $FPId); + $this->db->delete('T_FinalProduct_Master'); + + + + $this->db->where('FPId', $FPId); + $this->db->delete('T_FinalProduct_PackingMaterials'); + + + $this->db->where('FPId', $FPId); + $this->db->delete('T_FinalProduct_RawMaterials'); + + $this->db->where('Ref_No', $FPId); + $this->db->delete('T_Material_stock_history'); + + return true; + + + } + + + +} + +?> \ No newline at end of file diff --git a/application/models/models/cashbook_model.php b/application/models/models/cashbook_model.php new file mode 100644 index 00000000..3910c81a --- /dev/null +++ b/application/models/models/cashbook_model.php @@ -0,0 +1,2191 @@ +db->where('status',1); + $r = $this->db->get('t_accountcode'); + return $r->result(); + + } + function getAccountpay() + { + $this->db->where('type',PAYMENT); + $r = $this->db->get('t_accountcode'); + return $r->result(); + + } + function getAccounTypes1() + { + $this->db->select('name,type'); + $r = $this->db->get('t_accountcode'); + return $r->result(); + + } + + function saveIncomeExpense($data) + { + $this->db->insert('t_income_expense',$data); + $r = $this->db->affected_rows(); + return $r; + } + // function addcashbook($bankcash1) + // { + // $this->db->insert('T_Bankmappingcashbook',$bankcash1); + // $r = $this->db->affected_rows(); + // return $r; + // } + // function amountpaidcashbook() + // { + // $this->db->select('t_accountcode.namea,total,cashtype,T_Employee_Details.FirstName,T_Employee_Details.LastName,t_income_expense.*'); + // $this->db->from('t_income_expense'); + // $this->db->join('t_accountcode','t_income_expense.account_code=t_accountcode.code','left'); + // $this->db->join('tbl_users','t_income_expense.Created_By=tbl_users.userId','left'); + // $this->db->join('T_Employee_Details','tbl_users.EmpID=T_Employee_Details.EmpID','left'); + // $this->db->where('t_income_expense.IsActive',1); + // $this->db->where('t_income_expense.account_code !=','ADV001'); + // $this->db->group_by('t_income_expense.account_code'); + // // $this->db->order_by("date","desc"); + // $r = $this->db->get(); + // return $r->result(); + + // } + function getIncomeExpenseList($i="") + { + // echo $i; + $this->db->select('t_accountcode.name,cashtype,T_Employee_Details.FirstName,T_Employee_Details.LastName,t_income_expense.*'); + $this->db->from('t_income_expense'); + $this->db->join('t_accountcode','t_income_expense.account_code=t_accountcode.code','left'); + $this->db->join('tbl_users','t_income_expense.Created_By=tbl_users.userId','left'); + $this->db->join('T_Employee_Details','tbl_users.EmpID=T_Employee_Details.EmpID','left'); + $this->db->where('t_income_expense.IsActive',1); + // $this->db->where('t_income_expense.account_code !=','ADV001'); + // $this->db->where('t_income_expense.account_code !=','0013'); + $this->db->order_by("date","desc"); + if(!empty($i)) + { + $this->db->where('t_income_expense.id',$i); + + } + $r = $this->db->get(); + return $r->result(); + } + + function getIncomeExpense($firstyear,$secondyear,$frmdt,$todt) + { + $this->db->select('t_accountcode.name,cashtype,T_Employee_Details.FirstName,T_Employee_Details.LastName,t_income_expense.*'); + $this->db->from('t_income_expense'); + $this->db->join('t_accountcode','t_income_expense.account_code=t_accountcode.code','left'); + $this->db->join('tbl_users','t_income_expense.Created_By=tbl_users.userId','left'); + $this->db->join('T_Employee_Details','tbl_users.EmpID=T_Employee_Details.EmpID','left'); + $this->db->where('t_income_expense.IsActive',1); + $this->db->where('t_income_expense.account_code !=','ADV001'); + $this->db->where('t_income_expense.account_code !=','0013'); + if ($firstyear and $secondyear != '') + { + $finyear = "t_income_expense.date >= '".$firstyear."-04-01' and t_income_expense.date <= '".$secondyear."-03-31'"; + $this->db->where($finyear); + } + if ($frmdt and $todt != ''){ + $fromdate= date("Y-m-d",strtotime($frmdt)); + $todate=date("Y-m-d",strtotime($todt)); + $date = "date(t_income_expense.date) >= '".$fromdate."' + and date(t_income_expense.date) <= '".$todate."'"; + $this->db->where($date); + } + $this->db->order_by("date","desc"); + $r = $this->db->get(); + return $r->result(); + } + + function getAdvanceList($i="") + { + // echo $i; + $this->db->select('t_accountcode.name,cashtype,T_Employee_Details.FirstName,T_Employee_Details.LastName,t_income_expense.*'); + $this->db->from('t_income_expense'); + $this->db->join('t_accountcode','t_income_expense.account_code=t_accountcode.code','left'); + $this->db->join('tbl_users','t_income_expense.Created_By=tbl_users.userId','left'); + $this->db->join('T_Employee_Details','tbl_users.EmpID=T_Employee_Details.EmpID','left'); + $this->db->where('t_income_expense.IsActive',1); + $this->db->where('t_income_expense.account_code','ADV001'); + $this->db->or_where('t_income_expense.account_code','0013'); + $this->db->order_by("date","desc"); + if(!empty($i)) + { + $this->db->where('t_income_expense.id',$i); + + } + $r = $this->db->get(); + return $r->result(); + } + + function getAdvance($firstyear,$secondyear,$frmdt,$todt) + { + $this->db->select('t_accountcode.name,cashtype,T_Employee_Details.FirstName,T_Employee_Details.LastName,t_income_expense.*'); + $this->db->from('t_income_expense'); + $this->db->join('t_accountcode','t_income_expense.account_code=t_accountcode.code','left'); + $this->db->join('tbl_users','t_income_expense.Created_By=tbl_users.userId','left'); + $this->db->join('T_Employee_Details','tbl_users.EmpID=T_Employee_Details.EmpID','left'); + $this->db->where('t_income_expense.IsActive',1); + $this->db->where('t_income_expense.account_code','ADV001'); + $this->db->or_where('t_income_expense.account_code','0013'); + if ($firstyear and $secondyear != ''){ + $finyear = "t_income_expense.date >= '".$firstyear."-04-01' and t_income_expense.date <= '".$secondyear."-03-31'"; + $this->db->where($finyear); + } + if ($frmdt and $todt != ''){ + $fromdate= date("Y-m-d",strtotime($frmdt)); + $todate=date("Y-m-d",strtotime($todt)); + $date = "date(t_income_expense.date) >= '".$fromdate."' + and date(t_income_expense.date) <= '".$todate."'"; + $this->db->where($date); + } + $this->db->order_by("date","desc"); + $r = $this->db->get(); + return $r->result(); + } + +function finyear(){ + + + $sql="SELECT + CASE WHEN MONTH(date)>=4 THEN + concat(YEAR(date), '-',YEAR(date)+1) + ELSE concat(YEAR(date)-1,'-', YEAR(date)) END AS financial_year + FROM t_income_expense + GROUP BY financial_year"; + $query = $this->db->query($sql); + return $query->result(); + + } + function getCompany() + { + $r = $this->db->get('T_Company_Details'); + return $r->result(); + + + } + + function getAccounutInfo($i) + { + $this->db->select('t_accountcode.name,t_income_expense.*'); + $this->db->from('t_income_expense'); + $this->db->join('t_accountcode','t_income_expense.account_code=t_accountcode.code'); + $this->db->order_by("date", "desc"); + //$this->db->where('t_income_expense.id') + $r = $this->db->get(); + return $r->result(); + + } + + function Selectcash() + { + $this->db->select('*'); + $this->db->from('t_accountcode'); + $query = $this->db->get(); + $result = $query->result(); + return $result; + + } + + + function Selectadvance($i="") + { + // echo $i; + $this->db->select('T_SupplierDetailsN.SupplierName,t_accountcode.name,cashtype,T_Employee_Details.FirstName,T_Employee_Details.LastName,t_income_expense.*'); + $this->db->from('t_income_expense'); + $this->db->join('t_accountcode','t_income_expense.account_code=t_accountcode.code','left'); + $this->db->join('tbl_users','t_income_expense.Created_By=tbl_users.userId','left'); + $this->db->join('T_Employee_Details','tbl_users.EmpID=T_Employee_Details.EmpID','left'); + $this->db->join('T_SupplierDetailsN','T_SupplierDetailsN.SupplierID=t_income_expense.Supplier_id' ); + $this->db->order_by("date","desc"); + $this->db->where_in('t_accountcode.code',[AReceipt,Apayment]); + if(!empty($i)) + { + $this->db->where('t_income_expense.id',$i); + + } + $r = $this->db->get(); + return $r->result(); + } + + + function viewdepartment($sid='') + { + $sql="SELECT ie.*,br.*,br.ID,ie.totalbankamount,ac.name,ie.id,date_format(ie.date,'%d-%m-%Y')as date FROM t_income_expense ie + left join t_accountcode ac on ac.code=ie.account_code + left join T_bankreport br on br.ID=ie.bankid + WHERE ie.id = ?"; + $query = $this->db->query($sql,array($sid)); + //print_r($this->db->last_query()); + //echo $sql; + return $query->result(); + } + function deletefile($cashid) + { + + //echo $cashid; + $sql="UPDATE t_income_expense SET document = NULL + WHERE id = ?"; + $query = $this->db->query($sql,array($cashid)); + //print_r($this->db->last_query()); + //echo $sql; + $r = $this->db->affected_rows(); + return $r; + } + + + function updatedepartment($updateaccount,$id1) + { + $this->db->where('id', $id1); + $this->db->update('t_income_expense',$updateaccount); + $r = $this->db->affected_rows(); + return $r; + + } + function bankfile($FileDetails) + { + $this->db->insert('T_bankingfile',$FileDetails); + $r = $this->db->affected_rows(); + return $r; + } + function bankfiledata($filedataupload) + { + + + $this->db->select('reportdate,Narration,Balance'); + $this->db->from('T_bankreport'); + $this->db->where('reportdate',$filedataupload['reportdate']); + $this->db->where('Narration',$filedataupload['Narration']); + $this->db->where('Balance',$filedataupload['Balance']); + + $query = $this->db->get(); + if ($query->num_rows() > 0){ + return true; + + } + else{ + $this->db->insert('T_bankreport', $filedataupload); + $r = $this->db->affected_rows(); + //print_r($this->db->last_query()); + return $r; + } +} + +function balance($balance){ + + + $this ->db->insert('T_bankbalance',$balance); +} + +function getbalancedetails() +{ + +$subquery="SELECT openingbalance,closingbalance FROM T_bankbalance WHERE balance_keyid in (SELECT MAX(balance_keyid) FROM T_bankbalance)"; +$query = $this->db->query($subquery); +return $query->result(); + +} + + + +function report_finyear(){ + + + $sql="SELECT +CASE WHEN MONTH(reportdate)>=4 THEN + concat(YEAR(reportdate), '-',YEAR(reportdate)+1) +ELSE concat(YEAR(reportdate)-1,'-', YEAR(reportdate)) END AS financial_year +FROM T_bankreport +GROUP BY financial_year"; + $query = $this->db->query($sql); + return $query->result(); + + + +} +function report_amountpaid(){ + + + $sql="SELECT +CASE WHEN MONTH(reportdate)>=4 THEN + concat(YEAR(reportdate), '-',YEAR(reportdate)+1) +ELSE concat(YEAR(reportdate)-1,'-', YEAR(reportdate)) END AS financial_year +FROM T_bankreport +GROUP BY financial_year"; + $query = $this->db->query($sql); + return $query->result(); + + + +} +function report_cashbook(){ + + + $sql="SELECT +CASE WHEN MONTH(date)>=4 THEN + concat(YEAR(date), '-',YEAR(date)+1) +ELSE concat(YEAR(date)-1,'-', YEAR(date)) END AS financial_year +FROM t_income_expense +GROUP BY financial_year"; + $query = $this->db->query($sql); + return $query->result(); + + + +} +function report_finyearunpaid(){ + + + $sql="SELECT +CASE WHEN MONTH(MaterialRcvdDate)>=4 THEN + concat(YEAR(MaterialRcvdDate), '-',YEAR(MaterialRcvdDate)+1) +ELSE concat(YEAR(MaterialRcvdDate)-1,'-', YEAR(MaterialRcvdDate)) END AS financial_year +FROM T_IGR_Master +GROUP BY financial_year"; + $query = $this->db->query($sql); + return $query->result(); + + + +} +function report_finyearamountreceived(){ + + + $sql="SELECT +CASE WHEN MONTH(reportdate)>=4 THEN + concat(YEAR(reportdate), '-',YEAR(reportdate)+1) +ELSE concat(YEAR(reportdate)-1,'-', YEAR(reportdate)) END AS financial_year +FROM T_bankreport +GROUP BY financial_year"; + $query = $this->db->query($sql); + return $query->result(); + + + +} + +function report_finyearamountunreceived(){ + + + $sql="SELECT +CASE WHEN MONTH(invoice_date_created)>=4 THEN + concat(YEAR(invoice_date_created), '-',YEAR(invoice_date_created)+1) +ELSE concat(YEAR(invoice_date_created)-1,'-', YEAR(invoice_date_created)) END AS financial_year +FROM ip_invoices +GROUP BY financial_year"; + $query = $this->db->query($sql); + return $query->result(); + + + +} + +function bankstatement($fdate,$tdate,$fa,$aa){ + + $sql="SELECT *,date_format(reportdate,'%d-%m-%Y')as date,tie.total,date_format(valuedate,'%d-%m-%Y')as valuedate from T_bankreport as br left join t_income_expense as tie on tie.bankid=br.ID where br.reportdate !=0 "; + + + if ($fa and $aa != ''){ + + $sql.=" and (reportdate >= '".$fa."-04-01' and reportdate<= '".$aa."-03-31')"; + + } + if ($fdate and $tdate != '') + { + + $fdate= date("Y-m-d",strtotime($fdate)); + $tdate=date("Y-m-d",strtotime($tdate)); + + $sql.= " and date(reportdate) >= '".$fdate."' + and date(reportdate) <= '".$tdate."'"; + } + + $sql.=" group by(br.ID) "; + $sql.=" ORDER BY br.ID+0 DESC "; + + + $query = $this->db->query($sql); + return $query->result(); + + + +} +function cleareddebitbalance(){ + + $sql = "SELECT SUM(Balancetocleared) as debit FROM T_bankreport where Clearbalance >'0'"; + + $query = $this->db->query($sql); + return $query->result(); + + +} +function clearedcreditbalance(){ + + $sql = "SELECT SUM(cbalancetocleared) as credit FROM T_bankreport where cclearbalance >'0'"; + + $query = $this->db->query($sql); + return $query->result(); + +} + + + + + function suppliertotalfilter($fa,$aa,$m,$fdate,$tdate) + { + + + $sql="select pono,igrn,potype,date_format(created_date,'%d-%m-%Y') as created_date,date_format(materialrcvddate,'%d-%m-%Y') as materialrcvddate,supplier_name,sid, + sum(total) as total,file,ifile + from igr + where status != 'ST030' and PaymentStatus ='ST072'"; + + + + if ($fa and $aa != ''){ + + //$sql.=" and (im.CreatedDate >= '".$fa."-04-01' and im.CreatedDate <= '".$aa."-03-31')"; + $sql.=" and (MaterialRcvdDate >= '".$fa."-04-01' and MaterialRcvdDate <= '".$aa."-03-31')"; + + } + if ($m!= ''){ + + //$sql.="and monthname(im.CreatedDate) = '".$m."'"; + $sql.="and monthname(MaterialRcvdDate) = '".$m."'"; + + } + + + if ($fdate and $tdate != ''){ + $fromd= date("Y-m-d",strtotime($fdate)); + $tod=date("Y-m-d",strtotime($tdate)); + + $sql.="and date(MaterialRcvdDate) >= '".$fromd."' + and date(MaterialRcvdDate) <= '".$tod."'"; + + } + + + $sql.="group by sid"; + $query = $this->db->query($sql); + return $query->result(); + + } + + +function amountunpaid($supplierid1,$fa,$aa,$m,$fdate,$tdate) + { + + $sql="select pono,igrn,potype,date_format(created_date,'%d-%m-%Y') as created_date,date_format(materialrcvddate,'%d-%m-%Y') as materialrcvddate,supplier_name,sid, + sum(total) as total,file,ifile + from igr + where status != 'ST030' and PaymentStatus = 'ST072' and sid='".$supplierid1."'"; + + + + if ($fa and $aa != ''){ + + //$sql.=" and (im.CreatedDate >= '".$fa."-04-01' and im.CreatedDate <= '".$aa."-03-31')"; + $sql.=" and (MaterialRcvdDate >= '".$fa."-04-01' and MaterialRcvdDate <= '".$aa."-03-31')"; + + } + if ($m!= ''){ + + //$sql.="and monthname(im.CreatedDate) = '".$m."'"; + $sql.="and monthname(MaterialRcvdDate) = '".$m."'"; + + } + + + if ($fdate and $tdate != ''){ + $fromd= date("Y-m-d",strtotime($fdate)); + $tod=date("Y-m-d",strtotime($tdate)); + + $sql.="and date(MaterialRcvdDate) >= '".$fromd."' + and date(MaterialRcvdDate) <= '".$tod."'"; + + } + + $sql.="group by pono,igrn"; + $query = $this->db->query($sql); + return $query->result(); + } + function amountunpaidfilter($sd,$fa,$aa,$m,$fdate,$tdate) + { + + $sql="select pono,igrn,potype,date_format(created_date,'%d-%m-%Y') as created_date,date_format(materialrcvddate,'%d-%m-%Y') as materialrcvddate,supplier_name,sid, + sum(total) as total,file,ifile + from igr + where status != 'ST030' and PaymentStatus ='ST072' and sid='".$sd."'"; + + + + if ($fa and $aa != ''){ + + //$sql.=" and (im.CreatedDate >= '".$fa."-04-01' and im.CreatedDate <= '".$aa."-03-31')"; + $sql.=" and (MaterialRcvdDate >= '".$fa."-04-01' and MaterialRcvdDate <= '".$aa."-03-31')"; + + } + if ($m!= ''){ + + //$sql.="and monthname(im.CreatedDate) = '".$m."'"; + $sql.="and monthname(MaterialRcvdDate) = '".$m."'"; + + } + + + if ($fdate and $tdate != ''){ + $fromd= date("Y-m-d",strtotime($fdate)); + $tod=date("Y-m-d",strtotime($tdate)); + + $sql.="and date(MaterialRcvdDate) >= '".$fromd."' + and date(MaterialRcvdDate) <= '".$tod."'"; + + } + + + $sql.="group by pono,igrn"; + $query = $this->db->query($sql); + return $query->result(); + } + + + function bankinvoice($Customer,$fdate,$tdate) + { + $this->db->select('iva.invoice_id,iva.invoice_total,iv.invoice_date_created,iv.invoice_number,iva.invoice_paid,ic.client_name,ic.client_id,BI.balancetoreceived,BI.amountreceived'); + $this->db->from ('ip_invoice_amounts iva'); + $this->db->join ('ip_invoices iv','iva.invoice_id = iv.invoice_id'); + $this->db->join ('ip_clients ic','iv.client_id = ic.client_id','left'); + $this->db->join ('T_Bankinvoicereport BI','iv.invoice_number = BI.invoiceno and BI.IsActive= 1','left'); + $this->db->where('iv.invoice_status_id','2'); + $this->db->where('iv.receivedstatus !=','ST065'); + // $this->db->where('BI.IsActive',1); + if ($fdate and $tdate != ''){ + $fromdate= date("Y-m-d",strtotime($fdate)); + $todate=date("Y-m-d",strtotime($tdate)); + $date = "date(iv.invoice_date_created) >= '".$fromdate."' + and date(iv.invoice_date_created) <= '".$todate."'"; + $this->db->where($date); + } + if ($Customer != ''){ + $this->db->where('ic.client_id',$Customer); + } + $this->db->group_by('iva.invoice_id'); + $query = $this->db->get(); + + return $query->result(); + + } + function debitbankstatemet($SupplierName,$fdate,$tdate) + { + + + $sql="select pono,igrn,potype,date_format(created_date,'%d-%m-%Y') as created_date,date_format(materialrcvddate,'%d-%m-%Y') as materialrcvddate,supplier_name,sid,Balancetopay,Amountpaid, + sum(total) as total,file,ifile + from bankdebit + where status != 'ST030' and PaymentStatus != 'ST070'"; + + + + if ($SupplierName!= ''){ + + $sql.="and supplier_name = '".$SupplierName."'"; + + } + + + if ($fdate and $tdate != ''){ + $fromd= date("Y-m-d",strtotime($fdate)); + $tod=date("Y-m-d",strtotime($tdate)); + + $sql.="and date(MaterialRcvdDate) >= '".$fromd."' + and date(MaterialRcvdDate) <= '".$tod."'"; + + } + + $sql.="group by igrn"; + $query = $this->db->query($sql); + return $query->result(); + + + } + function supplierledger($suppliername,$fdate,$tdate,$fa,$aa,$m) + { + + + $sql="select date,igrn,ID,narration,sid,supplier_name,amountpaid, + sum(total) as total + from ledgersupplier + where ID != 'null' and Status != 'ST030'"; + + + + if ($suppliername!= ''){ + + $sql.="and sid = '".$suppliername."'"; + + } + + + if ($fa and $aa != ''){ + + //$sql.=" and (im.CreatedDate >= '".$fa."-04-01' and im.CreatedDate <= '".$aa."-03-31')"; + $sql.=" and (date >= '".$fa."-04-01' and date <= '".$aa."-03-31')"; + + } + if ($m!= ''){ + + //$sql.="and monthname(im.CreatedDate) = '".$m."'"; + $sql.="and monthname(date) = '".$m."'"; + + } + + + if ($fdate and $tdate != ''){ + $fromd= date("Y-m-d",strtotime($fdate)); + $tod=date("Y-m-d",strtotime($tdate)); + + $sql.="and date(date) >= '".$fromd."' + and date(date) <= '".$tod."'"; + + + } + + $sql.="group by date asc"; + $query = $this->db->query($sql); + return $query->result(); + + + } + function customerledger($customer,$fdate,$tdate,$fa,$aa,$m) + { + + + $sql="select date,id,amount,invoice_number,invoice_status_id,customername,customerid,payment + from ledgercustomer + where invoice_number != '' "; + + + + if ($customer!= ''){ + + $sql.="and customerid = '".$customer."'"; + + } + + if ($fa and $aa != ''){ + + //$sql.=" and (im.CreatedDate >= '".$fa."-04-01' and im.CreatedDate <= '".$aa."-03-31')"; + $sql.=" and (date >= '".$fa."-04-01' and date <= '".$aa."-03-31')"; + + } + if ($m!= ''){ + + //$sql.="and monthname(im.CreatedDate) = '".$m."'"; + $sql.="and monthname(date) = '".$m."'"; + + } + + + if ($fdate and $tdate != ''){ + $fromd= date("Y-m-d",strtotime($fdate)); + $tod=date("Y-m-d",strtotime($tdate)); + + $sql.="and date(date) >= '".$fromd."' + and date(date) <= '".$tod."'"; + + + } + + + + + $sql.="order by date asc"; + $query = $this->db->query($sql); + return $query->result(); + + + } + function openingbalance($customer,$fdate,$tdate,$fa,$aa,$m) + { + // echo $customer; + //echo $fdate; + //echo $tdate; + // echo $fa; + // echo $aa; + // echo $m; + // die(); + $sql="select date as date,sum(payment) as payment + from ledgercustomer + where invoice_number != 'null' "; + + + if ($customer!= ''){ + + $sql.="and customerid = '".$customer."'"; + + } + + if ($fa and $aa != ''){ + + //$sql.=" and (im.CreatedDate >= '".$fa."-04-01' and im.CreatedDate <= '".$aa."-03-31')"; + $sql.=" and (date >= '".$fa."-04-01' and date <= '".$aa."-03-31')"; + + } + if ($m!= ''){ + + //$sql.="and monthname(im.CreatedDate) = '".$m."'"; + $sql.="and monthname(date) >= '".$m."'"; + + } + + if ($fdate and $tdate != ''){ + $fromd= date("Y-m-d",strtotime($fdate)); + $tod=date("Y-m-d",strtotime('01-04-2018')); + + $sql.="and date(date) >= '".$tod."' + and date(date) <= '".$fromd."'"; + //$sql.="and date('2018-04-01') <= '".$fromd."'"; + + + } + $query = $this->db->query($sql); + // print_r($this->db->last_query()); + // die(); + + return $query->result(); + } + function openingbalancesupplier($customer,$fdate,$tdate,$fa,$aa,$m) + { + + + $sql="select date as date,sum(amountpaid) as amountpaid + from ledgersupplier + where ID != 'null' "; + + + if ($customer!= ''){ + + $sql.="and customerid = '".$customer."'"; + + } + + if ($fa and $aa != ''){ + + //$sql.=" and (im.CreatedDate >= '".$fa."-04-01' and im.CreatedDate <= '".$aa."-03-31')"; + $sql.=" and (date >= '".$fa."-04-01' and date <= '".$aa."-03-31')"; + + } + if ($m!= ''){ + + //$sql.="and monthname(im.CreatedDate) = '".$m."'"; + $sql.="and monthname(date) >= '".$m."'"; + + } + + if ($fdate and $tdate != ''){ + $fromd= date("Y-m-d",strtotime($fdate)); + $tod=date("Y-m-d",strtotime('01-04-2018')); + + $sql.="and date(date) >= '".$tod."' + and date(date) <= '".$fromd."'"; + //$sql.="and date('2018-04-01') <= '".$fromd."'"; + + + } + $query = $this->db->query($sql); + // print_r($this->db->last_query()); + // die(); + + return $query->result(); + } + function receivedamount($Customer,$fdate,$tdate) + { + // $status='ST065'; + // $this->db->distinct(); + $this->db->select('BI.balancetoreceived,BI.amountreceived'); + $this->db->from ('T_Bankinvoicereport BI'); + //$this->db->where('BI.IsActive',1); + if ($fdate and $tdate != ''){ + $fromdate= date("Y-m-d",strtotime($fdate)); + $todate=date("Y-m-d",strtotime($tdate)); + $date = "date(BI.BankDate) >= '".$fromdate."' + and date(BI.BankDate) <= '".$todate."'"; + $this->db->where($date); + } + if ($Customer != ''){ + $this->db->where('BI.client_id',$Customer); + } + $this->db->group_by('BI.invoiceno'); + //$this->db->where('inc.type','PAYMENT'); + //print_r($this->db->last_query()); + //die(); + $query = $this->db->get(); + + return $query->result(); + + } + +function receiptdata() + { + + $this->db->distinct(); + $this->db->select('inc.type,inc.date,inc.account_code,inc.towhom,inc.total'); + $this->db->from ('t_income_expense inc'); + $this->db->where('inc.type','RECEIPT'); + $query = $this->db->get(); + return $query->result(); + + } + function paymentdata() + { + + $this->db->distinct(); + $this->db->select('inc.type,inc.date,inc.account_code,inc.towhom,inc.total'); + $this->db->from ('t_income_expense inc'); + //$this->db->group_by('inc.account_code'); + //$this->db->where('inc.type','PAYMENT'); + $query = $this->db->get(); + return $query->result(); + + } + + + + function debitimage($igrno,$pono) + { + + $this->db->select('*'); + $this->db->from ('T_PurchaseOrder_BillUpload'); + $this->db->where('IGRNO != "" '); + $this->db->where('IGRNO',$igrno); + $this->db->or_where('PONO',$pono); + $query = $this->db->get(); + $result = $query->result(); + // print_r($result);die; + return $result; + + } + + + + function debitpolistfilter($supplierID,$fa,$aa,$m,$fdate,$tdate) + { + $this->db->select('bm.id,bm.mid,bm.PONO,bm.Suppliername,bm.Totalpoamount,bm.Podate,bm.BankDate, + bm.Balancetopay,bm.Amountpaid,bm.IGRNO,bm.IGRLineItemNo,br.Balancetocleared,br.Clearbalance, + inward.FilePath as igrfile,bu.FilePath as pofile'); + $this->db->from ('T_Bankmappingpo bm'); + // $this->db->join('T_IGR_Details igr','igr.IGRItemNo=bm.IGRLineItemNo'); + $this->db->join('T_Inwardgateregister_fileupload inward','inward.IGRNO =bm.IGRNO','left'); + $this->db->join('T_PurchaseOrder_BillUpload bu','bm.PONO=bu.PONO','left'); + $this->db->join('T_bankreport br','br.ID=bm.mid','left'); + $this->db->where('bm.SupplierID',$supplierID); + $this->db->where('bm.IsActive',1); + // $this->db->where('igr.BankStatus !=',ST072); + $this->db->order_by('bm.IGRNO'); + if ($fa and $aa != ''){ + + //$sql.=" and (im.CreatedDate >= '".$fa."-04-01' and im.CreatedDate <= '".$aa."-03-31')"; + $year="(bm.BankDate >= '".$fa."-04-01' and bm.BankDate <= '".$aa."-03-31')"; + $this->db->where($year); + } + if ($m!= ''){ + //$this->db->where('MONTH(pel.tgl_pembelian)',$bulan); + $month="monthname(bm.BankDate) = '".$m."'"; + $this->db->where($month); + // $sql.="and monthname(bm.Podate) = '".$m."'"; + + } + if ($fdate and $tdate != ''){ + $fromdate= date("Y-m-d",strtotime($fdate)); + $todate=date("Y-m-d",strtotime($tdate)); + $date = "date(bm.BankDate) >= '".$fromdate."' + and date(bm.BankDate) <= '".$todate."'"; + $this->db->where($date); + } + $this->db->group_by('bm.id'); + $query = $this->db->get(); + return $query->result(); + + } + + + function igrmastersingle($igrno,$pono) + { + $this->db->distinct(); + $this->db->select('IGRNO,file,PONO as pono'); + $this->db->from('T_IGR_Master'); + if(!empty($igrno) && !empty($pono)){ + $this->db->where('PONO',$pono); + $this->db->where('IGRNO',$igrno); + }else if(!empty($pono)){ + $this->db->where('PONO',$pono); + $this->db->where('IGRNO != ""'); + }else{ + $this->db->where('IGRNO',$IGRNO); + } + + $query = $this->db->get(); + return $query->result(); + } + function igrmastermultiple($igrno,$pono) + { + $this->db->distinct(); + $this->db->select('BillNo,IGRNO,FilePath,PONO'); + $this->db->from('T_Inwardgateregister_fileupload'); + if(!empty($igrno) && !empty($pono)){ + $this->db->where('PONO',$pono); + $this->db->where('IGRNO',$igrno); + }else if(!empty($pono)){ + $this->db->where('PONO',$pono); + $this->db->where('IGRNO != ""'); + }else{ + $this->db->where('IGRNO',$IGRNO); + } + $query = $this->db->get(); + return $query->result(); + + } + function igrmastermultiple1($igrno,$pono) + { + + + $this->db->select('BillNo,IGRNO,FilePath,PONO'); + $this->db->from('T_Inwardgateregister_fileupload'); + // if(!empty($igrno) && !empty($pono)){ + // $this->db->where('PONO',$pono); + $this->db->where('IGRNO',$igrno); + // }else if(!empty($pono)){ + // $this->db->where('PONO',$pono); + // $this->db->where('IGRNO != ""'); + // }else{ + //$this->db->where('IGRNO',$IGRNO); + // } + $query = $this->db->get(); + return $query->result(); + + } + function debitpolist($bankid) + { + $this->db->select('bp.id,bp.mid,igrm.MaterialRcvdDate,bp.PONO,bp.Suppliername,bp.Totalpoamount,br.Debit,bp.Balancetopay,bp.Amountpaid,bp.IGRNO,bp.IGRLineItemNo,igrm.file,bu.FilePath,inward.FilePath as Fpath,bp.IsActive'); + $this->db->from ('T_Bankmappingpo bp'); + $this->db->join ('T_IGR_Master igrm','bp.IGRNO = igrm.IGRNO','left'); + $this->db->join ('T_PurchaseOrder_BillUpload bu','bu.PONO = bp.PONO','left'); + $this->db->join('T_Inwardgateregister_fileupload inward','inward.IGRNO =igrm.IGRNO','left'); + $this->db->join ('T_bankreport br','br.ID=bp.mid'); + $this->db->where('bp.IsActive',1); + $this->db->where('bp.mid',(int)$bankid); + // $this->db->where('igrde.BankStatus !=','ST072'); + $this->db->group_by('bp.id'); + $this->db->order_by('bp.IGRNO'); + $query = $this->db->get(); + + return $query->result(); + + } + + + function creditinvoicelist($bankid) + { + + $this->db->select('bm.indate,bm.invoiceno,bm.customername,bm.totinvoiceamount,bm.bankid, + bm.balancetoreceived,bm.amountreceived,bm.ID,br.Credit,br.cclearbalance,br.cbalancetocleared,bm.IsActive'); + $this->db->from ('T_Bankmappingiv bm'); + $this->db->join('T_bankreport br','br.ID=bm.bankid'); + $this->db->where('bm.bankid',(int)$bankid); + $this->db->where('bm.IsActive',1); + $this->db->group_by('bm.ID'); + //$this->db->group_by('invoiceno'); + $query = $this->db->get(); + // $str = $this->db->last_query(); + // print_r($str); + + //print_r($query); + return $query->result(); + + } + function creditinvoicelistfilter($clientid,$fdate,$tdate,$fa,$aa,$m) + + { + + $this->db->select('bm.ID,bm.indate,bm.invoiceno,bm.customername,bm.totinvoiceamount,bm.bankid, + bm.balancetoreceived,bm.amountreceived,br.cclearbalance,br.cbalancetocleared,bm.BankDate'); + $this->db->from ('T_Bankmappingiv bm'); + $this->db->join('ip_invoices iv','iv.invoice_number=bm.invoiceno'); + $this->db->join ('ip_clients ic','ic.client_name = bm.customername','left'); + $this->db->join('T_bankreport br','br.ID = bm.bankid'); + $this->db->where('bm.IsActive',1); + $this->db->where('bm.customerid',$clientid); + $this->db->where('iv.receivedstatus !=',ST066); + if ($fa and $aa != ''){ + + //$sql.=" and (im.CreatedDate >= '".$fa."-04-01' and im.CreatedDate <= '".$aa."-03-31')"; + $year="(bm.BankDate >= '".$fa."-04-01' and bm.BankDate <= '".$aa."-03-31')"; + $this->db->where($year); + } + if ($m!= ''){ + + //$sql.="and monthname(im.CreatedDate) = '".$m."'"; + $month="monthname(bm.BankDate) = '".$m."'"; + $this->db->where($month); + + } + if($fdate!='' && $tdate!='') + { + $this->db->where('bm.BankDate BETWEEN "'. date('Y-m-d', strtotime($fdate)). '" and "'. date('Y-m-d', strtotime($tdate)).'"'); + } + + //$this->db->group_by('invoiceno'); + + $query = $this->db->get(); + return $query->result(); + + } + function uncreditinvoicelistfilter($client,$fdate,$tdate,$fa,$aa,$m) + + { + $this->db->select('iva.invoice_id,iva.invoice_total,iv.invoice_date_created,iv.invoice_number,iva.invoice_paid,ic.client_id,ic.client_name,BI.balancetoreceived,BI.amountreceived'); + $this->db->from ('ip_invoice_amounts iva'); + $this->db->join ('ip_invoices iv','iva.invoice_id = iv.invoice_id'); + $this->db->join ('ip_clients ic','iv.client_id = ic.client_id','left'); + $this->db->join ('T_Bankinvoicereport BI',' iv.invoice_number =BI.invoiceno','left'); + $this->db->where('iv.invoice_status_id','2'); + $this->db->where('iv.receivedstatus',ST066); + $this->db->where('ic.client_id',$client); + if ($fa and $aa != ''){ + + //$sql.=" and (im.CreatedDate >= '".$fa."-04-01' and im.CreatedDate <= '".$aa."-03-31')"; + $year="(iv.invoice_date_created >= '".$fa."-04-01' and iv.invoice_date_created <= '".$aa."-03-31')"; + $this->db->where($year); + } + if ($m!= ''){ + + //$sql.="and monthname(im.CreatedDate) = '".$m."'"; + $month="monthname(iv.invoice_date_created) = '".$m."'"; + $this->db->where($month); + + } + if($fdate!='' && $tdate!='') + { + $this->db->where('iv.invoice_date_created BETWEEN "'. date('Y-m-d', strtotime($fdate)). '" and "'. date('Y-m-d', strtotime($tdate)).'"'); + } + // $this->db->group_by('iva.invoice_id'); + //$this->db->where('inc.type','PAYMENT'); + $query = $this->db->get(); + return $query->result(); + + + } + //for cashbook edit screen and update bankreport// + function invoiceamonut($bankid) + { + $this->db->select('sum(bm.amountreceived)as amountreceived'); + $this->db->from ('T_Bankmappingiv bm'); + $this->db->where('bm.bankid',(int)$bankid); + $this->db->where('bm.IsActive',1); + //$this->db->group_by('bm.ID'); + $query = $this->db->get(); + return $query->result(); + + } + //for cashbook edit screen and update bankreport// + function poamonut($bankid) + { + $this->db->select('sum(Amountpaid)as amountpaid'); + $this->db->from ('T_Bankmappingpo'); + $this->db->where('mid',$bankid); + $this->db->where('IsActive',1); + //$this->db->group_by('invoiceno'); + $query = $this->db->get(); + return $query->result(); + + } + function cashbookamount($bankid) + { + $this->db->select('sum(total)as total'); + $this->db->from ('t_income_expense'); + $this->db->where('bankid',$bankid); + $this->db->where('IsActive',1); + //$this->db->group_by('invoiceno'); + $query = $this->db->get(); + return $query->result(); + + } + + function mappingcash($accountcode,$fa,$aa,$m,$fdate,$tdate) + { + $this->db->select('ie.date,ie.bankid,ie.cashtype,ie.amounttype,ie.total,ac.name,totalbankamount,ie.id,sd.SupplierName'); + $this->db->from ('t_income_expense as ie'); + $this->db->join ('t_accountcode ac ','ac.code = ie.account_code','left'); + $this->db->join ('T_SupplierDetailsN sd ','sd.SupplierID = ie.Supplier_id','left'); + $this->db->where('ie.account_code',$accountcode); + $this->db->where('ie.amounttype','DEBIT'); + $this->db->where('ie.IsActive',1); + if ($fa and $aa != ''){ + + //$sql.=" and (im.CreatedDate >= '".$fa."-04-01' and im.CreatedDate <= '".$aa."-03-31')"; + $year="(ie.date >= '".$fa."-04-01' and ie.date <= '".$aa."-03-31')"; + $this->db->where($year); + } + if ($m!= ''){ + //$this->db->where('MONTH(pel.tgl_pembelian)',$bulan); + $month="monthname(ie.date) = '".$m."'"; + $this->db->where($month); + // $sql.="and monthname(bm.Podate) = '".$m."'"; + + } + if ($fdate and $tdate != ''){ + $fromdate= date("Y-m-d",strtotime($fdate)); + $todate=date("Y-m-d",strtotime($tdate)); + $date = "date(ie.date) >= '".$fromdate."' + and date(ie.date) <= '".$todate."'"; + $this->db->where($date); + } + + $query = $this->db->get(); + return $query->result(); + + } + function mappingcashbankid($bankid) + { + $this->db->select('ie.date,ie.bankid,ie.cashtype,ie.amounttype,ie.total,ac.name,totalbankamount,ie.id'); + $this->db->from ('t_income_expense as ie'); + $this->db->join ('t_accountcode ac ','ac.code = ie.account_code','left'); + $this->db->where('ie.bankid',(int)$bankid); + $this->db->where('ie.amounttype','DEBIT'); + $this->db->where('IsActive',1); + //$this->db->group_by('mid'); + $query = $this->db->get(); + return $query->result(); + + } + function mappingcashcreditbankid($bankid) + { + $this->db->select('ie.date,ie.bankid,ie.cashtype,ie.amounttype,ie.total,ac.name,totalbankamount,ie.id'); + $this->db->from ('t_income_expense as ie'); + $this->db->join ('t_accountcode ac ','ac.code = ie.account_code','left'); + $this->db->where('ie.bankid',(int)$bankid); + $this->db->where('ie.amounttype','CREDIT'); + $this->db->where('ie.IsActive',1); + //$this->db->group_by('mid'); + $query = $this->db->get(); + return $query->result(); + + } + function mappingcashreceived($accountcode,$fa,$aa,$m,$fdate,$tdate) + { + + $this->db->select('ie.date,ie.bankid,ie.cashtype,ie.amounttype,ie.total,ac.name,totalbankamount,ie.id,sd.SupplierName'); + $this->db->from ('t_income_expense as ie'); + $this->db->join ('t_accountcode ac ','ac.code = ie.account_code','left'); + $this->db->join ('T_SupplierDetailsN sd ','sd.SupplierID = ie.Supplier_id','left'); + $this->db->where('ie.account_code',$accountcode); + $this->db->where('ie.amounttype','CREDIT'); + $this->db->where('ie.IsActive',1); + if ($fa and $aa != ''){ + + //$sql.=" and (im.CreatedDate >= '".$fa."-04-01' and im.CreatedDate <= '".$aa."-03-31')"; + $year="(ie.date >= '".$fa."-04-01' and ie.date <= '".$aa."-03-31')"; + $this->db->where($year); + } + if ($m!= ''){ + //$this->db->where('MONTH(pel.tgl_pembelian)',$bulan); + $month="monthname(ie.date) = '".$m."'"; + $this->db->where($month); + // $sql.="and monthname(bm.Podate) = '".$m."'"; + + } + if ($fdate and $tdate != ''){ + $fromdate= date("Y-m-d",strtotime($fdate)); + $todate=date("Y-m-d",strtotime($tdate)); + $date = "date(ie.date) >= '".$fromdate."' + and date(ie.date) <= '".$todate."'"; + $this->db->where($date); + } + //$this->db->group_by('mid'); + $query = $this->db->get(); + return $query->result(); + + } + function mappingcashfilter($accountcode,$fa,$aa,$m,$fdate,$tdate) + { + $this->db->select('ie.date,ie.bankid,ie.cashtype,ie.amounttype,ie.total,ac.name,totalbankamount,ie.id'); + $this->db->from ('t_income_expense as ie'); + $this->db->join ('t_accountcode ac ','ac.code = ie.account_code','left'); + $this->db->where('ie.account_code',$accountcode); + $this->db->where('ie.amounttype','DEBIT'); + $this->db->where('IsActive',1); + if ($fa and $aa != ''){ + + //$sql.=" and (im.CreatedDate >= '".$fa."-04-01' and im.CreatedDate <= '".$aa."-03-31')"; + $year="(ie.date >= '".$fa."-04-01' and ie.date <= '".$aa."-03-31')"; + $this->db->where($year); + } + if ($m!= ''){ + //$this->db->where('MONTH(pel.tgl_pembelian)',$bulan); + $month="monthname(ie.date) = '".$m."'"; + $this->db->where($month); + // $sql.="and monthname(bm.Podate) = '".$m."'"; + + } + if ($fdate and $tdate != ''){ + $fromdate= date("Y-m-d",strtotime($fdate)); + $todate=date("Y-m-d",strtotime($tdate)); + $date = "date(ie.date) >= '".$fromdate."' + and date(ie.date) <= '".$todate."'"; + $this->db->where($date); + } + + $query = $this->db->get(); + return $query->result(); + + } + function mappingcashreceivedfilter($accountcode,$fa,$aa,$m,$fdate,$tdate) + { + $this->db->select('ie.date,ie.bankid,ie.cashtype,ie.amounttype,ie.total,ac.name,totalbankamount,ie.id'); + $this->db->from ('t_income_expense as ie'); + $this->db->join ('t_accountcode ac ','ac.code = ie.account_code','left'); + $this->db->where('ie.account_code',$accountcode); + $this->db->where('ie.amounttype','CREDIT'); + $this->db->where('IsActive',1); + if ($fa and $aa != ''){ + + //$sql.=" and (im.CreatedDate >= '".$fa."-04-01' and im.CreatedDate <= '".$aa."-03-31')"; + $year="(ie.date >= '".$fa."-04-01' and ie.date <= '".$aa."-03-31')"; + $this->db->where($year); + } + if ($m!= ''){ + //$this->db->where('MONTH(pel.tgl_pembelian)',$bulan); + $month="monthname(ie.date) = '".$m."'"; + $this->db->where($month); + // $sql.="and monthname(bm.Podate) = '".$m."'"; + + } + if ($fdate and $tdate != ''){ + $fromdate= date("Y-m-d",strtotime($fdate)); + $todate=date("Y-m-d",strtotime($tdate)); + $date = "date(ie.date) >= '".$fromdate."' + and date(ie.date) <= '".$todate."'"; + $this->db->where($date); + } + + $query = $this->db->get(); + return $query->result(); + + } + function newcashbook() + { + $this->db->select('cdate,mid,btype,amount,boption,mappingamount,totalamount,amounttype,alreadycreditpaid'); + $this->db->from ('T_Bankmappingcashbook'); + //$this->db->where('mid',$bankid); + + //$this->db->group_by('mid'); + $query = $this->db->get(); + return $query->result(); + + } + + function debitlistpo($pono) + { + $this->db->select('bmp.mid,bmp.PONO,bmp.IGRLineItemNo,bmp.Amountpaid,br.Narration'); + $this->db->from ('T_Bankmappingpo as bmp'); + $this->db->join('T_bankreport br','br.ID = bmp.mid'); + $this->db->where('bmp.PONO',$pono); + $this->db->where('bmp.IsActive',1); + $query = $this->db->get(); + return $query->result(); + } + + function creditlistinv($invno) + { + $this->db->select('bmp.bankid,bmp.invoiceno,bmp.amountreceived,br.Narration'); + $this->db->from ('T_Bankmappingiv as bmp'); + $this->db->join('T_bankreport br','br.ID = bmp.bankid'); + $this->db->where('invoiceno',$invno); + $this->db->where('bmp.IsActive',1); + //$this->db->group_by('invoiceno'); + $query = $this->db->get(); + return $query->result(); + + } + + function getsupplier() + { + $this->db->select('SupplierName,SupplierID'); + $this->db->from('T_SupplierDetailsN'); + //$this->db->join('t_accountcode','t_income_expense.account_code=t_accountcode.code'); + //$this->db->where('t_income_expense.id') + $r = $this->db->get(); + return $r->result(); + + } + + function checkMerchant($mer){ + + $temp[] = '' ; + $this->db->distinct(); + $this->db->select('SupplierID,SupplierName'); + $this->db->from('T_SupplierDetailsN'); + $this->db->like('SupplierName',$mer); + $query = $this->db->get(); + + $temparr[] = '' ; + foreach($query->result() as $arr){ + $temparr[] = $arr->SupplierName; + } + $temp['suggestions'] = $temparr; + + return $temp; + } + + function getsupp_dtls($s){ + $this->db->select('GSTNO'); + $this->db->from('T_SupplierDetailsN'); + $this->db->where('SupplierName',$s); + $r = $this->db->get(); + return $r->result(); + } + + function getcustomer() + { + $this->db->select('client_name,client_id'); + $this->db->from('ip_clients'); + //$this->db->join('t_accountcode','t_income_expense.account_code=t_accountcode.code'); + //$this->db->where('t_income_expense.id') + $r = $this->db->get(); + return $r->result(); + + } + function invoicedata($invoicedata) + { + $this->db->insert('T_Bankinvoicereport',$invoicedata); + // $this->db->where('PONO',$pono); + $r = $this->db->affected_rows(); + return $r; + } + function bankporeportdata($igrdata) + { + $this->db->insert('T_Bankporeport',$igrdata); + // $this->db->where('PONO',$pono); + $r = $this->db->affected_rows(); + return $r; + } + // function invicedata($invoicedata) + // { + // $this->db->insert('T_Bankinvoicereport',$invoicedata); + // $r = $this->db->affected_rows(); + // return $r; + // } + function mappingpo($igrdata1) + { + + $this->db->insert('T_Bankmappingpo',$igrdata1); + // $this->db->where('PONO',$pono); + $r = $this->db->affected_rows(); + return $r; + } + function mappinginvoice($invoicedata) + { + $this->db->insert('T_Bankmappingiv',$invoicedata); + // $this->db->where('PONO',$pono); + $r = $this->db->affected_rows(); + return $r; + } + + + public function getigrno($igrno) + { + $this->db->select('igrno'); + $this->db->from('T_Bankporeport'); + $this->db->where('IGRNO',$igrno); + $query = $this->db->get(); + // print_r( $this->db->last_query()); + return $query->result(); + + } + public function invoiceupdate($invid) + { + $this->db->select('invoiceno'); + $this->db->from('T_Bankinvoicereport'); + $this->db->where('invoiceno',$invid); + $query = $this->db->get(); + // print_r( $this->db->last_query()); + return $query->result(); + + } + public function bankid($pono) + { + $this->db->select('PONO'); + $this->db->from('T_Bankporeport'); + $this->db->where('PONO ',$pono); + $query = $this->db->get(); + // print_r( $this->db->last_query()); + return $query->result(); + + } + public function cashbankupdate($cashbookstatus,$bankid) + { + // echo $bankid; + $this->db->where('ID',$bankid); + $this->db->update('T_bankreport',$cashbookstatus); + return TRUE; + + } + function cashcreditupdate($cashbookstatus1,$bankid) + { + + $this->db->where('ID',$bankid); + $this->db->update('T_bankreport',$cashbookstatus1); + return TRUE; + } + public function bankupdate($bankdata,$bankid) + { + $this->db->where('ID ',$bankid); + $this->db->update('T_bankreport',$bankdata); + return TRUE; + + } + public function bankcreditupdate($bankcreditdata,$bankid) + { + + + $this->db->where('ID ',$bankid); + $this->db->update('T_bankreport',$bankcreditdata); + + // print_r( $this->db->last_query()); + return TRUE; + + } + public function getearlyamount($igrno) + { + $this->db->select('Amountpaid'); + $this->db->from('T_Bankporeport'); + $this->db->where('IGRNO ',$igrno); + $query = $this->db->get(); + // print_r( $this->db->last_query()); + return $query->result(); + + } + public function getearlyamountcredit($invid) + { + $this->db->select('amountreceived'); + $this->db->from('T_Bankinvoicereport'); + $this->db->where('invoiceno ',$invid); + $query = $this->db->get(); + // print_r( $this->db->last_query()); + return $query->result(); + + } + public function getearlymappingiv($invid) + { + $this->db->select('sum(amountreceived) as amountreceived'); + $this->db->from('T_Bankmappingiv'); + $this->db->where('invoiceno',$invid); + $this->db->where('IsActive',1); + $query = $this->db->get(); + // print_r( $this->db->last_query()); + return $query->result(); + + } + public function getalreadypaid($bankid) + { + $this->db->select('Clearbalance'); + $this->db->from('T_bankreport'); + $this->db->where('ID ',$bankid); + $query = $this->db->get(); + // print_r( $this->db->last_query()); + return $query->result(); + + } + public function getalreadyreceived($bankid) + { + $this->db->select('cclearbalance'); + $this->db->from('T_bankreport'); + $this->db->where('ID ',$bankid); + $query = $this->db->get(); + // print_r( $this->db->last_query()); + return $query->result(); + + } + + public function bankporeportupdate($igrdata,$igrno) + { + + $this->db->where('IGRNO',$igrno); + $this->db->update('T_Bankporeport',$igrdata); + + return TRUE; + } + public function invoiceupdate1($invoicedata,$invid) + { + //print_r($invoicedata); + //print_r($invid); + $this->db->where('invoiceno',$invid); + $this->db->update('T_Bankinvoicereport',$invoicedata); + + return TRUE; + } + + function paided($supplierid,$fa,$aa,$m,$fdate,$tdate) + { + $this->db->select('bm.id,bm.mid,bm.PONO,bm.Suppliername,bm.Totalpoamount,bm.Podate,bm.BankDate, + bm.Balancetopay,bm.Amountpaid,bm.IGRNO,bm.IGRLineItemNo,br.Balancetocleared,br.Clearbalance, + inward.FilePath as igrfile,bu.FilePath pofile'); + $this->db->from ('T_Bankmappingpo bm'); + //$this->db->join('T_IGR_Details igr','igr.IGRItemNo=bm.IGRLineItemNo'); + $this->db->join('T_Inwardgateregister_fileupload inward','inward.IGRNO =bm.IGRNO','left'); + $this->db->join('T_PurchaseOrder_BillUpload bu','bm.PONO=bu.PONO','left'); + $this->db->join('T_bankreport br','br.ID=bm.mid','left'); + $this->db->where('bm.SupplierID',$supplierid); + $this->db->where('bm.IsActive',1); + // $this->db->where('igr.BankStatus !=',ST072); + $this->db->order_by('bm.IGRNO'); + if ($fa and $aa != ''){ + + //$sql.=" and (im.CreatedDate >= '".$fa."-04-01' and im.CreatedDate <= '".$aa."-03-31')"; + $year="(bm.BankDate >= '".$fa."-04-01' and bm.BankDate <= '".$aa."-03-31')"; + $this->db->where($year); + } + if ($m!= ''){ + //$this->db->where('MONTH(pel.tgl_pembelian)',$bulan); + $month="monthname(bm.BankDate) = '".$m."'"; + $this->db->where($month); + // $sql.="and monthname(bm.Podate) = '".$m."'"; + + } + if ($fdate and $tdate != ''){ + $fromdate= date("Y-m-d",strtotime($fdate)); + $todate=date("Y-m-d",strtotime($tdate)); + $date = "date(bm.BankDate) >= '".$fromdate."' + and date(bm.BankDate) <= '".$todate."'"; + $this->db->where($date); + } + $this->db->group_by('bm.id'); + $query = $this->db->get(); + return $query->result(); + + } + function amountpaidsupplierwise() + { + $this->db->select('bm.id,bm.mid,bm.PONO,bm.Suppliername,bm.SupplierID,bm.Totalpoamount,bm.Podate, + bm.Balancetopay,sum(bm.Amountpaid) as Amountpaid,bm.IGRNO,bm.IGRLineItemNo'); + $this->db->from ('T_Bankmappingpo bm'); + //$this->db->join('T_IGR_Details igr','igr.IGRItemNo=bm.IGRLineItemNo'); + $this->db->where('bm.IsActive',1); + // $this->db->where('igr.BankStatus !=',ST072); + $this->db->group_by('bm.SupplierID'); + $query = $this->db->get(); + return $query->result(); + + } + function amountpaidcashbook() + { + $this->db->select('tac.name,sum(tie.total) as total,tie.account_code'); + $this->db->from ('t_income_expense tie'); + $this->db->join('t_accountcode tac','tac.code=tie.account_code'); + $this->db->where('tie.amounttype','DEBIT'); + $this->db->where('tie.cashtype','Bank'); + $this->db->where('tie.IsActive',1); + //$this->db->where('t_income_expense.account_code !=','ADV001'); + $this->db->group_by('tie.account_code'); + $query = $this->db->get(); + return $query->result(); + + } + function amountreceivedcashbook() + { + $this->db->select('tac.name,sum(tie.total)as total,tie.account_code'); + $this->db->from ('t_income_expense tie'); + $this->db->join('t_accountcode tac','tac.code=tie.account_code'); + $this->db->where('tie.amounttype','CREDIT'); + $this->db->where('tie.IsActive',1); + //$this->db->where('t_income_expense.account_code !=','ADV001'); + $this->db->group_by('tie.account_code'); + $query = $this->db->get(); + return $query->result(); + + } + function amountpaidcashbookfilter($fa,$aa,$m,$fdate,$tdate) + { + //echo $m; + //die(); + $this->db->select('tac.name,sum(tie.total)as total,tie.account_code'); + $this->db->from ('t_income_expense tie'); + $this->db->join('t_accountcode tac','tac.code=tie.account_code'); + $this->db->where('tie.amounttype','DEBIT'); + $this->db->where('tie.cashtype','BANK'); + $this->db->where('tie.IsActive',1); + //$this->db->where('t_income_expense.account_code !=','ADV001'); + if ($fa and $aa != ''){ + + //$sql.=" and (im.CreatedDate >= '".$fa."-04-01' and im.CreatedDate <= '".$aa."-03-31')"; + $year="(tie.date >= '".$fa."-04-01' and tie.date <= '".$aa."-03-31')"; + $this->db->where($year); + } + if ($m!= ''){ + //$this->db->where('MONTH(pel.tgl_pembelian)',$bulan); + $month="monthname(tie.date) = '".$m."'"; + $this->db->where($month); + // $sql.="and monthname(bm.Podate) = '".$m."'"; + + } + if ($fdate and $tdate != ''){ + $fromdate= date("Y-m-d",strtotime($fdate)); + $todate=date("Y-m-d",strtotime($tdate)); + $date = "date(tie.date) >= '".$fromdate."' + and date(tie.date) <= '".$todate."'"; + $this->db->where($date); + } + + $this->db->group_by('tie.account_code'); + $query = $this->db->get(); + return $query->result(); + + } + function amountreceivedcashbookfilter($fa,$aa,$m,$fdate,$tdate) + { + $this->db->select('tac.name,sum(tie.total)as total,tie.account_code'); + $this->db->from ('t_income_expense tie'); + $this->db->join('t_accountcode tac','tac.code=tie.account_code'); + $this->db->where('tie.amounttype','CREDIT'); + $this->db->where('tie.IsActive',1); + //$this->db->where('t_income_expense.account_code !=','ADV001'); + if ($fa and $aa != ''){ + + //$sql.=" and (im.CreatedDate >= '".$fa."-04-01' and im.CreatedDate <= '".$aa."-03-31')"; + $year="(tie.date >= '".$fa."-04-01' and tie.date <= '".$aa."-03-31')"; + $this->db->where($year); + } + if ($m!= ''){ + //$this->db->where('MONTH(pel.tgl_pembelian)',$bulan); + $month="monthname(tie.date) = '".$m."'"; + $this->db->where($month); + // $sql.="and monthname(bm.Podate) = '".$m."'"; + + } + if ($fdate and $tdate != ''){ + $fromdate= date("Y-m-d",strtotime($fdate)); + $todate=date("Y-m-d",strtotime($tdate)); + $date = "date(tie.date) >= '".$fromdate."' + and date(tie.date) <= '".$todate."'"; + $this->db->where($date); + } + + $this->db->group_by('tie.account_code'); + $query = $this->db->get(); + return $query->result(); + + } + + function amountpaidsupplierwisefilter($fa,$aa,$m,$fdate,$tdate) + { + + $this->db->select('bm.id,bm.mid,bm.PONO,bm.Suppliername,bm.SupplierID,sum(bm.Totalpoamount)as Totalpoamount, + bm.Balancetopay,sum(bm.Amountpaid) as Amountpaid,bm.Podate,bm.IGRLineItemNo,bm.BankDate'); + $this->db->from ('T_Bankmappingpo bm'); + $this->db->where('bm.IsActive',1); + + + if ($fa and $aa != ''){ + + $year="(bm.BankDate >= '".$fa."-04-01' and bm.BankDate <= '".$aa."-03-31')"; + $this->db->where($year); + } + if ($m!= ''){ + //$this->db->where('MONTH(pel.tgl_pembelian)',$bulan); + $month="monthname(bm.BankDate) = '".$m."'"; + $this->db->where($month); + // $sql.="and monthname(bm.Podate) = '".$m."'"; + + } + if ($fdate and $tdate != ''){ + $fromdate= date("Y-m-d",strtotime($fdate)); + $todate=date("Y-m-d",strtotime($tdate)); + $date = "date(bm.BankDate) >= '".$fromdate."' + and date(bm.BankDate) <= '".$todate."'"; + $this->db->where($date); + } + + + $this->db->group_by('bm.SupplierID'); + $query = $this->db->get(); + return $query->result(); + + } + // function unpaided() + // { + // // $this->db->select('igd.IGRNO,igd.IGRItemNo,pom.PONO,sm.SupplierName'); + // // $this->db->from('T_IGR_Details igd'); + // // $this->db->join('T_IGR_Master igm','igm.IGRNO=igd.IGRNO'); + // // $this->db->join('T_PurchaseOrder_LineItem poli','igm.PONO= poli.PONO and igd.MaterialCode=poli.MaterialCode'); + // // $this->db->join('T_PurchaseOrder_Master pom','pom.PONO=poli.PONO'); + // // $this->db->join('T_SupplierDetailsN sm','sm.SupplierID=pom.SupplierID'); + // // $this->db->where('igd.BankStatus','ST072'); + // // $query = $this->db->get(); + // // $result = $query->result(); + // // return $result; + + // } + function received($clientid,$fdate,$tdate,$fa,$aa,$m) + { + $this->db->select('bm.indate,bm.BankDate,bm.invoiceno,bm.customername,bm.totinvoiceamount,bm.bankid,bm.customerid, + bm.balancetoreceived,bm.amountreceived,bm.ID,br.Credit,br.cclearbalance,br.cbalancetocleared,bm.IsActive'); + $this->db->from ('T_Bankmappingiv bm'); + $this->db->join('ip_invoices iv','iv.invoice_number=bm.invoiceno'); + $this->db->join('T_bankreport br','br.ID=bm.bankid'); + $this->db->where('bm.IsActive',1); + $this->db->where('bm.customerid',$clientid); + $this->db->where('iv.receivedstatus !=',ST066); + if ($fa and $aa != ''){ + + //$sql.=" and (im.CreatedDate >= '".$fa."-04-01' and im.CreatedDate <= '".$aa."-03-31')"; + $year="(bm.BankDate >= '".$fa."-04-01' and bm.BankDate <= '".$aa."-03-31')"; + $this->db->where($year); + } + if ($m!= ''){ + + //$sql.="and monthname(im.CreatedDate) = '".$m."'"; + $month="monthname(bm.BankDate) = '".$m."'"; + $this->db->where($month); + + } + if($fdate!='' && $tdate!='') + { + $this->db->where('bm.BankDate BETWEEN "'. date('Y-m-d', strtotime($fdate)). '" and "'. date('Y-m-d', strtotime($tdate)).'"'); + } + //$this->db->group_by('invoiceno'); + $query = $this->db->get(); + return $query->result(); + + } + + function creditinvoicesupplierwise() + { + $this->db->select('bm.indate,bm.invoiceno,bm.customername,bm.totinvoiceamount,bm.bankid,ic.client_id,bm.customerid as customerid, + bm.balancetoreceived,sum(bm.amountreceived)as amountreceived,bm.ID,br.Credit,br.cclearbalance,br.cbalancetocleared'); + $this->db->from ('T_Bankmappingiv bm'); + $this->db->join('T_bankreport br','br.ID=bm.bankid'); + $this->db->join('ip_invoices iv','iv.invoice_number=bm.invoiceno'); + $this->db->join('ip_clients ic','ic.client_name=bm.customername','left'); + $this->db->where('bm.IsActive',1); + $this->db->group_by('bm.customerid'); + $this->db->where('iv.receivedstatus !=',ST066); + $query = $this->db->get(); + return $query->result(); + } + function creditinvoicewisefilter($fdate,$tdate,$fa,$aa,$m) + { + $this->db->select('bm.indate,bm.BankDate,bm.invoiceno,bm.customername,bm.customerid as customerid,bm.totinvoiceamount,bm.bankid,ic.client_id, + bm.balancetoreceived,sum(bm.amountreceived)as amountreceived,bm.ID,br.Credit,br.cclearbalance,br.cbalancetocleared'); + $this->db->from ('T_Bankmappingiv bm'); + $this->db->join('ip_invoices iv','iv.invoice_number=bm.invoiceno'); + $this->db->join('T_bankreport br','br.ID=bm.bankid'); + $this->db->join('ip_clients ic','ic.client_name=bm.customername','left'); + $this->db->where('bm.IsActive',1); + $this->db->where('iv.receivedstatus !=',ST066); + + // $this->db->where('bm.customername',$Customer); + if ($fa and $aa != ''){ + + //$sql.=" and (im.CreatedDate >= '".$fa."-04-01' and im.CreatedDate <= '".$aa."-03-31')"; + $year="(bm.BankDate >= '".$fa."-04-01' and bm.BankDate <= '".$aa."-03-31')"; + $this->db->where($year); + + } + if ($m!= ''){ + //$this->db->where('MONTH(pel.tgl_pembelian)',$bulan); + $month="monthname(bm.BankDate) = '".$m."'"; + $this->db->where($month); + // $sql.="and monthname(bm.Podate) = '".$m."'"; + + } + if ($fdate and $tdate != ''){ + $fromdate= date("Y-m-d",strtotime($fdate)); + $todate=date("Y-m-d",strtotime($tdate)); + $date = "date(bm.BankDate) >= '".$fromdate."' + and date(bm.BankDate) <= '".$todate."'"; + $this->db->where($date); + } + + $this->db->group_by('bm.customerid'); + $query = $this->db->get(); + return $query->result(); + } + function unreceived($clientname,$fdate,$tdate,$fa,$aa,$m) + { + $this->db->distinct(); + $this->db->select('iva.invoice_id,iva.invoice_total,iv.invoice_date_created,iv.invoice_number,iva.invoice_paid,ic.client_name,BI.balancetoreceived,BI.amountreceived,ic.client_id'); + $this->db->from ('ip_invoice_amounts iva'); + $this->db->join ('ip_invoices iv','iva.invoice_id = iv.invoice_id','left'); + $this->db->join ('ip_clients ic','iv.client_id = ic.client_id','left'); + $this->db->join ('T_Bankinvoicereport BI',' iv.invoice_number =BI.invoiceno','left'); + $this->db->where('iv.receivedstatus',ST066); + $this->db->where('iv.invoice_status_id','2'); + $this->db->where('ic.client_id',$clientname); + if ($fa and $aa != ''){ + + //$sql.=" and (im.CreatedDate >= '".$fa."-04-01' and im.CreatedDate <= '".$aa."-03-31')"; + $year="(iv.invoice_date_created >= '".$fa."-04-01' and iv.invoice_date_created <= '".$aa."-03-31')"; + $this->db->where($year); + } + if ($m!= ''){ + + //$sql.="and monthname(im.CreatedDate) = '".$m."'"; + $month="monthname(iv.invoice_date_created) = '".$m."'"; + $this->db->where($month); + + } + if($fdate!='' && $tdate!='') + { + $this->db->where('iv.invoice_date_created BETWEEN "'. date('Y-m-d', strtotime($fdate)). '" and "'. date('Y-m-d', strtotime($tdate)).'"'); + } + // $this->db->where('iv.receivedstatus','ST066'); + + $this->db->group_by('iva.invoice_id'); + //$this->db->where('inc.type','PAYMENT'); + $query = $this->db->get(); + return $query->result(); + } + function unreceivedsupplier() + { + + $this->db->select('iva.invoice_id,sum(iva.invoice_total)as invoice_total,iv.invoice_date_created,iv.invoice_number,iva.invoice_paid,ic.client_id,ic.client_name,BI.balancetoreceived,sum(BI.amountreceived)as amountreceived'); + $this->db->from ('ip_invoice_amounts iva'); + $this->db->join ('ip_invoices iv','iva.invoice_id = iv.invoice_id','left'); + $this->db->join ('ip_clients ic','iv.client_id = ic.client_id','left'); + $this->db->join ('T_Bankinvoicereport BI',' iv.invoice_number =BI.invoiceno','left'); + $this->db->where('iv.receivedstatus',ST066); + $this->db->where('iv.invoice_status_id','2'); + + + $this->db->group_by('ic.client_name'); + //$this->db->where('inc.type','PAYMENT'); + $query = $this->db->get(); + return $query->result(); + } + function uncreditinvoicewisefilter($fdate,$tdate,$fa,$aa,$m) + { + + $this->db->select('iva.invoice_id,sum(iva.invoice_total)as invoice_total,iv.invoice_date_created,iv.invoice_number,iva.invoice_paid,ic.client_id,ic.client_name,BI.balancetoreceived,sum(BI.amountreceived)as amountreceived'); + $this->db->from ('ip_invoice_amounts iva'); + $this->db->join ('ip_invoices iv','iva.invoice_id = iv.invoice_id','left'); + $this->db->join ('ip_clients ic','iv.client_id = ic.client_id','left'); + $this->db->join ('T_Bankinvoicereport BI',' iv.invoice_number =BI.invoiceno','left'); + $this->db->where('iv.receivedstatus',ST066); + $this->db->where('iv.invoice_status_id','2'); + + // $this->db->where('bm.customername',$Customer); + if ($fa and $aa != ''){ + + //$sql.=" and (im.CreatedDate >= '".$fa."-04-01' and im.CreatedDate <= '".$aa."-03-31')"; + $year="(iv.invoice_date_created >= '".$fa."-04-01' and iv.invoice_date_created <= '".$aa."-03-31')"; + $this->db->where($year); + + } + if ($m!= ''){ + //$this->db->where('MONTH(pel.tgl_pembelian)',$bulan); + $month="monthname(iv.invoice_date_created) = '".$m."'"; + $this->db->where($month); + // $sql.="and monthname(bm.Podate) = '".$m."'"; + + } + if ($fdate and $tdate != ''){ + $fromdate= date("Y-m-d",strtotime($fdate)); + $todate=date("Y-m-d",strtotime($tdate)); + $date = "date(iv.invoice_date_created) >= '".$fromdate."' + and date(iv.invoice_date_created) <= '".$todate."'"; + $this->db->where($date); + } + + + $this->db->group_by('ic.client_name'); + //$this->db->where('inc.type','PAYMENT'); + $query = $this->db->get(); + return $query->result(); + } + + // function podetailstatus($podetails,$pono) + // { + // echo $igrdetails; + // $this->db->where('PONO',$pono); + // $this->db->update('T_PurchaseOrder_Master',$podetails); + // $r = $this->db->affected_rows(); + // return $r; + + // } + function invoiceamountstatus($invoicemaster,$invid) + { + + $this->db->where('invoice_number',$invid); + $this->db->update('ip_invoices',$invoicemaster); + $r = $this->db->affected_rows(); + return $r; + + } + function igrstatus($igrmaster,$igrno) + { + $this->db->where('IGRNO',$igrno); + $this->db->update('T_IGR_Master',$igrmaster); + $r = $this->db->affected_rows(); + return $r; + + } + + function Cashbook($cashbookdatas) + { + $code=$cashbookdatas['code']; + $type=$cashbookdatas['type']; + + $count=0; + + $this->db->select('count(*) as count'); + $this->db->from('t_accountcode'); + $this->db->where('type',$type); + $this->db->where('code',$code); + + $isExits = $this->db->get(); + $res = $isExits->result_array(); + + + if(!empty($res)) + { + $count = $res[0]['count']; + } + + + if($count == 0 )//for cashbook_insert + { + $cbi = $this->db->insert('t_accountcode', $cashbookdatas); + return $cbi; + } + elseif($count == 1)//for cashbook_update + { + $this->db->where('code',$code); + $cbu = $this->db->update('t_accountcode',$cashbookdatas); + return $cbu; + } + + } + function deletemapping($Bankid,$updateamount,$updatebalancetoclear,$Status) + { + $this->db->set('Clearbalance',$updateamount); + $this->db->set('Balancetocleared',$updatebalancetoclear); + $this->db->set('Status',$Status); + $this->db->where('ID',$Bankid); + $this->db->update('T_bankreport'); + $r = $this->db->affected_rows(); + return $r; + } + function updatebankreportiv($bankid,$bankstatement) + { + $this->db->where('ID',$bankid); + $this->db->update('T_bankreport',$bankstatement); + $r = $this->db->affected_rows(); + return $r; + + } + function IGRStatusUpdate($igrno,$PaymentStatus) + { + + $this->db->set('Paymentstatus',$PaymentStatus); + $this->db->where('IGRNO',$igrno); + $this->db->update('T_IGR_Master'); + $r = $this->db->affected_rows(); + return $r; + } + function deleteBankmappingpo($id,$IsActive) + { + $this->db->set('IsActive',$IsActive); + $this->db->where('id',$id); + $this->db->update('T_Bankmappingpo'); + $r = $this->db->affected_rows(); + return $r; + } + // function updatemappingamount($igrno,$amountpaid) + // { + + // $sql="update T_Bankmappingpo set Balancetopay=$amountpaid+Balancetopay where IGRLineItemNo='$igrno' and + // IsActive='1'"; + // $query = $this->db->query($sql); + // return $query->result(); + + // // $this->db->set('Balancetopay',$amountpaid+'Balancetopay'); + // // //$this->db->set('Balancetopay',$amountpaid); + // // $this->db->where('IGRLineItemNo',$igrno); + // // $this->db->where('IsActive',1); + // // $this->db->update('T_Bankmappingpo'); + // // $r = $this->db->affected_rows(); + // // return $r; + // } + function UpdateIpinvoiceStatus($invoiceno,$receivedstatus) + { + $this->db->set('receivedstatus',$receivedstatus); + $this->db->where('invoice_number',$invoiceno); + $this->db->update('ip_invoices'); + $r = $this->db->affected_rows(); + return $r; + } + + function deletemappinginvoice($mappingid,$IsActive) + { + $this->db->set('IsActive',$IsActive); + $this->db->where('ID',$mappingid); + $this->db->update('T_Bankmappingiv'); + $r = $this->db->affected_rows(); + return $r; + } + // function updatemappinginvoice($invoiceno,$amountreceived) + // { + // $this->db->set('balancetoreceived',$amountreceived+'balancetoreceived'); + // $this->db->where('invoiceno',$invoiceno); + // $this->db->where('IsActive',1); + // $this->db->update('T_Bankmappingiv'); + // $query = $this->db->get(); + // print_r(this->db->last_query()); + // $r = $this->db->affected_rows(); + // return $r; + // } + + function updateBankporeport($igrno,$balancetopayupdate,$amountpaidupdate,$IsAct) + { + $this->db->set('Balancetopay',$balancetopayupdate); + $this->db->set('Amountpaid',$amountpaidupdate); + $this->db->set('IsActive',$IsAct); + $this->db->where('IGRNO',$igrno); + //$this->db->where('mid',$Bankid); + $this->db->update('T_Bankporeport'); + $r = $this->db->affected_rows(); + return $r; + + } + + function updatebankinvoicereport($invoiceno,$balancetoreceivedupdate,$amountreceivedupdate,$IsAct) + { + $this->db->set('balancetoreceived',$balancetoreceivedupdate); + $this->db->set('amountreceived',$amountreceivedupdate); + $this->db->set('IsActive',$IsAct); + $this->db->where('invoiceno',$invoiceno); + //$this->db->where('bankid',$bankid); + $this->db->update('T_Bankinvoicereport'); + $r = $this->db->affected_rows(); + return $r; + } + function gettotalbankmappingpo($id) + { + $this->db->select('sum(Amountpaid)as Amountpaid'); + $this->db->from ('T_Bankmappingpo'); + $this->db->where('id',$id); + $this->db->where('IsActive',1); + //$this->db->group_by('T_Bankmappingpo.IGRLineItemNo'); + $query = $this->db->get(); + return $query->result(); + } + function gettotalbankmappingpocount($igrno) + { + $this->db->select('count(Amountpaid)as countAmountpaid'); + $this->db->from ('T_Bankmappingpo'); + $this->db->where('IGRNO',$igrno); + $this->db->where('IsActive',1); + //$this->db->group_by('T_Bankmappingpo.IGRLineItemNo'); + $query = $this->db->get(); + return $query->result(); + } + function gettotalbankmappinginvoicecount($invoiceno) + { + $this->db->select('count(amountreceived)as countamountreceived'); + $this->db->from ('T_Bankmappingiv'); + $this->db->where('invoiceno',$invoiceno); + $this->db->where('IsActive',1); + //$this->db->group_by('T_Bankmappingpo.IGRLineItemNo'); + $query = $this->db->get(); + return $query->result(); + } + function gettotalbankpoamount($igrno) + { + $this->db->select('Amountpaid,Balancetopay'); + $this->db->from ('T_Bankporeport'); + $this->db->where('IGRNO',$igrno); + $this->db->where('IsActive',1); + //$this->db->group_by('T_Bankmappingpo.IGRLineItemNo'); + $query = $this->db->get(); + return $query->result(); + } + function gettotalbankreceivedamount($invoiceno) + { + $this->db->select('amountreceived,balancetoreceived'); + $this->db->from ('T_Bankinvoicereport'); + $this->db->where('invoiceno',$invoiceno); + $this->db->where('IsActive',1); + //$this->db->group_by('T_Bankmappingpo.IGRLineItemNo'); + $query = $this->db->get(); + return $query->result(); + } + function gettotalbankporeport($igrno) + { + $this->db->select('Amountpaid'); + $this->db->from ('T_Bankporeport'); + $this->db->where('IGRLineItemNo',$igrno); + $this->db->where('IsActive',1); + //$this->db->group_by('T_Bankmappingpo.IGRLineItemNo'); + $query = $this->db->get(); + return $query->result(); + } + function getlatestamount($mappingid,$invoiceno) + { + $this->db->select('min(balancetoreceived)as balancetoreceived'); + $this->db->from ('T_Bankmappingiv'); + $this->db->where('ID',$mappingid); + $this->db->where('invoiceno',$invoiceno); + $this->db->where('IsActive',1); + //$this->db->group_by('T_Bankmappingpo.IGRLineItemNo'); + $query = $this->db->get(); + return $query->result(); + } + function getlatest($invoiceno) + { + $sql="select ID,balancetoreceived from T_Bankmappingiv where invoiceno='$invoiceno' and + ID in(select max(ID) from T_Bankmappingiv group by invoiceno)"; + $query =$this->db->query($sql); + return $query->result(); + } + function deletecashbookdata($Bankid,$updatebankamount,$clearbalance) + { + $this->db->set('Clearbalance',$clearbalance); + $this->db->set('Balancetocleared',$updatebankamount); + $this->db->where('ID',$Bankid); + $this->db->update('T_bankreport'); + $r = $this->db->affected_rows(); + return $r; + } + function deletecashbookdatacredit($Bankid,$updateclearbalance,$updatebalancetoclear) + { + $this->db->set('cclearbalance',$updateclearbalance); + $this->db->set('cbalancetocleared',$updatebalancetoclear); + $this->db->where('ID',$Bankid); + $this->db->update('T_bankreport'); + $r = $this->db->affected_rows(); + return $r; + } + function getaccountcode($accountname) + { + $this->db->select('code'); + $this->db->from ('t_accountcode'); + $this->db->where('name',$accountname); + $query = $this->db->get(); + return $query->result(); + } + function StatusUpadateCashbook($id,$IsActive) + { + $this->db->set('IsActive',$IsActive); + $this->db->where('id',$id); + $this->db->update('t_income_expense'); + $r = $this->db->affected_rows(); + return $r; + } + +} + +?> \ No newline at end of file diff --git a/application/models/models/companydetailsmodel.php b/application/models/models/companydetailsmodel.php new file mode 100644 index 00000000..47235283 --- /dev/null +++ b/application/models/models/companydetailsmodel.php @@ -0,0 +1,165 @@ +db->insert('T_Company_Details', $Company); + $CompID = $this->db->affected_rows(); + return $Company; + } + + + //inserted data into file table// + function filedetails($myfile) + { + $this->db->insert('file',$myfile); + $CompID = $this->db->affected_rows(); + return $myfile; + } + + + //for listing file// + function filelist() + { + $sql=" select ID,filename,filedescription,createdDate from file where isDeleted IS NULL OR isDeleted=0"; + $query = $this->db->query($sql); + return $query->result(); + } + + + //for deleting file// + function deletefile($ID,$userInfo) + { + $this->db->where('ID', $ID); + $this->db->update('file', $userInfo); + return $this->db->affected_rows(); + } + + + + function Updatecompany($Comp, $CompID) + { + $this->db->where('CompID', $CompID); + $this->db->update('T_Company_Details', $Comp); + $this->db->last_query(); + return TRUE; + } + + + function checkPhotoExists($Pic) + { + $this->db->select('ProfilePic'); + $this->db->from('T_Company_Details'); + $this->db->where($Pic); + $query = $this->db->get(); + if ($query->num_rows > 0) { + return $query->result_array(); + } + } + + // updated by // + function companylisting() + { + $this->db->select('com.*,emp.firstname,pmt.PaymentTerms'); + $this->db->from('T_Company_Details com'); + $this->db->join('T_PaymentTerms pmt','com.paymentID = pmt.PaymentID','left'); + $this->db->join('tbl_users as tbl',' com.createdby = tbl.userid','left'); + $this->db->join('T_Employee_Details as emp', 'emp.empid=tbl.empid','left'); + $query = $this->db->get(); + $result = $query->result(); + return $result; + } + + // dropdown for payaple terms @ companydetails// + // function getpayment($Configvalue = '') + // { + // $ConfigID = 'C009'; + // $this->db->select('ConfigValue'); + // $this->db->from('T_ConfigDetails'); + // $this->db->where('Config_ID ',$ConfigID ); + // $query = $this->db->get(); + // return $query->result(); + // } + function getPaymentTerms() + { + $this->db->select('*'); + $this->db->from('T_PaymentTerms'); + $query = $this->db->get(); + $result = $query->result(); + return $result; + } + + + // dropdown for file description @ companydetails// + function getfilename($Configvalue = '') + { + $ConfigID = 'C025'; + $this->db->select('ConfigValue'); + $this->db->from('T_ConfigDetails'); + $this->db->where('Config_ID ',$ConfigID ); + $query = $this->db->get(); + return $query->result(); + } + + + // for display the bankdetails// + function getBankDetails() + { + $this->db->select('*'); + $this->db->from('T_Bank_Details'); + $query = $this->db->get(); + $result = $query->result(); + return $result; + } + + // for add and update the bankdetails// + function BankDetails($Bank) + { + $bankname=$Bank['Bank_name']; + $bankifsc=$Bank['IFSC']; + $count=0; + + $this->db->select('count(*) as count'); + $this->db->from('T_Bank_Details'); + $this->db->where('Bank_name',$bankname); + $this->db->where('IFSC',$bankifsc); + + $isExits = $this->db->get(); + $res = $isExits->result_array(); + + + if(!empty($res)) + { + + $count = $res[0]['count']; + } + + + if($count == 0 ) + { + $i = $this->db->insert('T_Bank_Details', $Bank); + return $i; + + } + elseif($count == 1) + { + $this->db->where('Bank_name',$bankname); + $this->db->where('IFSC',$bankifsc); + $i = $this->db->update('T_Bank_Details',$Bank); + return $i; + + } + + } + +} + +?> \ No newline at end of file diff --git a/application/models/models/configmodel.php b/application/models/models/configmodel.php new file mode 100644 index 00000000..e74241d0 --- /dev/null +++ b/application/models/models/configmodel.php @@ -0,0 +1,194 @@ +db->select('Config.Config_ID, Config.ConfigName ,Config.Comments,Config.CreatedDate'); + $this->db->from('T_ConfigMaster as Config'); + // $this->db->join('t_configdetails as Con','Con.Config_ID=Config.Config_ID'); + $this->db->order_by('Config.CreatedDate','desc'); + //$this->db->order_by('hourlyid','desc'); + + $query = $this->db->get(); + $result = $query->result(); + + return $result; + } + /** + * This function used to get user information by id + * @param number $userId : This is user id + * @return array $result : This is user information + */ + +function addconfigmaster($config) + { + $this->db->trans_start(); + $this->db->insert('T_ConfigMaster', $config); + + $insert_id = $this->db->affected_rows(); + + $this->db->trans_complete(); + + //return $insert_id; + $sql='SELECT MAX(Config_ID) as Config_ID FROM T_ConfigMaster'; + $res = $this->db->query($sql); + return $res->result_array(); + } + + + function addconfigdetails($configvalue) + { + //print_r($configvalue); + // $this->db->trans_start(); + $this->db->insert('T_ConfigDetails', $configvalue); + + $insert_id = $this->db->affected_rows(); + + // $this->db->trans_complete(); + // print_r( $this->db->last_query()); + //print_r ($insert_id);die(); + return $insert_id; + } + + + + + + + + + /* This function used to Department list which is not available in the Costcenter master + * @param number $CostCenterCode : CostCenterCode as Parameter + * @return array $result : This is user information + */ + function GetBudgetTypeNotinCostCenter($CostCenterCode,$ConfigID) + { + + $subQuery = 'select ConfigValue from T_ConfigDetails Bud where ConfigValue not in + (select BudgetType from T_CostCenter_Budget where CostCenterCode=? and BudgetYear=(select max(BudgetYear) from T_CostCenter_Budget)) and Config_ID=?'; + + $query = $this->db->query($subQuery, array($CostCenterCode,$ConfigID)); + + // print_r($this->db->last_query()); + + return $query->result(); + } + + function GetConfigCenterMaster($ConfigID='') + { + //echo $ConfigID ;die(); + $this->db->select('*' ); + $this->db->from('T_ConfigMaster '); + //$this->db->join('T_ConfigDetails con','con.Config_ID = COM.Config_ID','left'); + $this->db->where('Config_ID', $ConfigID); + + + $query = $this->db->get(); + + return $query->result(); + } + + function GetConfigCenterDetails($ConfigID='') + { + //echo $ConfigID ;die(); + $this->db->select('*' ); + $this->db->from('T_ConfigMaster COM'); + $this->db->join('T_ConfigDetails con','con.Config_ID = COM.Config_ID','left'); + + $this->db->where('COM.Config_ID', $ConfigID); + $query = $this->db->get(); + + return $query->result(); + } + + + function updateconfig($config,$Configid) + { + $this->db->where('Config_ID', $Configid); + + $this->db->update('T_ConfigMaster', $config); + + return TRUE; + } + function updateconfigvalue($configval,$Key) + { + $this->db->where('Key', $Key); + + $this->db->update('T_ConfigDetails', $configval); + + return TRUE; + } + + + function EditBudget($Budget) + { + $this->db->trans_start(); + $this->db->insert('T_CostCenter_Budget', $Budget); + + $insert_id = $this->db->affected_rows(); + + $this->db->trans_complete(); + // print_r( $this->db->last_query()); + return $insert_id; + } + + function DeleteBudget($BudgetType='',$BudgetYear='',$CostCenterCode ='') + { + $this->db->where("BudgetType", $BudgetType); + $this->db->where("BudgetYear", $BudgetYear); + $this->db->where("CostCenterCode", $CostCenterCode); + $this->db->delete('T_CostCenter_Budget'); + //print_r( $this->db->last_query()); + } + + function DeleteDepartment($DepCode='',$CostCode='') + { + $this->db->where("DEPCode", $DepCode); + $this->db->where("CostCenterCode", $CostCode); + $this->db->delete('T_CostCenter_Departments'); + //print_r( $this->db->last_query()); + } + + function checkDeptCostExists($DepCode='',$CostCode='') + { + $this->db->select('CostCenterCode,DEPCode'); + $this->db->from('T_CostCenter_Departments'); + $this->db->where('DEPCode',$DepCode); + $this->db->where('CostCenterCode',$CostCode); + + $query = $this->db->get(); + + if ($query->num_rows > 0) { + return $query->result_array(); + } + } + + + /** + * This function is used to get the Config value from configuration table + * @return array $result : This is result of the query + */ + function getConfigValue($ConfigID ) + { + + $this->db->select('ConfigValue'); + $this->db->from('T_ConfigDetails'); + $this->db->where('Config_id ',$ConfigID ); + $query = $this->db->get(); + + return $query->result(); + } + + +} +?> \ No newline at end of file diff --git a/application/models/models/costcenter_model.php b/application/models/models/costcenter_model.php new file mode 100644 index 00000000..38c48c1e --- /dev/null +++ b/application/models/models/costcenter_model.php @@ -0,0 +1,418 @@ +db->select('Cost.CostCenterCode as code,Cost.CostCenterName as CostCenterName , Cost.ApprovedBy as ApprovedBy,Emp.FirstName as FirstName,Emp.Designation as Designation ,Cost.CreatedDate,Cost.IsActive'); + $this->db->from('T_CostCenter_Master as Cost'); + $this->db->join('T_Employee_Details as Emp', 'Emp.EmpID=Cost.ApprovedBy'); + + + $query = $this->db->get(); + $result = $query->result(); + + return $result; + } + /** + * This function used to get user information by id + * @param number $userId : This is user id + * @return array $result : This is user information + */ + +function addNewcost($Cost) + { + $this->db->trans_start(); + $this->db->insert('T_CostCenter_Master', $Cost); + + $insert_id = $this->db->affected_rows(); + + $this->db->trans_complete(); + + return $insert_id; + } + + function getFiscalYear() + { + $this->db->select('year(FiscalYearStartOn) as StartYear,year(FiscalYearEndsOn) as EndYear'); + $this->db->from('T_Company_Details'); + + $query = $this->db->get(); + + return $query->result(); + } + + function addCostCenterDepartment($Dept) + { + $this->db->trans_start(); + $this->db->insert('T_CostCenter_Departments', $Dept); + + $insert_id = $this->db->affected_rows(); + + $this->db->trans_complete(); + // print_r( $this->db->last_query()); + return $insert_id; + } + + + function addBudget($Budget) + { + $this->db->trans_start(); + $this->db->insert('T_CostCenter_Budget', $Budget); + + $insert_id = $this->db->affected_rows(); + + $this->db->trans_complete(); + // print_r( $this->db->last_query()); + return $insert_id; + } + + function getApproverName() + { + $this->db->select('EmpID,FirstName,LastName,Designation'); + $this->db->from('T_Employee_Details'); + $this->db->where('Departmentcode ', 'DEP10'); + + $query = $this->db->get(); + + return $query->result(); + } + + /** + * This function used to get user information by id + * @param number $userId : This is user id + * @return array $result : This is user information + */ + function getuserInfo($CostCenterID) + { + $this->db->select('CostCentreID, CostName,Description,CreatedDate'); + $this->db->from('T_CostCentre'); + + $this->db->where('CostCentreID', $CostCenterID); + $query = $this->db->get(); + + return $query->result(); + } + /** + * This function used to get Cost center Master information by Cost center ID + * @param number $CostCenterCode : CostCenterCode as Parameter + * @return array $result : This is user information + */ + function GetCostCenterMaster($CostCenterCode) + { + $this->db->select('Cost.CostCenterCode,Cost.CostCenterName,Cost.ApprovedBy,emp.FirstName,emp.Designation,max(BudgetYear) as BudYear' ); + $this->db->from('T_CostCenter_Master Cost'); + $this->db->join('T_Employee_Details emp', 'emp.EmpID = Cost.ApprovedBy'); + $this->db->join('T_CostCenter_Budget Bud', ' Bud.CostCenterCode = Cost.CostCenterCode'); + $this->db->where('Cost.CostCenterCode', $CostCenterCode); + $query = $this->db->get(); + + return $query->result(); + } + + /** + * This function used to get Cost center Department information by Cost center ID + * @param number $CostCenterCode : CostCenterCode as Parameter + * @return array $result : This is user information + */ + function GetCostCenterDepartment($CostCenterCode) + { + $this->db->select('Dept.DEPCode,Det.DepartmentName'); + $this->db->from('T_CostCenter_Departments Dept'); + $this->db->join('T_DepartmentDetails Det', 'Det.DEPCode = Dept.DEPCode'); + + $this->db->where('Dept.CostCenterCode', $CostCenterCode); + $query = $this->db->get(); + + return $query->result(); + } + /** + * This function used to get Cost center Budget information by Cost center ID + * @param number $CostCenterCode : CostCenterCode as Parameter + * @return array $result : This is user information + */ + function GetBudgetYear($CostCenterCode) + { + + $subQuery = 'select BudgetYear from T_CostCenter_Budget where CostCenterCode=? '; + + + $query = $this->db->query($subQuery, array($CostCenterCode)); + + return $query->result(); + } + /** + * This function used to get Cost center Budget information by Cost center ID + * @param number $CostCenterCode : CostCenterCode as Parameter + * @return array $result : This is user information + */ + function GetCostCenterBudget($CostCenterCode) + { + + $subQuery = 'select BudgetType,BudgetYear,BudgetAmount,Remarks from T_CostCenter_Budget where CostCenterCode=? and + BudgetYear=(select max(BudgetYear) from T_CostCenter_Budget where CostCenterCode=?)'; + + + $query = $this->db->query($subQuery, array($CostCenterCode,$CostCenterCode)); + + return $query->result(); + } + /** + * This function used to get Cost center Budget information by Cost center ID + * @param number $CostCenterCode : CostCenterCode as Parameter + * @return array $result : This is user information + */ + function GetCostBudgetTypeByYear($CostCenterCode,$ConfigID,$Year) + { + + $subQuery = 'select ConfigValue from T_ConfigDetails Bud where ConfigValue not in + (select BudgetType from T_CostCenter_Budget where CostCenterCode=? and BudgetYear=?) and Config_ID=? '; + + $query = $this->db->query($subQuery, array($CostCenterCode,$Year,$ConfigID)); + + + return $query->result_array(); + + } + /** + * This function used to get Cost center Budget information by Cost center ID + * @param number $CostCenterCode : CostCenterCode as Parameter + * @return array $result : This is user information + */ + function GetCostCenterBudgetByYear($CostCenterCode,$Year) + { + + $subQuery = 'select BudgetType,BudgetYear,BudgetAmount,Remarks from T_CostCenter_Budget where CostCenterCode=? and + budgetyear=?'; + + + $query = $this->db->query($subQuery, array($CostCenterCode,$Year)); + + return $query->result_array(); + } + + /** + * This function used to Department list which is not available in the Costcenter master + * @param number $CostCenterCode : CostCenterCode as Parameter + * @return array $result : This is user information + */ + function GetDepartmentNotinCostCenter($CostCenterCode) + { + + $subQuery = 'select Dept.DEPCode,Dept.DepartmentName from T_DepartmentDetails Dept + where Dept.DEPCode not in + (select DEPCode from T_CostCenter_Departments where CostCenterCode=?) order by Dept.DEPCode asc'; + + $query = $this->db->query($subQuery, array($CostCenterCode)); + + + return $query->result(); + } + + + + function getDepartmentnotadded($Empid) + { + + $subQuery = 'select Dept.DEPCode,Dept.DepartmentName from T_DepartmentDetails Dept +left join T_AccessDepartments Ass on Ass.Departmentcode= Dept.DEPCode +where Dept.DEPCode not in +(select Ass.Departmentcode from T_AccessDepartments Ass where EmpID=?) group by Dept.DEPCode'; + + $query = $this->db->query($subQuery, array($Empid)); + + + return $query->result(); + } + + + function getaccessDept($Empid) + { + + $this->db->select('Ass.Departmentcode as AssDep,Dep.DepartmentName'); + $this->db->from('T_AccessDepartments Ass'); + $this->db->join('T_DepartmentDetails Dep', 'Dep.DEPCode = Ass.Departmentcode','left'); + $this->db->where('EmpID ',$Empid); + + $query = $this->db->get(); + + return $query->result(); + } + + + /** + * This function used to Department list which is not available in the Costcenter master + * @param number $CostCenterCode : CostCenterCode as Parameter + * @return array $result : This is user information + */ + function GetBudgetTypeNotinCostCenter($CostCenterCode,$ConfigID) + { + + $subQuery = 'select ConfigValue from T_ConfigDetails Bud where ConfigValue not in + (select BudgetType from T_CostCenter_Budget where CostCenterCode=? and BudgetYear=(select max(BudgetYear) from T_CostCenter_Budget)) and Config_ID=?'; + + $query = $this->db->query($subQuery, array($CostCenterCode,$ConfigID)); + + // print_r($this->db->last_query()); + + return $query->result(); + } + + function EditCost($Cost,$CostCenterCode) + { + $this->db->where('CostCenterCode', $CostCenterCode); + + $this->db->update('T_CostCenter_Master', $Cost); + + return TRUE; + } + + + function EditBudget($Budget) + { + $this->db->trans_start(); + $this->db->insert('T_CostCenter_Budget', $Budget); + + $insert_id = $this->db->affected_rows(); + + $this->db->trans_complete(); + // print_r( $this->db->last_query()); + return $insert_id; + } + + function DeleteBudget($BudgetType='',$BudgetYear='',$CostCenterCode ='') + { + $this->db->where("BudgetType", $BudgetType); + $this->db->where("BudgetYear", $BudgetYear); + $this->db->where("CostCenterCode", $CostCenterCode); + $this->db->delete('T_CostCenter_Budget'); + //print_r( $this->db->last_query()); + } + + function DeleteDepartment($DepCode='',$CostCode='') + { + + // echo "fsds"; + // die(); + $this->db->where("DEPCode", $DepCode); + $this->db->where("CostCenterCode", $CostCode); + $this->db->delete('T_CostCenter_Departments'); + //print_r( $this->db->last_query()); + } + + function checkDeptCostExists($DepCode='',$CostCode='') + { + $this->db->select('CostCenterCode,DEPCode'); + $this->db->from('T_CostCenter_Departments'); + $this->db->where('DEPCode',$DepCode); + $this->db->where('CostCenterCode',$CostCode); + + $query = $this->db->get(); + + if ($query->num_rows > 0) { + return $query->result_array(); + } + } + function checkCostDetailsExists($Code='',$CostName='') + { + $this->db->select('CostCenterCode'); + $this->db->from('T_CostCenter_Master'); + $this->db->where('CostCenterCode',$Code); + if ($CostName != '') + { + $this->db->where('CostCenterName !=',$CostName); + } + $query = $this->db->get(); + + if ($query->num_rows > 0) { + return $query->result_array(); + } + } + /* *//** + * This function is used to get the Department details from T_DepartmentDetails + * @return array $result : This is result of the query + */ + function getDepartment() + { + $this->db->select('DEPCode, DepartmentName'); + $this->db->from('T_DepartmentDetails'); + $this->db->where('IsActive =', 1); + $query = $this->db->get(); + + return $query->result(); + } + /** + * This function is used to get the Config value from configuration table + * @return array $result : This is result of the query + */ + function getConfigValue($ConfigID ) + { + + $this->db->select('ConfigValue'); + $this->db->from('T_ConfigDetails'); + $this->db->where('Config_id ',$ConfigID ); + $query = $this->db->get(); + + return $query->result(); + } + + function export_excel(){ + $where = null; + + $this->db->select('Mas.*,bud.*,emp.firstname,emp1.firstname as Updated_By');//count(dep.DEPCode) AS ctvalue'); + $this->db->select('sum(distinct case when Mas.budgettype="CAPITAL" then budgetamount else 0 end) as capital',FALSE); + $this->db->select('sum(distinct case when Mas.budgettype="REVENUE" then budgetamount else 0 end) as revenue',FALSE); + $this->db->select('sum(distinct case when Mas.budgettype="SERVICE" then budgetamount else 0 end) as service',FALSE); + $this->db->select('sum(distinct case when Mas.budgettype="IMPORT" then budgetamount else 0 end) as import',FALSE); + $this->db->select('GROUP_CONCAT(distinct part.DepartmentName) as DepartmentName'); + $this->db->join('T_CostCenter_Budget as Mas','Mas.CostCenterCode=bud.CostCenterCode','left'); + $this->db->join('T_CostCenter_Departments as dep',' dep.CostCenterCode=Mas.CostCenterCode','left'); + $this->db->join('T_DepartmentDetails as part','part.DEPCode=dep.DEPCode','left'); + $this->db->group_by(array('bud.CostCenterCode','Mas.BudgetYear')); + $this->db->join('tbl_users as tbl',' bud.createdby = tbl.userid','left'); + $this->db->join('T_Employee_Details as emp', 'emp.empid=tbl.empid','left'); + $this->db->join('tbl_users as tbl1',' bud.UpdatedBy = tbl1.userid','left'); + $this->db->join('T_Employee_Details as emp1', 'emp1.empid=tbl1.empid','left'); + $this->db->where('Mas.BudgetYear !=""'); + return $this->db->get('T_CostCenter_Master as bud')->result_array(); + + } + //get exist budget year details + function CheckExistBudget($BudgetType,$BudgetYear,$CostCode){ + $this->db->select('CostCenterCode'); + $this->db->from('T_CostCenter_Budget'); + $this->db->where('CostCenterCode',$CostCode); + $this->db->where('BudgetType',$BudgetType); + $this->db->where('BudgetYear',$BudgetYear); + + $query = $this->db->get(); + + if ($query->num_rows > 0) { + return TRUE; + } + else{ + return FALSE; + } + } + + //update budget + function updateBudget($Budget,$BudgetType,$BudgetYear,$CostCode) + { + $this->db->where('CostCenterCode',$CostCode); + $this->db->where('BudgetType',$BudgetType); + $this->db->where('BudgetYear',$BudgetYear); + + $this->db->update('T_CostCenter_Budget', $Budget); + return TRUE; + } +} +?> \ No newline at end of file diff --git a/application/models/models/dahsboard_model.php b/application/models/models/dahsboard_model.php new file mode 100644 index 00000000..35569d50 --- /dev/null +++ b/application/models/models/dahsboard_model.php @@ -0,0 +1,3146 @@ +db->query($sql); + return $query->result(); + + } + + /* HR DASHBOART Model START*/ + function totemp() + { + $yes_date = date('Y-m-d',strtotime("-1 days")); + // $sql="select count(*) as emp_count from T_Employee_Details where date(T_Employee_Details.Created_date) <= ? and isActive = 1"; + // $query =$this->db->query($sql,array($yes_date)); + $this->db->select('count(*) as totemp'); + $this->db->where('date(T_Employee_Details.Created_date)<=',$yes_date); + $this->db->where('isActive',1); + $query = $this->db->get('T_Employee_Details'); + // print_r($query->row());die; + return $query->row(); + + } + + + +function getfile($PONO) + { + //$this->db->distinct(); + $this->db->select('*'); + $this->db->from('T_PurchaseOrder_BillUpload'); + $this->db->where('PONO',$PONO); + + + $query = $this->db->get(); + // print_r( $this->db->last_query()); + $result = $query->result_array(); + return $result; + } +function getfiles($igr,$PONO) + { + //$this->db->distinct(); + $this->db->select('*'); + $this->db->from('T_Inwardgateregister_fileupload'); + $this->db->where('IGRNO',$igr); + $this->db->where('PONO',$PONO); + + + $query = $this->db->get(); + // print_r( $this->db->last_query()); + $result = $query->result_array(); + return $result; + } + + + function viewIGRFile1($igr,$PONO) + { + $this->db->distinct(); + $this->db->select('igrm.file,igrm.PONO as pono'); //BillNo,IGRNO,FilePath,PONO + $this->db->from('T_IGR_Master igrm'); + $this->db->where('igrm.IGRNO',$igr); + $this->db->where('igrm.PONO',$PONO); + + $query = $this->db->get(); + + $result = $query->result(); + // print_r($result);die; + //print_r($this->db->last_query()); + return $result; + +} + + + + function selectigrfiles() + { + $this->db->select('*'); + $this->db->from('T_Inwardgateregister_fileupload'); + //$this->db->where('PONO',$PONO); + + + $query = $this->db->get(); + // print_r( $this->db->last_query()); + $result = $query->result_array(); + return $result; + + } + + function totloan() + { + + $sql="select sum(Loan_Amount)as totloan FROM T_Loan_Master"; + $query =$this->db->query($sql); + return $query->result(); + + } + + + function totpay() + { + + $sql="select sum(Paid_Amount)as totpay FROM T_Loan_Master"; + $query =$this->db->query($sql); + return $query->result(); + + } + + function totrec() + { + + $sql="select sum(Loan_Amount), sum(Paid_Amount),sum(Loan_Amount)-sum(Paid_Amount) as totrec FROM T_Loan_Master"; + $query =$this->db->query($sql); + return $query->result(); + + } + + function emplist() + { + +$sql="select EmpID,CONCAT(FirstName,' ',LastName) as name FROM T_Employee_Details where IsActive ='1'"; + $query =$this->db->query($sql); + return $query->result(); + + + + } + + + function attyesterday($WH,$date) + { + //echo 'model' . $WH.'-'.$date; + // $sql="select EmpID,".$WH." from T_Attendance where Month_Year = ? and EmpID in (select EmpID from T_Attendance)" ; + +$yes_date = date('Y-m-d',strtotime("-1 days")); +$sql="select att.EmpID,ifnull(".$WH.",0)".$WH.",a.FirstName from T_Attendance as att +join T_Employee_Details as a on a.EmpID= att.EmpID +where Month_Year = ? and att.EmpID in (select EmpID from T_Attendance) and date(a.Created_date) <= '".$yes_date."' and isActive=1"; + $query = $this->db->query($sql,array($date)); + // print_r($query->result_array());die; + //echo count($query->result()); + return $query->result_array(); +} + + + function dayAllPersentEmpSalary($WH,$OT,$date) + { + // echo $date; + $sql="select EmpID,".$WH.",".$OT." from T_Attendance where Month_Year = ? and EmpID in (select EmpID from T_Attendance)"; + $query = $this->db->query($sql,array($date)); + //return + return $query->result_array(); +} + +function yesterdayAllPersentEmpSalary($WH,$OT,$date) + { + // echo $date; + $sql="select EmpID,".$WH.",".$OT." from T_Attendance where Month_Year = ? and EmpID in (select EmpID from T_Attendance)"; + $query = $this->db->query($sql,array($date)); + //return + return $query->result_array(); +} + + +function attendance($EmpID,$dates) + { + //echo $EmpID.'-'.$dates; + $sql="select * from T_Attendance where EmpID =? and Month_Year=?"; + $query = $this->db->query($sql,array($EmpID,$dates)); + + return $query->result(); + +} +function getAllAttendance($EmpID,$CURMONTH) +{ + $sql="select * from T_Attendance where EmpID =? and month(Month_Year)=?"; + +// $sql=" select T_Attendance.*,emp.FirstName from T_Attendance +// join T_Employee_Details emp on T_Attendance.EmpID = emp.EmpID +// where T_Attendance.EmpID = ? and month(Month_Year)= ? "; + + + $query = $this->db->query($sql,array($EmpID,$CURMONTH)); + + return $query->result(); +} + +function getAllAttendances($EmpID,$JoinedMonth) +{ + //$sql="select * from T_Attendance where EmpID =? and month(Month_Year)=?"; + + $sql=" select T_Attendance.*,emp.FirstName from T_Attendance +join T_Employee_Details emp on T_Attendance.EmpID = emp.EmpID +where T_Attendance.EmpID = ? and month(Month_Year)= ? "; + + + $query = $this->db->query($sql,array($EmpID,$JoinedMonth)); + + return $query->result(); +} +function joindate($EmpID) +{ + $sql="select DateofJoining from T_Employee_Details where EmpID =? "; + $query = $this->db->query($sql,array($EmpID)); + + return $query->result(); +} + + + + +function daysalary($EmpID,$dates) +{ + //print_r($dates);die; + $sql= "select * FROM T_Emp_Pay_Data as pay + +join T_Attendance att on att.EmpID = pay.EmpID +where att.Month_Year = ? and att.EmpID = ?;"; + $query = $this->db->query($sql,array($dates,$EmpID)); + + return $query->result(); + +} + + +function persentEmployeeDetails($EmpID){ +//join T_Attendance att on att.EmpID = pay.EmpID +$sql= "select * FROM T_Emp_Pay_Data where EmpID = ?;"; + $query = $this->db->query($sql,array($EmpID)); + + return $query->result(); + +} + + + + function attendanceyear($EmpID,$MONTH) + { + +// //print_r($MONTH); +// $sql="select Att.EmpID,Att.Month_Year,Att.*,NoofDays,Days_Worked,emp.DateofJoining from T_Attendance Att +// join T_Employee_Details as emp on emp.EmpID = Att.EmpID +// where Att.Month_Year between ? and Att.EmpID = ?"; + // else + // (YEAR(Month_Year) = YEAR(CURRENT_DATE)-1 and MONTH(Month_Year) >= ? ) or ( YEAR(Month_Year) = YEAR(CURRENT_DATE) and MONTH(Month_Year) <= 3 ) + // $sql = 'select sum(NoofDays) as TotalWorkingDays,sum(Days_worked) as DaysWorked from T_Attendance where + // case + // when (month(Month_Year) >=4) then + // (YEAR(Month_Year) = YEAR(CURRENT_DATE) and MONTH(Month_Year) >= ? ) or ( YEAR(Month_Year) = YEAR(CURRENT_DATE)+1 and MONTH(Month_Year) <= 3 )end and EmpID = ? and month(Month_Year) != month(current_date()) + // else + // (YEAR(Month_Year) = YEAR(CURRENT_DATE)-1 and MONTH(Month_Year) >= ? ) or ( YEAR(Month_Year) = YEAR(CURRENT_DATE) and MONTH(Month_Year) <= 3 )'; + + $sql = ' select sum(NoofDays) as TotalWorkingDays,sum(Days_worked) as DaysWorked from T_Attendance where + case + when (MONTH(CURRENT_DATE) >=4) then + ((YEAR(Month_Year) = YEAR(CURRENT_DATE) and MONTH(Month_Year) >= ? )) and EmpID = ? and month(Month_Year) != MONTH(CURRENT_DATE) + else + ((YEAR(Month_Year) = YEAR(CURRENT_DATE)-1 and MONTH(Month_Year) >=4 and ? >= 4) or ( YEAR(Month_Year) = YEAR(CURRENT_DATE) and MONTH(Month_Year) <= 3 and ? <=3 )) and Month(Month_Year) >= ? and EmpID = ? and month(Month_Year) != MONTH(CURRENT_DATE) + end'; + + +/*$sql='select sum(NoofDays) as TotalWorkingDays,sum(Days_worked) as DaysWorked from T_Attendance + where EmpID= ? and (MONTH(Month_Year) >=4) or (MONTH(Month_Year) <3) +and (YEAR(Month_Year) = YEAR(CURRENT_DATE) and MONTH(Month_Year) >= ? )or ( YEAR(Month_Year) = YEAR(CURRENT_DATE)+1 and MONTH(Month_Year) <= 3 ) + and MONTH(Month_Year) != MONTH(current_date())';*/ + + + + $query= $this->db->query($sql,array($MONTH,$EmpID,$MONTH,$MONTH,$MONTH,$EmpID)); + return $query->result(); + + + + } + + function getEmployee(){ +$sql="select EmpID,FirstName,LastName,IsActive FROM T_Employee_Details "; + $query =$this->db->query($sql); + return $query->result(); + +} + + + +function get_all_employee($Month) +{ + $sql = "select T_Attendance.*,emp.EmpID,emp.FirstName,emp.LastName,emp.IsActive from T_Attendance +join T_Employee_Details emp on T_Attendance.EmpID = emp.EmpID +where Month_Year=?;"; + $query = $this->db->query($sql,array($Month)); + return $query->result(); +} + + +function get_all_employee1($finStart,$finEnd) +{ + + + $sql = "select att.EmpID,att.*,att.Month_Year,emp.FirstName,emp.DateofJoining from T_Attendance att + join T_Employee_Details emp on emp.EmpID = att.EmpID + where att.Month_Year between ? and ?"; + $query = $this->db->query($sql,array($finStart,$finEnd)); + return $query->result(); +} + +function holiDaySalaryMonth($month,$year) +{ + $sql="SELECT H_Date FROM T_Public_Holidays where MONTH(H_Date)= ? and YEAR(H_Date) = ? "; + $query = $this->db->query($sql,array($month,$year)); + return $query->result(); +} +function fy() + { + $sql= "SELECT + CASE WHEN MONTH(Month_year)>=4 THEN + concat(YEAR(Month_year), '-',YEAR(Month_year)+1) + ELSE concat(YEAR(Month_year)-1,'-', YEAR(Month_year)) END AS financial_year + FROM T_Attendance +GROUP BY financial_year"; + $query = $this->db->query($sql); + return $query->result(); + } +function get_employee(){ + + $yes_date = date('Y-m-d',strtotime("-1 days")); + $sql = "select * from T_Employee_Details where date(created_date) <='".$yes_date."' and isActive =1"; + $query = $this->db->query($sql); + return $query->result(); +} +function per($fa,$aa,$m) + { + //echo $m; + $cur_month = date('M'); + //echo $cur_month; + if($cur_month == $m ){ + + $cur_date = date('d'); + }else{ + + $cur_date = date('t',strtotime($m)); + } + //echo $cur_date;die; + $sql= "SELECT month.Eid as Eid,month.ename as ename,month.active as active,month.days as monthdays,month.Days_Worked as monthworked,month.percentage as monthpercentage +from (select em.EmpID as Eid,concat(em.FirstName,'.',em.LastName) as ename,em.IsActive as active,at.NoofDays as days, +Days_Worked,round((Days_Worked/".$cur_date."*100)) as percentage from +T_Employee_Details em +join T_Attendance at on at.EmpID = em.EmpID +where (Month_Year >= '".$fa."-04-01' and Month_Year <= '".$aa."-04-01') and monthname(Month_Year) = '".$m."' +) as month"; + +$query = $this->db->query($sql); + return $query->result(); + } + + + + /* HR DASHBOARD Model END*/ + + + + + function totalpurchaseorder(){ + + + $sql="select count(PONO) as totalpurchaseorder from T_PurchaseOrder_Master pm where Status != 'ST030' + and case + when (month(pm.PODate) >=4) then + (YEAR(pm.PODate) = YEAR(CURRENT_DATE) and MONTH(pm.PODate) >= 4 ) or ( YEAR(pm.PODate) = YEAR(CURRENT_DATE)+1 and MONTH(pm.PODate) <= 3 ) + else + (YEAR(pm.PODate) = YEAR(CURRENT_DATE)-1 and MONTH(pm.PODate) >= 4 ) or ( YEAR(pm.PODate) = YEAR(CURRENT_DATE) and MONTH(pm.PODate) <= 3 ) + end"; + $query = $this->db->query($sql); + return $query->result(); + + } + function totalordervalue(){ + + + $sql="select sum(totalordervalue) as totalordervalue from T_PurchaseOrder_Master pm where Status != 'ST030' + and case + when (month(pm.PODate) >=4) then + (YEAR(pm.PODate) = YEAR(CURRENT_DATE) and MONTH(pm.PODate) >= 4 ) or ( YEAR(pm.PODate) = YEAR(CURRENT_DATE)+1 and MONTH(pm.PODate) <= 3 ) + else + (YEAR(pm.PODate) = YEAR(CURRENT_DATE)-1 and MONTH(pm.PODate) >= 4 ) or ( YEAR(pm.PODate) = YEAR(CURRENT_DATE) and MONTH(pm.PODate) <= 3 ) + end"; + $query = $this->db->query($sql); + return $query->result(); + + } + function pendingpo(){ + + + $sql="select count(PONO) as pending from T_PurchaseOrder_Master pm where status='ST020' and Status != 'ST030' + and case + when (month(pm.PODate) >=4) then + (YEAR(pm.PODate) = YEAR(CURRENT_DATE) and MONTH(pm.PODate) >= 4 ) or ( YEAR(pm.PODate) = YEAR(CURRENT_DATE)+1 and MONTH(pm.PODate) <= 3 ) + else + (YEAR(pm.PODate) = YEAR(CURRENT_DATE)-1 and MONTH(pm.PODate) >= 4 ) or ( YEAR(pm.PODate) = YEAR(CURRENT_DATE) and MONTH(pm.PODate) <= 3 ) + end"; + $query = $this->db->query($sql); + return $query->result(); + + } + function req_pending(){ + + + $sql="SELECT count(Status) as TOTAL_PENDING_REQUESTS FROM T_Requestion_Master pm where Status = 'ST002' + and case + when (month(pm.ReqDate) >=4) then + (YEAR(pm.ReqDate) = YEAR(CURRENT_DATE) and MONTH(pm.ReqDate) >= 4 ) or ( YEAR(pm.ReqDate) = YEAR(CURRENT_DATE)+1 and MONTH(pm.ReqDate) <= 3 ) + else + (YEAR(pm.ReqDate) = YEAR(CURRENT_DATE)-1 and MONTH(pm.ReqDate) >= 4 ) or ( YEAR(pm.ReqDate) = YEAR(CURRENT_DATE) and MONTH(pm.ReqDate) <= 3 ) + end"; + $query = $this->db->query($sql); + return $query->result(); + + + + } + function reqdetail(){ + + $now= date('Y-m-d'); + $sql="SELECT count(Status) as TODAY_REQUESTS FROM T_Requestion_Master where date(ReqDate) = '".$now."' "; + + $query = $this->db->query($sql); + + // echo "from Model"; + // print_r($query->result()); + + return $query->result(); + + + + } + function january(){ + + + $sql="select count(PONO) as pending from T_PurchaseOrder_Master where status='ST020'"; + $query = $this->db->query($sql); + return $query->result(); + + } + // function totalserviceamount() + // { + // $sql="select sum(BudgetAmount) as totalserviceamount from T_CostCenter_Budget where BudgetType='SERVICE'"; + // $query = $this->db->query($sql); + // return $query->result(); + + // } + // function totalcapitalamount() + // { + // $sql="select sum(BudgetAmount) as totalcapitalamount from T_CostCenter_Budget where BudgetType='CAPITAL'"; + // $query = $this->db->query($sql); + // return $query->result(); +// } +// function totalimportamount() + // { + // $sql="select sum(BudgetAmount) as totalimportamount from T_CostCenter_Budget where BudgetType='IMPORT'"; + // $query = $this->db->query($sql); + // return $query->result(); +// } +// function totalrevenueamount() + // { + // $sql="select sum(BudgetAmount) as totalrevenueamount from T_CostCenter_Budget where BudgetType='REVENUE'"; + // $query = $this->db->query($sql); + // return $query->result(); +// } +//totalservice +function getTotalServicePoCount(){ + $i=1; + if (date('m') >= 4) + { + $yearl = date('Y').'-'.(date('Y')+1); + } else { + $yearl = (date('Y')-1).'-'.date('Y'); + } + $ab=$yearl; + $fa=substr($ab,0,-5); + $aa=substr($ab,5,5); + while($i<=12){ + + + $sql="SELECT count(cmast.PONO) as totalService FROM T_PurchaseOrder_Master cmast + where POType='SERVICE' and Status != 'ST030' and month(PODate) = $i + and date(cmast.PODate) >= '".$fa."-04-01' and date(cmast.PODate) <= '".$aa."-03-31'"; + +$query = $this->db->query($sql); +$array_result[]=$query->result(); +$i++; + + } + + return $array_result; + +} + +function getTotalimportPoCount(){ + $i=1; + if (date('m') >= 4) + { + $yearl = date('Y').'-'.(date('Y')+1); + } else { + $yearl = (date('Y')-1).'-'.date('Y'); + } + $ab=$yearl; + $fa=substr($ab,0,-5); + $aa=substr($ab,5,5); + while($i<=12){ + + + $sql="SELECT count(cmast.PONO) as totalImport FROM T_PurchaseOrder_Master cmast + where POType='IMPORT' and Status != 'ST030' and month(PODate) = $i + and date(cmast.PODate) >= '".$fa."-04-01' and date(cmast.PODate) <= '".$aa."-03-31'"; + +$query = $this->db->query($sql); +$array_result[]=$query->result(); +$i++; + + } + + return $array_result; + +} +function getTotalcapitalPoCount(){ + $i=1; + if (date('m') >= 4) + { + $yearl = date('Y').'-'.(date('Y')+1); + } else { + $yearl = (date('Y')-1).'-'.date('Y'); + } + $ab=$yearl; + $fa=substr($ab,0,-5); + $aa=substr($ab,5,5); + while($i<=12){ + + $sql="SELECT count(cmast.PONO) as totalcapital FROM T_PurchaseOrder_Master cmast + where POType='CAPITAL' and Status != 'ST030' and month(PODate) = $i + and date(cmast.PODate) >= '".$fa."-04-01' and date(cmast.PODate) <= '".$aa."-03-31'"; + +$query = $this->db->query($sql); +$array_result[]=$query->result(); +$i++; + + } + + return $array_result; + +} + function getTotalrevenuePoCount(){ + $i=1; + if (date('m') >= 4) + { + $yearl = date('Y').'-'.(date('Y')+1); + } else { + $yearl = (date('Y')-1).'-'.date('Y'); + } + $ab=$yearl; + $fa=substr($ab,0,-5); + $aa=substr($ab,5,5); + while($i<=12){ + + $sql="SELECT count(cmast.PONO) as totalrevenue FROM T_PurchaseOrder_Master cmast + where POType='REVENUE' and Status != 'ST030' and month(PODate) = $i + and date(cmast.PODate) >= '".$fa."-04-01' and date(cmast.PODate) <= '".$aa."-03-31'"; + +$query = $this->db->query($sql); +$array_result[]=$query->result(); +$i++; + + } + + return $array_result; + +} + + + + + +function serviceprogress() + { + $sql="SELECT count(cmast.PONO) as serviceprogress FROM T_PurchaseOrder_Master cmast + join T_PurchaseOrder_LineItem line on line.PONO=cmast.PONO + join T_Requestion_Master req on req.ReqNo=line.ReqNo + join T_Status sta on sta.statusCode=req.status + where ReqType='SERVICE' and statusCode='ST018'"; + $query = $this->db->query($sql); + return $query->result(); +} +function revenueprogress() + { + $sql="SELECT count(cmast.PONO) as revenueprogress FROM T_PurchaseOrder_Master cmast + join T_PurchaseOrder_LineItem line on line.PONO=cmast.PONO + join T_Requestion_Master req on req.ReqNo=line.ReqNo + join T_Status sta on sta.statusCode=req.status + where ReqType='REVENUE' and statusCode='ST018'"; + $query = $this->db->query($sql); + return $query->result(); +} +function importprogress() + { + $sql="SELECT count(cmast.PONO) as importprogress FROM T_PurchaseOrder_Master cmast + join T_PurchaseOrder_LineItem line on line.PONO=cmast.PONO + join T_Requestion_Master req on req.ReqNo=line.ReqNo + join T_Status sta on sta.statusCode=req.status + where ReqType='IMPORT' and statusCode='ST018'"; + $query = $this->db->query($sql); + return $query->result(); +} +function capitalprogress() + { + $sql="SELECT count(cmast.PONO) as capitalprogress FROM T_PurchaseOrder_Master cmast + join T_PurchaseOrder_LineItem line on line.PONO=cmast.PONO + join T_Requestion_Master req on req.ReqNo=line.ReqNo + join T_Status sta on sta.statusCode=req.status + where ReqType='CAPITAL' and statusCode='ST018'"; + $query = $this->db->query($sql); + return $query->result(); +} +function totalservicepo () +{ + $sql="SELECT count(cmast.PONO) as totalservicepo FROM T_PurchaseOrder_Master cmast + join T_PurchaseOrder_LineItem line on line.PONO=cmast.PONO + join T_Requestion_Master req on req.ReqNo=line.ReqNo + join T_Status sta on sta.statusCode=req.status + where ReqType='SERVICE'"; + $query = $this->db->query($sql); + return $query->result(); +} +function totalrevenuepo () +{ + $sql="SELECT count(cmast.PONO) as totalrevenuepo FROM T_PurchaseOrder_Master cmast + join T_PurchaseOrder_LineItem line on line.PONO=cmast.PONO + join T_Requestion_Master req on req.ReqNo=line.ReqNo + join T_Status sta on sta.statusCode=req.status + where ReqType='REVENUE'"; + $query = $this->db->query($sql); + return $query->result(); +} +function totalimportpo () +{ + $sql="SELECT count(cmast.PONO) as totalimportpo FROM T_PurchaseOrder_Master cmast + join T_PurchaseOrder_LineItem line on line.PONO=cmast.PONO + join T_Requestion_Master req on req.ReqNo=line.ReqNo + join T_Status sta on sta.statusCode=req.status + where ReqType='IMPORT'"; + $query = $this->db->query($sql); + return $query->result(); +} + +function importbudgt () +{ + if (date('m') >= 4) + { + $yearl = date('Y').'-'.(date('Y')+1); + } else { + $yearl = (date('Y')-1).'-'.date('Y'); + } + $ab=$yearl; + $fa=substr($ab,0,-5); + $aa=substr($ab,5,5); + $sql="SELECT ROUND(sum(BudgetAmount),2) as totalimportbudget FROM T_CostCenter_Budget where BudgetType ='IMPORT' and date(CreatedDate) >= '".$fa."-04-01' and date(CreatedDate) <= '".$aa."-03-31'"; + $query = $this->db->query($sql); + return $query->result(); +} + +function capitalbud () +{ + if (date('m') >= 4) + { + $yearl = date('Y').'-'.(date('Y')+1); + } else { + $yearl = (date('Y')-1).'-'.date('Y'); + } + $ab=$yearl; + $fa=substr($ab,0,-5); + $aa=substr($ab,5,5); + $sql="SELECT sum(BudgetAmount) as totalcapitalbudget FROM T_CostCenter_Budget where BudgetType ='CAPITAL' and date(CreatedDate) >= '".$fa."-04-01' and date(CreatedDate) <= '".$aa."-03-31' "; + $query = $this->db->query($sql); + return $query->result(); +} + +function servicebudgt () +{ + if (date('m') >= 4) + { + $yearl = date('Y').'-'.(date('Y')+1); + } else { + $yearl = (date('Y')-1).'-'.date('Y'); + } + $ab=$yearl; + $fa=substr($ab,0,-5); + $aa=substr($ab,5,5); + $sql="SELECT ROUND(sum(BudgetAmount),2) as totalservicebudget FROM T_CostCenter_Budget where BudgetType ='SERVICE' and date(CreatedDate) >= '".$fa."-04-01' and date(CreatedDate) <= '".$aa."-03-31'"; + $query = $this->db->query($sql); + return $query->result(); +} + +function revenuebudgt () +{ + if (date('m') >= 4) + { + $yearl = date('Y').'-'.(date('Y')+1); + } else { + $yearl = (date('Y')-1).'-'.date('Y'); + } + $ab=$yearl; + $fa=substr($ab,0,-5); + $aa=substr($ab,5,5); + $sql="SELECT ROUND(sum(BudgetAmount),2) as totalrevenuebudget FROM T_CostCenter_Budget where BudgetType ='REVENUE' and date(CreatedDate) >= '".$fa."-04-01' and date(CreatedDate) <= '".$aa."-03-31'"; + $query = $this->db->query($sql); + return $query->result(); +} + +function typebal () +{ + if (date('m') >= 4) + { + $yearl = date('Y').'-'.(date('Y')+1); + } else { + $yearl = (date('Y')-1).'-'.date('Y'); + } + $ab=$yearl; + $fa=substr($ab,0,-5); + $aa=substr($ab,5,5); + $sql="SELECT BudgetYear, +sum(if(BudgetType = 'SERVICE', +Util_Amount,0)) as sr, +sum(if(BudgetType = 'REVENUE', +Util_Amount,0)) as rv, +sum(if(BudgetType = 'IMPORT', +Util_Amount,0)) as im, +sum(if(BudgetType = 'CAPITAL', +Util_Amount,0)) as ca +FROM cost_center where Status !='ST030' and date(PODate) >= '".$fa."-04-01' and date(PODate) <= '".$aa."-03-31'; +"; + $query = $this->db->query($sql); + //echo $sql; + return $query->result(); +} + + + + function req_list($fa,$aa,$m,$frm,$t,$agf,$agt){ + $sql="select date_format(mas.ReqDate,'%d-%m-%Y') as ReqDate,mas.ReqNo,emp.FirstName as Requestedby,dep.DepartmentName,mas.ReqType,DATEDIFF(CURDATE(),mas.ReqDate) AS Aging from T_Requestion_Master as mas + join T_CostCenter_Master cos on cos.CostCenterCode = mas.CostCenterCode + join T_Employee_Details emp on emp.EmpID = mas.Requestedby + join T_DepartmentDetails dep on dep.DEPCode=emp.Departmentcode + where mas.Status = 'ST002' + "; + if ($fa and $aa != ''){ + + $sql.=" and (mas.ReqDate >= '".$fa."-04-01' and mas.ReqDate <= '".$aa."-03-31')"; + + } + if ($m!= ''){ + + $sql.="and monthname(mas.ReqDate) = '".$m."'"; + + } + + if ($frm and $t != ''){ + $fromd= date("Y-m-d",strtotime($frm)); + $tod=date("Y-m-d",strtotime($t)); + + $sql.="and date(mas.ReqDate) >= '".$fromd."' + and date(mas.ReqDate) <= '".$tod."'"; + + } + if ($agf and $agt != ''){ + + $sql.="and DATEDIFF(CURDATE(),mas.ReqDate) >= '".$agf."' + and DATEDIFF(CURDATE(),mas.ReqDate) <= '".$agt."'"; + + } + $query = $this->db->query($sql); + //print_r($this->db->last_query()); + return $query->result(); + } + + function report_relpo($fa,$aa,$m,$frm,$t,$agf,$agt){ + $sql="select Mast.PONO,Mast.POType,date_format(Mast.PODate,'%d-%m-%Y') as PODate,date_format(Mast.ReleasedOn,'%d-%m-%Y') as ReleasedDate,Dept_Details.DepartmentName As Dept_Name,Mast.TotalOrderValue +from T_PurchaseOrder_Master Mast +JOIN T_PurchaseOrder_LineItem Det on Det.PONO=Mast.PONO +left JOIN T_Requestion_Master as Req on Req.ReqNo=Det.ReqNo +left JOIN T_DepartmentDetails Dept_Details on Dept_Details.DEPCode=Req.RequestedDept +left JOIN T_CostCenter_Master as Cost on +Cost.CostCenterCode=Req.CostCenterCode +JOIN T_CostCenter_Budget as Cost_Center_Bdgt on Cost.CostCenterCode=Cost_Center_Bdgt.CostCenterCode +where Mast.Status='ST026' +"; +if ($fa and $aa != ''){ + + $sql.=" and (Mast.PODate >= '".$fa."-04-01' and Mast.PODate <= '".$aa."-03-31')"; + + } + if ($m!= ''){ + + $sql.="and monthname(Mast.PODate) = '".$m."'"; + + } + + if ($frm and $t != ''){ + $fromd= date("Y-m-d",strtotime($frm)); + $tod=date("Y-m-d",strtotime($t)); + + $sql.="and date(Mast.PODate) >= '".$fromd."' + and date(Mast.PODate) <= '".$tod."'"; + + } + if ($agf and $agt != ''){ + + $sql.="and Mast.TotalOrderValue >= '".$agf."' + and Mast.TotalOrderValue <= '".$agt."'"; + + } + $sql.=" group by Mast.PONO"; + $query = $this->db->query($sql); + return $query->result(); + } + + function report_openpending($fa,$aa,$m,$frm,$t,$agf,$agt){ + $sql="select Mast.PONO as PONO,Mast.POType as POType,date_format(Mast.PODate,'%d-%m-%Y') as PODate,date_format(Mast.ApprovedOn,'%d-%m-%Y') as ApprovedDate,Dept_Details.DepartmentName As Dept_Name,Mast.TotalOrderValue +from T_PurchaseOrder_Master Mast +left JOIN T_PurchaseOrder_LineItem Det on Det.PONO=Mast.PONO +left JOIN T_Requestion_Master as Req on Req.ReqNo=Det.ReqNo +left JOIN T_DepartmentDetails Dept_Details on Dept_Details.DEPCode=Req.RequestedDept +left JOIN T_CostCenter_Master as Cost on +Cost.CostCenterCode=Req.CostCenterCode +JOIN T_CostCenter_Budget as Cost_Center_Bdgt on Cost.CostCenterCode=Cost_Center_Bdgt.CostCenterCode +where (Mast.Status='ST025' or Mast.Status='ST005') + "; +if ($fa and $aa != ''){ + + $sql.=" and (Mast.PODate >= '".$fa."-04-01' and Mast.PODate <= '".$aa."-03-31')"; + + } + if ($m!= ''){ + + $sql.="and monthname(Mast.PODate) = '".$m."'"; + + } + + if ($frm and $t != ''){ + $fromd= date("Y-m-d",strtotime($frm)); + $tod=date("Y-m-d",strtotime($t)); + + $sql.="and date(Mast.PODate) >= '".$fromd."' + and date(Mast.PODate) <= '".$tod."'"; + + } + if ($agf and $agt != ''){ + + $sql.="and Mast.TotalOrderValue >= '".$agf."' + and Mast.TotalOrderValue <= '".$agt."'"; + + } + $sql.=" group by PONO,POType,Dept_Name"; + $query = $this->db->query($sql); + //echo $sql; + return $query->result(); + + + + } + + function report_total($fa,$aa){ + + + $sql="select ifnull(Dept_Details.DepartmentName,'-') As Dept_Name, + SUM(CASE WHEN Mast.Status = 'ST015' or Mast.Status = 'ST024' THEN 1 ELSE 0 END) AS PO_Created, + SUM(CASE WHEN Mast.Status = 'ST025' THEN 1 ELSE 0 END) AS Approved, + SUM(CASE WHEN Mast.Status = 'ST051' THEN 1 ELSE 0 END) AS Approver_Onhold, + SUM(CASE WHEN Mast.Status = 'ST052' THEN 1 ELSE 0 END) AS Releaser_Onhold, + SUM(CASE WHEN Mast.Status = 'ST053' THEN 1 ELSE 0 END) AS Service_completed, + SUM(CASE WHEN Mast.Status = 'ST026' THEN 1 ELSE 0 END) AS Released, + SUM(CASE WHEN Mast.Status = 'ST027' THEN 1 ELSE 0 END) AS IGR_Created, + SUM(CASE WHEN Mast.Status = 'ST044' THEN 1 ELSE 0 END) AS MRIR_Approved, + SUM(CASE WHEN Mast.Status = 'ST045' THEN 1 ELSE 0 END) AS MRIR_Rejected, +SUM(CASE WHEN Mast.Status = 'ST056' THEN 1 ELSE 0 END) AS Special_po +from T_PO_Detail Mast +left JOIN T_Requestion_Master as Req on Req.ReqNo=Mast.ReqNo +left JOIN T_DepartmentDetails Dept_Details on Dept_Details.DEPCode=Req.RequestedDept +where Mast.PODate >= '".$fa."-04-01' and Mast.PODate <= '".$aa."-03-31' +group by Dept_Name"; + $query = $this->db->query($sql); + return $query->result(); + + + + } + + function report_ccr($fa,$aa){ + + + $sql="SELECT Cost_Center_Code,Cost_Center_Name,Dept_Name,BudgetType,BudgetYear,sum(Util_Amount) as Util_Amount, +budget - sum(Util_Amount) as Avlbl_Amt +FROM cost_center +where Status !='ST030' and date(PODate) >= '".$fa."-04-01' and date(PODate) <= '".$aa."-03-31' +group by Cost_Center_Code,BudgetYear,BudgetType"; + $query = $this->db->query($sql); + //echo $sql; + return $query->result(); + + } + + + function report_MMSupplier(){ + + + $sql="select po.PODate as Material_Date,po.SupplierID,sup.SupplierName,pl.MaterialCode,mm.MaterialName,mm.MaterialType,mm.UOM,mm.HSNCODE +from T_PurchaseOrder_Master po +join T_PurchaseOrder_LineItem pl on pl.PONO=po.PONO +join T_MaterialMaster mm on mm.MaterialCode=pl.MaterialCode +join T_SupplierDetailsN sup on sup.SupplierID=po.SupplierID +group by po.SupplierID,pl.MaterialCode"; + $query = $this->db->query($sql); + return $query->result(); + + + + } + + function report_MMItem(){ + + + $sql="SELECT MaterialCode,MaterialName,UOM,Category,HSNCODE FROM T_MaterialMaster group by MaterialCode"; + $query = $this->db->query($sql); + return $query->result(); + + + + } + + function report_MMReceiptValue($fa,$aa,$m){ + + + $sql="select +DATE_FORMAT(IF(pm.PODate = '0000-00-00', NOW(), pm.PODate), '%b-%Y') AS Month, +matv.MaterialCode,mat.MaterialName,mat.UOM,ROUND(AVG(matv.Rate),2) as Average_Rate +from T_MaterialItem_PO matv +join T_PurchaseOrder_Master pm on pm.CreatedDate = matv.CreatedDate +join T_MaterialMaster mat on matv.MaterialCode=mat.MaterialCode +where pm.PODate != 0 "; +if ($fa and $aa != ''){ + + $sql.=" and (pm.PODate >= '".$fa."-04-01' and pm.PODate <= '".$aa."-03-31')"; + + } + if ($m!= ''){ + + $sql.="and monthname(pm.PODate) = '".$m."'"; + + } + $sql.=" group by matv.MaterialCode"; + $sql.=" order by monthname(pm.PODate)"; + $query = $this->db->query($sql); + return $query->result(); + + + + } + function report_purchase($cname,$prod,$fa,$aa,$m,$frm,$t){ + + + $sql="SELECT pm.PONO as pono,pm.POType as potype,date_format(pm.PODate,'%d-%m-%Y') as created_date, +TIME_FORMAT(pm.PODate,'%l:%i %p') as created_time, +mm.MaterialName as material_name,sd.SupplierName as supplier_name, +ifnull(sum(distinct pl.Quantity),0) as quantity,mm.UOM as UOM,ifnull(sum(distinct pl.Rate),0) as rate, +round(ifnull(sum(distinct pl.Quantity * pl.Rate),0),2) as value, +if(POType = 'IMPORT' or POType = 'CAPITAL',sum(distinct pm.ExchangeRate),0) as exchange_rate, +ifnull(if(POType = 'REVENUE',sum(distinct rt.AfterSGST),sum(distinct st.After_SGST)),0) as sgst, +ifnull(if(POType = 'REVENUE',sum(distinct rt.AfterCGST),sum(distinct st.After_CGST)),0) as cgst, +ifnull(if(POType = 'REVENUE',sum(distinct rt.AfterIGST),sum(distinct st.After_IGST)),0) as igst, +ifnull(if(POType = 'REVENUE',sum(distinct rt.AfterDiscount),sum(distinct st.Afterdiscountval)),0) as discount, +ifnull(if(POType = 'REVENUE',sum(distinct rt.AfterFreightValue),sum(distinct st.AfterFreightValue)),0) as freight, +ifnull(if(POType = 'REVENUE',sum(distinct rt.AfterPackagingValue),0),0) as Package, +ifnull(rt.Insurance,0) as insurance, +round(( + if(POType = 'IMPORT',sum(distinct pm.ExchangeRate * (pl.Quantity * pl.Rate)), +if(POType = 'CAPITAL' && CapitalRange = 0,sum(distinct pm.ExchangeRate * (pl.Quantity * pl.Rate)), +ifnull(sum(pl.Quantity * pl.Rate),0))) ++ ifnull(if(POType = 'REVENUE',sum(distinct rt.AfterSGST),sum(distinct st.After_SGST)),0) ++ ifnull(if(POType = 'REVENUE',sum(distinct rt.AfterCGST),sum(distinct st.After_CGST)),0) ++ ifnull(if(POType = 'REVENUE',sum(distinct rt.AfterIGST),sum(distinct st.After_IGST)),0) ++ ifnull(if(POType = 'REVENUE',sum(distinct rt.AfterFreightValue),sum(distinct st.AfterFreightValue)),0) ++ ifnull(if(POType = 'REVENUE',sum(distinct rt.AfterPackagingValue),0),0) ++ ifnull(rt.Insurance,0) +- ifnull(if(POType = 'REVENUE',sum(distinct rt.AfterDiscount),sum(distinct st.Afterdiscountval)),0)),2) as total + FROM T_PurchaseOrder_Master pm +join T_PurchaseOrder_LineItem pl on pl.PONO = pm.PONO +left join T_MaterialMaster mm on mm.MaterialCode = pl.MaterialCode +left join T_SupplierDetailsN sd on sd.SupplierID = pm.SupplierID +left join T_Service_Tax st on st.LineItemNo = pl.LineItemNo +left join T_Revenue_Tax rt on rt.LineItemNo = pl.LineItemNo +where +pm.Status != 'ST030' and pm.Status != 'ST056' and pm.Status != 'ST027'"; + +if ($cname!= ''){ + + $sql.="and sd.SupplierName = '".$cname."'"; + + } + + + + if ($fa and $aa != ''){ + + $sql.=" and (pm.PODate >= '".$fa."-04-01' and pm.PODate <= '".$aa."-03-31')"; + + } + if ($m!= ''){ + + $sql.="and monthname(pm.PODate) = '".$m."'"; + + } + + if ($frm and $t != ''){ + $fromd= date("Y-m-d",strtotime($frm)); + $tod=date("Y-m-d",strtotime($t)); + + $sql.="and date(pm.PODate) >= '".$fromd."' + and date(pm.PODate) <= '".$tod."'"; + + } + if ($prod!= ''){ + + $sql.=" and mm.MaterialName = '".$prod."' "; + + } + + + +$sql.="group by pono,material_name,supplier_name"; +//echo $sql; + $query = $this->db->query($sql); + return $query->result(); + } + function report_purchase_link($cname,$prod,$fa,$aa,$m,$frm,$t,$sid,$mid,$d){ + + + $sql="SELECT pm.PONO as pono,pm.POType as potype,date_format(pm.PODate,'%d-%m-%Y') as created_date, +TIME_FORMAT(pm.PODate,'%l:%i %p') as created_time, +mm.MaterialName as material_name,sd.SupplierName as supplier_name, +ifnull(sum(distinct pl.Quantity),0) as quantity,mm.UOM as UOM,ifnull(sum(distinct pl.Rate),0) as rate, +round(ifnull(sum(distinct pl.Quantity * pl.Rate),0),2) as value, +if(POType = 'IMPORT' or POType = 'CAPITAL',sum(distinct pm.ExchangeRate),0) as exchange_rate, +ifnull(if(POType = 'REVENUE',sum(distinct rt.AfterSGST),sum(distinct st.After_SGST)),0) as sgst, +ifnull(if(POType = 'REVENUE',sum(distinct rt.AfterCGST),sum(distinct st.After_CGST)),0) as cgst, +ifnull(if(POType = 'REVENUE',sum(distinct rt.AfterIGST),sum(distinct st.After_IGST)),0) as igst, +ifnull(if(POType = 'REVENUE',sum(distinct rt.AfterDiscount),sum(distinct st.Afterdiscountval)),0) as discount, +ifnull(if(POType = 'REVENUE',sum(distinct rt.AfterFreightValue),sum(distinct st.AfterFreightValue)),0) as freight, +ifnull(if(POType = 'REVENUE',sum(distinct rt.AfterPackagingValue),0),0) as Package, +ifnull(rt.Insurance,0) as insurance, +round(( + if(POType = 'IMPORT',sum(distinct pm.ExchangeRate * (pl.Quantity * pl.Rate)), +if(POType = 'CAPITAL' && CapitalRange = 0,sum(distinct pm.ExchangeRate * (pl.Quantity * pl.Rate)), +ifnull(sum(pl.Quantity * pl.Rate),0))) ++ ifnull(if(POType = 'REVENUE',sum(distinct rt.AfterSGST),sum(distinct st.After_SGST)),0) ++ ifnull(if(POType = 'REVENUE',sum(distinct rt.AfterCGST),sum(distinct st.After_CGST)),0) ++ ifnull(if(POType = 'REVENUE',sum(distinct rt.AfterIGST),sum(distinct st.After_IGST)),0) ++ ifnull(if(POType = 'REVENUE',sum(distinct rt.AfterFreightValue),sum(distinct st.AfterFreightValue)),0) ++ ifnull(if(POType = 'REVENUE',sum(distinct rt.AfterPackagingValue),0),0) ++ ifnull(rt.Insurance,0) +- ifnull(if(POType = 'REVENUE',sum(distinct rt.AfterDiscount),sum(distinct st.Afterdiscountval)),0)),2) as total + FROM T_PurchaseOrder_Master pm +left join T_PurchaseOrder_LineItem pl on pl.PONO = pm.PONO +left join T_MaterialMaster mm on mm.MaterialCode = pl.MaterialCode +left join T_SupplierDetailsN sd on sd.SupplierID = pm.SupplierID +left join T_Service_Tax st on st.LineItemNo = pl.LineItemNo +left join T_Revenue_Tax rt on rt.LineItemNo = pl.LineItemNo +where +pm.Status != 'ST030' and pm.Status != 'ST056' and pm.Status != 'ST027' "; + +if ($cname!= ''){ + + $sql.="and sd.SupplierName = '".$cname."'"; + + } + + + + if ($fa and $aa != ''){ + + $sql.=" and (pm.PODate >= '".$fa."-04-01' and pm.PODate <= '".$aa."-03-31')"; + + } + if ($m!= ''){ + + $sql.="and monthname(pm.PODate) = '".$m."'"; + + } + + if ($frm and $t != ''){ + $fromd= date("Y-m-d",strtotime($frm)); + $tod=date("Y-m-d",strtotime($t)); + + $sql.="and date(pm.PODate) >= '".$fromd."' + and date(pm.PODate) <= '".$tod."'"; + + } + if ($prod!= ''){ + + $sql.=" and mm.MaterialName = '".$prod."' "; + + } + if ($sid!= ''){ + + $sql.=" and sd.SupplierID = '".$sid."' "; + + } + if ($mid!= ''){ + + $sql.=" and mm.MaterialCode = '".$mid."' "; + + } + if ($d!= ''){ + + $sql.=" and date(pm.PODate) = '".$d."' "; + + } + + + +$sql.="group by pono,material_name,supplier_name"; +//echo $sql; + $query = $this->db->query($sql); + return $query->result(); + } + function report_finyear(){ + + + $sql="SELECT + CASE WHEN MONTH(PODate)>=4 THEN + concat(YEAR(PODate), '-',YEAR(PODate)+1) + ELSE concat(YEAR(PODate)-1,'-', YEAR(PODate)) END AS financial_year + FROM T_PurchaseOrder_Master +GROUP BY financial_year"; + $query = $this->db->query($sql); + return $query->result(); + + + + } + + function ireport_finyear(){ + + $sql="SELECT + CASE WHEN MONTH(MaterialRcvdDate)>=4 + THEN concat(YEAR(MaterialRcvdDate), '-',YEAR(MaterialRcvdDate)+1) + ELSE concat(YEAR(MaterialRcvdDate)-1,'-', YEAR(MaterialRcvdDate)) + END AS financial_year + FROM T_IGR_Master + GROUP BY financial_year"; + $query = $this->db->query($sql); + return $query->result(); + + } + + function report_year_wise($a=null, $b=null){ + + + $sql="SELECT sd.SupplierID as sid,mm.MaterialCode as mid,pm.POdate as created_date,ifnull(sum(pl.Quantity),0) as quantity,round(ifnull(sum(pl.Quantity * pl.Rate),0),2) as total +FROM T_PurchaseOrder_Master pm +join T_PurchaseOrder_LineItem pl on pl.PONO = pm.PONO +left join T_MaterialMaster mm on mm.MaterialCode = pl.MaterialCode +left join T_SupplierDetailsN sd on sd.SupplierID = pm.SupplierID +left join T_Service_Tax st on st.LineItemNo = pl.LineItemNo +where pm.Status != 'ST030' and pm.Status != 'ST056' and pm.Status != 'ST027' and date(pm.POdate) >= '$a-04-01' and date(pm.PODate) <= '$b-03-31' +group by month(created_date)"; + $query = $this->db->query($sql); + return $query->result(); + + + + } + function customer_name(){ + $sql="SELECT distinct SupplierName FROM T_SupplierDetailsN;"; + $query = $this->db->query($sql); + return $query->result(); + } + function material_name(){ + $sql="SELECT distinct MaterialName FROM T_MaterialMaster;"; + $query = $this->db->query($sql); + return $query->result(); + } + function category(){ + $sql="SELECT distinct Category FROM T_MaterialMaster;"; + $query = $this->db->query($sql); + return $query->result(); + } + function report_month_wise($mont){ + $month= date("m",strtotime($mont)); + $year = date("Y",strtotime($mont)); + + $sql="SELECT sd.SupplierID as sid,mm.MaterialCode as mid,sd.SupplierName as supplier_name,ifnull(mm.MaterialName,'-') as material_name,ifnull(sum(pl.Quantity),0) as quantity,round(ifnull(sum(pl.Quantity * pl.Rate),0),2) as total +FROM T_PurchaseOrder_Master pm +left join T_PurchaseOrder_LineItem pl on pl.PONO = pm.PONO +left join T_MaterialMaster mm on mm.MaterialCode = pl.MaterialCode +left join T_SupplierDetailsN sd on sd.SupplierID = pm.SupplierID +left join T_Service_Tax st on st.LineItemNo = pl.LineItemNo +where pm.Status != 'ST030' and pm.Status != 'ST056' and pm.Status != 'ST027' and sd.SupplierName is not null and month(pm.PODate)= ? and year(pm.PODate) = ? +group by supplier_name,material_name"; + $query = $this->db->query($sql,array($month,$year)); + return $query->result(); + } + function report_year_wise_total($a,$b){ + + $sql="SELECT sd.SupplierID as sid,mm.MaterialCode as mid,sd.SupplierName as supplier_name,ifnull(mm.MaterialName,'-') as material_name,ifnull(sum(pl.Quantity),0) as quantity,round(ifnull(sum(pl.Quantity * pl.Rate),0),2) as total +FROM T_PurchaseOrder_Master pm +left join T_PurchaseOrder_LineItem pl on pl.PONO = pm.PONO +left join T_MaterialMaster mm on mm.MaterialCode = pl.MaterialCode +left join T_SupplierDetailsN sd on sd.SupplierID = pm.SupplierID +left join T_Service_Tax st on st.LineItemNo = pl.LineItemNo +where pm.Status != 'ST030' and pm.Status != 'ST056' and pm.Status != 'ST027' and sd.SupplierName is not null and date(pm.POdate) >= '$a-04-01' and date(pm.PODate) <= '$b-03-31' +group by supplier_name,material_name"; + $query = $this->db->query($sql,array()); + return $query->result(); + } + + function report_supplier($cname,$fa,$aa,$m,$frm,$t){ + + + $sql="SELECT sd.SupplierID as sid,sd.SupplierName as supplier_name,count(pm.PONO) as counts,ifnull(sum(pl.Quantity),0) as quantity,round(ifnull(sum(pl.Quantity * pl.Rate),0),2) as value, + +case pm.POType +when 'IMPORT' +then ifnull((sum(distinct(pl.Quantity * pl.Rate) * pm.ExchangeRate) +),0) + ifnull(rt.Insurance,0) +when 'CAPITAL' +then sum(distinct if(pm.CapitalRange=0,(( pl.Quantity * pl.Rate) * pm.ExchangeRate),( pl.Quantity * pl.Rate) +- st.Afterdiscountval)) ++ ifnull(sum(distinct st.After_SGST),0) ++ ifnull(sum(distinct st.After_CGST),0) ++ ifnull(sum(distinct st.After_IGST),0) ++ ifnull(sum(distinct st.AfterFreightValue),0) ++ ifnull(rt.Insurance,0) + + +when 'SERVICE' +then ifnull(sum(distinct pl.Quantity * pl.Rate),0) ++ ifnull(sum(distinct st.After_SGST),0) ++ ifnull(sum(distinct st.After_CGST),0) ++ ifnull(sum(distinct st.After_IGST),0) ++ ifnull(sum(distinct st.AfterFreightValue),0) ++ ifnull(rt.Insurance,0) +- ifnull(sum(distinct st.Afterdiscountval),0) + +when 'REVENUE' +then ifnull(sum(distinct pl.Quantity * pl.Rate),0) +- ifnull(sum(distinct rt.AfterDiscount),0) ++ ifnull(sum(distinct rt.AfterSGST),0) ++ ifnull(sum(distinct rt.AfterCGST),0) ++ ifnull(sum(distinct rt.AfterIGST),0) ++ ifnull(sum(distinct rt.AfterFreightValue),0) ++ ifnull(sum(distinct rt.AfterPackagingValue),0) ++ ifnull(rt.Insurance,0) + +end + as total +FROM T_PurchaseOrder_Master pm +left join T_PurchaseOrder_LineItem pl on pl.PONO = pm.PONO +left join T_SupplierDetailsN sd on sd.SupplierID = pm.SupplierID +left join T_Service_Tax st on st.LineItemNo = pl.LineItemNo +left join T_Revenue_Tax rt on rt.LineItemNo = pl.LineItemNo +where +pm.Status != 'ST030' and pm.Status != 'ST056' and pm.Status != 'ST027' "; + +if ($cname!= ''){ + + $sql.="and sd.SupplierName = '".$cname."'"; + + } + + + + if ($fa and $aa != ''){ + + $sql.=" and (pm.PODate >= '".$fa."-04-01' and pm.PODate <= '".$aa."-03-31')"; + + } + if ($m!= ''){ + + $sql.="and monthname(pm.PODate) = '".$m."'"; + + } + + if ($frm and $t != ''){ + $fromd= date("Y-m-d",strtotime($frm)); + $tod=date("Y-m-d",strtotime($t)); + + $sql.="and date(pm.PODate) >= '".$fromd."' + and date(pm.PODate) <= '".$tod."'"; + + } + $sql.= "group by supplier_name"; + //echo $sql; + $query = $this->db->query($sql); + return $query->result(); + + } + function report_consolidate($cname,$fa,$aa){ + + + $sql="select sd.SupplierID as sid,mm.MaterialCode as mid,sd.SupplierName as supplier_name,mm.MaterialName as material_name, +SUM(IF(month(pm.PODate) = 4, pl.Quantity, 0)) AS April, +SUM(IF(month(pm.PODate) = 5, pl.Quantity, 0)) AS May, +SUM(IF(month(pm.PODate) = 6, pl.Quantity, 0)) AS June, +SUM(IF(month(pm.PODate) = 7, pl.Quantity, 0)) AS July, +SUM(IF(month(pm.PODate) = 8, pl.Quantity, 0)) AS August, +SUM(IF(month(pm.PODate) = 9, pl.Quantity, 0)) AS September, +SUM(IF(month(pm.PODate) = 10, pl.Quantity, 0)) AS October, +SUM(IF(month(pm.PODate) = 11, pl.Quantity, 0)) AS November, +SUM(IF(month(pm.PODate) = 12, pl.Quantity, 0)) AS December, +SUM(IF(month(pm.PODate) = 1, pl.Quantity, 0)) AS January, +SUM(IF(month(pm.PODate) = 2, pl.Quantity, 0)) AS February, +SUM(IF(month(pm.PODate) = 3, pl.Quantity, 0)) AS March, +sum(pl.Quantity) as qtotal, +SUM(IF(month(pm.PODate) = 4, pl.Quantity * pl.Rate, 0)) AS vApril, +SUM(IF(month(pm.PODate) = 5, pl.Quantity * pl.Rate, 0)) AS vMay, +SUM(IF(month(pm.PODate) = 6, pl.Quantity * pl.Rate, 0)) AS vJune, +SUM(IF(month(pm.PODate) = 7, pl.Quantity * pl.Rate, 0)) AS vJuly, +SUM(IF(month(pm.PODate) = 8, pl.Quantity * pl.Rate, 0)) AS vAugust, +SUM(IF(month(pm.PODate) = 9, pl.Quantity * pl.Rate, 0)) AS vSeptember, +SUM(IF(month(pm.PODate) = 10, pl.Quantity * pl.Rate, 0)) AS vOctober, +SUM(IF(month(pm.PODate) = 11, pl.Quantity * pl.Rate, 0)) AS vNovember, +SUM(IF(month(pm.PODate) = 12, pl.Quantity * pl.Rate, 0)) AS vDecember, +SUM(IF(month(pm.PODate) = 1, pl.Quantity * pl.Rate, 0)) AS vJanuary, +SUM(IF(month(pm.PODate) = 2, pl.Quantity * pl.Rate, 0)) AS vFebruary, +SUM(IF(month(pm.PODate) = 3, pl.Quantity * pl.Rate, 0)) AS vMarch, +sum(pl.Quantity * pl.Rate) as vtotal +FROM T_PurchaseOrder_Master pm +join T_PurchaseOrder_LineItem pl on pl.PONO = pm.PONO +join T_MaterialMaster mm on mm.MaterialCode = pl.MaterialCode +join T_SupplierDetailsN sd on sd.SupplierID = pm.SupplierID +where pm.Status != 'ST030' and pm.Status != 'ST056' and pm.Status != 'ST027' "; + +if ($cname!= ''){ + + $sql.="and sd.SupplierName = '".$cname."'"; + + } + + + + if ($fa and $aa != ''){ + + $sql.=" and (pm.PODate >= '".$fa."-04-01' and pm.PODate <= '".$aa."-03-31')"; + + } + + $sql.= "group by supplier_name,material_name"; + //echo $sql; + $query = $this->db->query($sql); + return $query->result(); + + } + function consolidate_month($m=null,$sid=null,$mid=null,$fa=null,$aa=null){ + + $sql="select mm.Category as category,sd.SupplierID as sid,sd.SupplierName as supplier_name,mm.MaterialCode as mid,mm.MaterialName as material_name, +sum(pl.Quantity) as quantity, +sum(pl.Quantity * pl.Rate) as total +FROM T_PurchaseOrder_Master pm +join T_PurchaseOrder_LineItem pl on pl.PONO = pm.PONO +join T_MaterialMaster mm on mm.MaterialCode = pl.MaterialCode +join T_SupplierDetailsN sd on sd.SupplierID = pm.SupplierID +left join T_Service_Tax st on st.LineItemNo = pl.LineItemNo +left join T_Revenue_Tax rt on rt.LineItemNo = pl.LineItemNo +where pm.Status != 'ST030' and pm.Status != 'ST056' and pm.Status != 'ST027' and +monthname(pm.PODate) = '".$m."' and sd.SupplierID = '".$sid."' and mm.MaterialCode = '".$mid."' "; +if ($fa and $aa != ''){ + + $sql.=" and (pm.PODate >= '".$fa."-04-01' and pm.PODate <= '".$aa."-03-31')"; + + } + $sql.= "group by supplier_name,material_name"; + $query = $this->db->query($sql); + //echo $sql; + return $query->result(); + } + function consolidate_year($sid=null,$mid=null,$fa=null,$aa=null){ + + $sql="select mm.Category as category,sd.SupplierID as sid,sd.SupplierName as supplier_name,mm.MaterialCode as mid,mm.MaterialName as material_name, +sum(pl.Quantity) as quantity, +sum(pl.Quantity * pl.Rate) as total +FROM T_PurchaseOrder_Master pm +join T_PurchaseOrder_LineItem pl on pl.PONO = pm.PONO +join T_MaterialMaster mm on mm.MaterialCode = pl.MaterialCode +join T_SupplierDetailsN sd on sd.SupplierID = pm.SupplierID +left join T_Service_Tax st on st.LineItemNo = pl.LineItemNo +left join T_Revenue_Tax rt on rt.LineItemNo = pl.LineItemNo +where pm.Status != 'ST030' and pm.Status != 'ST056' and pm.Status != 'ST027' and sd.SupplierID = '".$sid."' and mm.MaterialCode = '".$mid."' "; +if ($fa and $aa != ''){ + + $sql.=" and (pm.PODate >= '".$fa."-04-01' and pm.PODate <= '".$aa."-03-31')"; + + } + $sql.= "group by supplier_name,material_name"; + $query = $this->db->query($sql); + //echo $sql; + return $query->result(); + } + function report_cumulative(){ + if (date('m') >= 4) { + $yearl = date('Y').'-'.(date('Y')+1); + } else { + $yearl = (date('Y')-1).'-'.date('Y'); + } + $ab=$yearl; + $fa=substr($ab,0,-5); + $aa=substr($ab,5,5); + + $sql="SELECT year.sid as sid,year.mid as mid,year.supplier_name as supplier_name,year.material_name as material_name,year.quantity as quantity,year.total as total,month.mquantity as mquantity,month.mtotal as mtotal,today.tquantity as tquantity,today.ttotal as ttotal +FROM (SELECT sd.SupplierID as sid,mm.MaterialCode as mid,sd.SupplierName as supplier_name,ifnull(mm.MaterialName,'-') as material_name,ifnull(sum(pl.Quantity),0) as quantity,round(ifnull(sum(pl.Quantity * pl.Rate),0),2) as total +FROM T_PurchaseOrder_Master pm +left join T_PurchaseOrder_LineItem pl on pl.PONO = pm.PONO +left join T_MaterialMaster mm on mm.MaterialCode = pl.MaterialCode +left join T_SupplierDetailsN sd on sd.SupplierID = pm.SupplierID +where pm.Status != 'ST030' and pm.Status != 'ST056' and pm.Status != 'ST027' and sd.SupplierName is not null and +(pm.PODate >= '".$fa."-04-01' and pm.PODate <= '".$aa."-03-31') +group by supplier_name,material_name +) as year left join +(SELECT sd.SupplierID as sid,mm.MaterialCode as mid,sd.SupplierName as supplier_name,ifnull(mm.MaterialName,'-') as material_name,ifnull(sum(pl.Quantity),0) as mquantity,round(ifnull(sum(pl.Quantity * pl.Rate),0),2) as mtotal +FROM T_PurchaseOrder_Master pm +left join T_PurchaseOrder_LineItem pl on pl.PONO = pm.PONO +left join T_MaterialMaster mm on mm.MaterialCode = pl.MaterialCode +left join T_SupplierDetailsN sd on sd.SupplierID = pm.SupplierID +where pm.Status != 'ST030' and pm.Status != 'ST056' and pm.Status != 'ST027' and sd.SupplierName is not null and +month(pm.PODate) = month(current_date()) +group by supplier_name,material_name +) as month on month.supplier_name=year.supplier_name and month.material_name=year.material_name +left join +(SELECT sd.SupplierID as sid,mm.MaterialCode as mid,sd.SupplierName as supplier_name,ifnull(mm.MaterialName,'-') as material_name,IF(pl.Quantity IS NULL or pl.Quantity = '', 0, sum(pl.Quantity)) as tquantity,ifnull(sum(pl.Quantity * pl.Rate),0) as ttotal +FROM T_PurchaseOrder_Master pm +left join T_PurchaseOrder_LineItem pl on pl.PONO = pm.PONO +left join T_MaterialMaster mm on mm.MaterialCode = pl.MaterialCode +left join T_SupplierDetailsN sd on sd.SupplierID = pm.SupplierID +where pm.Status != 'ST030' and pm.Status != 'ST056' and pm.Status != 'ST027' and sd.SupplierName is not null and +date(pm.PODate) = current_date() +group by supplier_name,material_name +) as today on today.supplier_name=month.supplier_name and today.material_name=month.material_name +group by supplier_name,material_name +"; + $query = $this->db->query($sql); + return $query->result(); + } + function report_cum_month($sup=null,$mat=null){ + + $sql="SELECT sd.SupplierID as sid,mm.MaterialCode as mid,sd.SupplierName as supplier_name,ifnull(mm.MaterialName,'-') as material_name,IF(pl.Quantity IS NULL or pl.Quantity = '', 0, sum(pl.Quantity)) as tquantity,ifnull(sum(pl.Quantity * pl.Rate),0) as ttotal +FROM T_PurchaseOrder_Master pm +left join T_PurchaseOrder_LineItem pl on pl.PONO = pm.PONO +left join T_MaterialMaster mm on mm.MaterialCode = pl.MaterialCode +left join T_SupplierDetailsN sd on sd.SupplierID = pm.SupplierID +where pm.Status != 'ST030' and pm.Status != 'ST056' and pm.Status != 'ST027' and sd.SupplierName is not null and month(pm.PODate) = month(current_date()) and sd.SupplierID = '".$sup."' and mm.MaterialCode = '".$mat."' +group by supplier_name,material_name"; + $query = $this->db->query($sql); + return $query->result(); + } + function report_cum_year($sup=null,$mat=null){ + if (date('m') >= 4) { + $yearl = date('Y').'-'.(date('Y')+1); + } else { + $yearl = (date('Y')-1).'-'.date('Y'); + } + $ab=$yearl; + $fa=substr($ab,0,-5); + $aa=substr($ab,5,5); + $sql="SELECT sd.SupplierID as sid,mm.MaterialCode as mid,sd.SupplierName as supplier_name,ifnull(mm.MaterialName,'-') as material_name,IF(pl.Quantity IS NULL or pl.Quantity = '', 0, sum(pl.Quantity)) as tquantity,ifnull(sum(pl.Quantity * pl.Rate),0) as ttotal +FROM T_PurchaseOrder_Master pm +left join T_PurchaseOrder_LineItem pl on pl.PONO = pm.PONO +left join T_MaterialMaster mm on mm.MaterialCode = pl.MaterialCode +left join T_SupplierDetailsN sd on sd.SupplierID = pm.SupplierID +where pm.Status != 'ST030' and pm.Status != 'ST056' and pm.Status != 'ST027' and sd.SupplierName is not null and +(pm.PODate >= '".$fa."-04-01' and pm.PODate <= '".$aa."-03-31') + and sd.SupplierID = '".$sup."' and mm.MaterialCode = '".$mat."' +group by supplier_name,material_name"; + $query = $this->db->query($sql); + return $query->result(); + } + function report_cum_day($sup=null,$mat=null){ + + $sql="SELECT sd.SupplierID as sid,mm.MaterialCode as mid,sd.SupplierName as supplier_name,ifnull(mm.MaterialName,'-') as material_name,IF(pl.Quantity IS NULL or pl.Quantity = '', 0, sum(pl.Quantity)) as tquantity,ifnull(sum(pl.Quantity * pl.Rate),0) as ttotal +FROM T_PurchaseOrder_Master pm +left join T_PurchaseOrder_LineItem pl on pl.PONO = pm.PONO +left join T_MaterialMaster mm on mm.MaterialCode = pl.MaterialCode +left join T_SupplierDetailsN sd on sd.SupplierID = pm.SupplierID +where pm.Status != 'ST030' and pm.Status != 'ST056' and pm.Status != 'ST027' and sd.SupplierName is not null and +date(pm.PODate) = current_date() and sd.SupplierID = '".$sup."' and mm.MaterialCode = '".$mat."' +group by supplier_name,material_name"; + $query = $this->db->query($sql); + return $query->result(); + } + function ireport_purchase($cname,$prod,$fa,$aa,$m,$frm,$t,$cat){ + + + $sql="select im.IGRNO as igrn,pm.POType as potype,im.PONO as pono,date_format(im.CreatedDate,'%d-%m-%Y') as created_date,TIME_FORMAT(im.CreatedDate,'%l:%i %p') as created_time,mm.MaterialName as material_name,mm.Category as category,sd.SupplierName as supplier_name,mm.UOM as UOM, id.QuantityAsPerInvoice as quantity,pl.Rate as rate,round(id.QuantityAsPerInvoice * pl.Rate,2) as value,if(POType = 'IMPORT' or POType = 'CAPITAL',pm.ExchangeRate,0) as exchange_rate,date_format(im.MaterialRcvdDate,'%d-%m-%Y') as materialrcvddate, +round(ifnull(if(POType = 'REVENUE', +(id.QuantityAsPerInvoice * rt.AfterSGST / pl.Quantity), +(id.QuantityAsPerInvoice * st.After_SGST / pl.Quantity)),0),2) as sgst, +round(ifnull(if(POType = 'REVENUE', +(id.QuantityAsPerInvoice * rt.AfterCGST / pl.Quantity), +(id.QuantityAsPerInvoice * st.After_CGST / pl.Quantity)),0),2) as cgst, +round(ifnull(if(POType = 'REVENUE', +(id.QuantityAsPerInvoice * rt.AfterIGST / pl.Quantity), +(id.QuantityAsPerInvoice * st.After_IGST / pl.Quantity)),0),2) as igst, +round(ifnull(if(POType = 'REVENUE', +(id.QuantityAsPerInvoice * rt.AfterDiscount / pl.Quantity), +(id.QuantityAsPerInvoice * st.Afterdiscountval / pl.Quantity)),0),2) as discount, +round(ifnull(if(POType = 'REVENUE', +(id.QuantityAsPerInvoice * rt.AfterFreightValue / pl.Quantity), +(id.QuantityAsPerInvoice * st.AfterFreightValue / pl.Quantity)),0),2) as freight, +round(ifnull(if(POType = 'REVENUE', +(id.QuantityAsPerInvoice * rt.AfterPackagingValue / pl.Quantity),0),0),2) as Package, + +round(( +if(POType = 'IMPORT',(pm.ExchangeRate * (id.QuantityAsPerInvoice * pl.Rate)), +if(POType = 'CAPITAL' && CapitalRange = 0,(pm.ExchangeRate * (id.QuantityAsPerInvoice * pl.Rate)), +ifnull((id.QuantityAsPerInvoice * pl.Rate),0))) ++ round(ifnull(if(POType = 'REVENUE', + (id.QuantityAsPerInvoice * rt.AfterSGST / pl.Quantity), + (id.QuantityAsPerInvoice * st.After_SGST / pl.Quantity)),0),2) ++ round(ifnull(if(POType = 'REVENUE', + (id.QuantityAsPerInvoice * rt.AfterCGST / pl.Quantity), + (id.QuantityAsPerInvoice * st.After_CGST / pl.Quantity)),0),2) ++ round(ifnull(if(POType = 'REVENUE', + (id.QuantityAsPerInvoice * rt.AfterIGST / pl.Quantity), + (id.QuantityAsPerInvoice * st.After_IGST / pl.Quantity)),0),2) ++ round(ifnull(if(POType = 'REVENUE', + (id.QuantityAsPerInvoice * rt.AfterFreightValue / pl.Quantity), + (id.QuantityAsPerInvoice * st.AfterFreightValue / pl.Quantity)),0),2) ++ round(ifnull(if(POType = 'REVENUE', + (id.QuantityAsPerInvoice * rt.AfterPackagingValue / pl.Quantity),0),0),2) +- round(ifnull(if(POType = 'REVENUE', + (id.QuantityAsPerInvoice * rt.AfterDiscount / pl.Quantity), + (id.QuantityAsPerInvoice * st.Afterdiscountval / pl.Quantity)),0),2)),2) as total, + im.file as ifile,pb.FilePath as file,infiles.FilePath as Infiles +from T_IGR_Master im +left join T_PurchaseOrder_LineItem pl on pl.PONO = im.PONO +join T_IGR_Details id on id.IGRNO = im.IGRNO and id.MaterialCode = pl.MaterialCode +join T_PurchaseOrder_Master pm on pm.PONO = pl.PONO +left join T_MaterialMaster mm on mm.MaterialCode = pl.MaterialCode +left join T_SupplierDetailsN sd on sd.SupplierID = pm.SupplierID +left join T_Service_Tax st on st.LineItemNo = pl.LineItemNo +left join T_Revenue_Tax rt on rt.LineItemNo = pl.LineItemNo +left join T_PurchaseOrder_BillUpload pb on pb.IGRNO=im.IGRNO +left join T_Inwardgateregister_fileupload infiles on infiles.IGRNO = im.IGRNO +where pm.Status != 'ST030' "; + +if ($cname!= ''){ + + $sql.="and sd.SupplierName = '".$cname."'"; + + } + + + + if ($fa and $aa != ''){ + + //$sql.=" and (im.CreatedDate >= '".$fa."-04-01' and im.CreatedDate <= '".$aa."-03-31')"; + $sql.=" and (im.MaterialRcvdDate >= '".$fa."-04-01' and im.MaterialRcvdDate <= '".$aa."-03-31')"; + + } + if ($m!= ''){ + + //$sql.="and monthname(im.CreatedDate) = '".$m."'"; + $sql.="and monthname(im.MaterialRcvdDate) = '".$m."'"; + + } + + if ($frm and $t != ''){ + $fromd= date("Y-m-d",strtotime($frm)); + $tod=date("Y-m-d",strtotime($t)); + + // $sql.="and date(im.CreatedDate) >= '".$fromd."' + // and date(im.CreatedDate) <= '".$tod."'"; + $sql.="and date(im.MaterialRcvdDate) >= '".$fromd."' + and date(im.MaterialRcvdDate) <= '".$tod."'"; + + } + if ($prod!= ''){ + + $sql.=" and mm.MaterialName = '".$prod."' "; + + } + if ($cat!= ''){ + + $sql.=" and mm.Category = '".$cat."' "; + + } + + + +$sql.="group by pono,material_name,category,supplier_name,id.IGRItemNo"; +//echo $sql; + $query = $this->db->query($sql); + return $query->result(); + } + function ireport_purchase_link($cname,$prod,$fa,$aa,$m,$frm,$t,$sid,$mid,$d,$cat,$da,$po){ + + + $sql ="select im.IGRNO as igrn,pm.POType as potype,im.PONO as pono,date_format(im.CreatedDate,'%d-%m-%Y') as created_date,TIME_FORMAT(im.CreatedDate,'%l:%i %p') as created_time,mm.MaterialName as material_name,mm.Category as category,sd.SupplierName as supplier_name,mm.UOM as UOM, id.QuantityAsPerInvoice as quantity,pl.Rate as rate,round(id.QuantityAsPerInvoice * pl.Rate,2) as value,if(POType = 'IMPORT' or POType = 'CAPITAL',pm.ExchangeRate,0) as exchange_rate,date_format(im.MaterialRcvdDate,'%d-%m-%Y') as materialrcvddate, +round(ifnull(if(POType = 'REVENUE', +(id.QuantityAsPerInvoice * rt.AfterSGST / pl.Quantity), +(id.QuantityAsPerInvoice * st.After_SGST / pl.Quantity)),0),2) as sgst, +round(ifnull(if(POType = 'REVENUE', +(id.QuantityAsPerInvoice * rt.AfterCGST / pl.Quantity), +(id.QuantityAsPerInvoice * st.After_CGST / pl.Quantity)),0),2) as cgst, +round(ifnull(if(POType = 'REVENUE', +(id.QuantityAsPerInvoice * rt.AfterIGST / pl.Quantity), +(id.QuantityAsPerInvoice * st.After_IGST / pl.Quantity)),0),2) as igst, +round(ifnull(if(POType = 'REVENUE', +(id.QuantityAsPerInvoice * rt.AfterDiscount / pl.Quantity), +(id.QuantityAsPerInvoice * st.Afterdiscountval / pl.Quantity)),0),2) as discount, +round(ifnull(if(POType = 'REVENUE', +(id.QuantityAsPerInvoice * rt.AfterFreightValue / pl.Quantity), +(id.QuantityAsPerInvoice * st.AfterFreightValue / pl.Quantity)),0),2) as freight, +round(ifnull(if(POType = 'REVENUE', +(id.QuantityAsPerInvoice * rt.AfterPackagingValue / pl.Quantity),0),0),2) as Package, + +round(( +if(POType = 'IMPORT',(pm.ExchangeRate * (id.QuantityAsPerInvoice * pl.Rate)), +if(POType = 'CAPITAL' && CapitalRange = 0,(pm.ExchangeRate * (id.QuantityAsPerInvoice * pl.Rate)), +ifnull((id.QuantityAsPerInvoice * pl.Rate),0))) ++ round(ifnull(if(POType = 'REVENUE', + (id.QuantityAsPerInvoice * rt.AfterSGST / pl.Quantity), + (id.QuantityAsPerInvoice * st.After_SGST / pl.Quantity)),0),2) ++ round(ifnull(if(POType = 'REVENUE', + (id.QuantityAsPerInvoice * rt.AfterCGST / pl.Quantity), + (id.QuantityAsPerInvoice * st.After_CGST / pl.Quantity)),0),2) ++ round(ifnull(if(POType = 'REVENUE', + (id.QuantityAsPerInvoice * rt.AfterIGST / pl.Quantity), + (id.QuantityAsPerInvoice * st.After_IGST / pl.Quantity)),0),2) ++ round(ifnull(if(POType = 'REVENUE', + (id.QuantityAsPerInvoice * rt.AfterFreightValue / pl.Quantity), + (id.QuantityAsPerInvoice * st.AfterFreightValue / pl.Quantity)),0),2) ++ round(ifnull(if(POType = 'REVENUE', + (id.QuantityAsPerInvoice * rt.AfterPackagingValue / pl.Quantity),0),0),2) +- round(ifnull(if(POType = 'REVENUE', + (id.QuantityAsPerInvoice * rt.AfterDiscount / pl.Quantity), + (id.QuantityAsPerInvoice * st.Afterdiscountval / pl.Quantity)),0),2)),2) as total, + im.file as ifile,pb.FilePath as file,infiles.FilePath as Infiles +from T_IGR_Master im +left join T_PurchaseOrder_LineItem pl on pl.PONO = im.PONO +join T_IGR_Details id on id.IGRNO = im.IGRNO and id.MaterialCode = pl.MaterialCode +join T_PurchaseOrder_Master pm on pm.PONO = pl.PONO +left join T_MaterialMaster mm on mm.MaterialCode = pl.MaterialCode +left join T_SupplierDetailsN sd on sd.SupplierID = pm.SupplierID +left join T_Service_Tax st on st.LineItemNo = pl.LineItemNo +left join T_Revenue_Tax rt on rt.LineItemNo = pl.LineItemNo +left join T_PurchaseOrder_BillUpload pb on pb.IGRNO=im.IGRNO +left join T_Inwardgateregister_fileupload infiles on infiles.IGRNO = im.IGRNO + +where pm.Status != 'ST030' "; + +if ($cname!= ''){ + + $sql.="and sd.SupplierName = '".$cname."'"; + + } + + + + if ($fa and $aa != ''){ + + //$sql.=" and (im.CreatedDate >= '".$fa."-04-01' and im.CreatedDate <= '".$aa."-03-31')"; + $sql.=" and (im.MaterialRcvdDate >= '".$fa."-04-01' and im.MaterialRcvdDate <= '".$aa."-03-31')"; + + } + if ($m!= ''){ + + //$sql.="and monthname(im.CreatedDate) = '".$m."'"; + $sql.="and monthname(im.MaterialRcvdDate) = '".$m."'"; + + } + + if ($frm and $t != ''){ + $fromd= date("Y-m-d",strtotime($frm)); + $tod=date("Y-m-d",strtotime($t)); + + // $sql.="and date(im.CreatedDate) >= '".$fromd."' + // and date(im.CreatedDate) <= '".$tod."'"; + + $sql.="and date(im.MaterialRcvdDate) >= '".$fromd."' + and date(im.MaterialRcvdDate) <= '".$tod."'"; + + } + if ($prod!= ''){ + + $sql.=" and mm.MaterialName = '".$prod."' "; + + } + if ($sid!= ''){ + + $sql.=" and sd.SupplierID = '".$sid."' "; + + } + if ($mid!= ''){ + + $sql.=" and mm.MaterialCode = '".$mid."' "; + + } + if ($d!= ''){ + + //$sql.=" and date(im.CreatedDate) = '".$d."' "; + $sql.=" and date(im.MaterialRcvdDate) = '".$d."' "; + + } + if ($cat!= ''){ + + $sql.=" and mm.Category = '".$cat."' "; + + } + if ($da!= ''){ + $ddd= date("Y-m-d",strtotime($da)); + + //$sql.=" and date(im.CreatedDate) = '".$ddd."' "; + $sql.=" and date(im.MaterialRcvdDate) = '".$ddd."' "; + + } + if ($po!= ''){ + + $sql.=" and im.PONO = '".$po."' "; + + } + + + +$sql.="group by pono,material_name,category,supplier_name,id.IGRItemNo"; +// echo $m; +// echo $sid; +//echo $sql; + $query = $this->db->query($sql); + return $query->result(); + } + function ireport_attachment($cname,$fa,$aa,$m,$frm,$t){ + + +// $sql="select pono,potype,date_format(created_date,'%d-%m-%Y') as created_date,date_format(materialrcvddate,'%d-%m-%Y') as materialrcvddate,supplier_name, +// sum(total) as total,file,ifile +// from igr + + $sql="select pono,igrn,potype,date_format(created_date,'%d-%m-%Y') as created_date,date_format(materialrcvddate,'%d-%m-%Y') as materialrcvddate,supplier_name, +sum(total) as total,file,ifile +from igr +where status != 'ST030' +"; + +if ($cname!= ''){ + + $sql.="and supplier_name = '".$cname."'"; + + } + + if ($fa and $aa != ''){ + + //$sql.=" and (created_date >= '".$fa."-04-01' and created_date <= '".$aa."-03-31')"; + $sql.=" and (materialrcvddate >= '".$fa."-04-01' and materialrcvddate <= '".$aa."-03-31')"; + + } + if ($m!= ''){ + + //$sql.="and monthname(created_date) = '".$m."'"; + $sql.="and monthname(materialrcvddate) = '".$m."'"; + + } + + if ($frm and $t != ''){ + $fromd= date("Y-m-d",strtotime($frm)); + $tod=date("Y-m-d",strtotime($t)); + + // $sql.="and date(created_date) >= '".$fromd."' + // and date(created_date) <= '".$tod."'"; + $sql.="and date(materialrcvddate) >= '".$fromd."' + and date(materialrcvddate) <= '".$tod."'"; + + } + + $sql.="group by pono,igrn"; +// echo $m; +// echo $sid; +//echo $sql; + $query = $this->db->query($sql); + + $filequery = $query->result(); + + $resultArray = array(); + + foreach ($filequery as $value) { + + $tempArray['pono'] = $value->pono; + $tempArray['potype'] =$value->potype; + $tempArray['supplier_name'] = $value->supplier_name; + $tempArray['materialrcvddate'] = $value->materialrcvddate; + $tempArray['total'] = $value->total; + $tempArray['created_date'] = $value->created_date; + $tempArray['file'] = $value->file; + $tempArray['ifile'] = $value->ifile; + $tempArray['igrn'] =$value->igrn; + + $sqli ="select FilePath as Infiles from T_Inwardgateregister_fileupload where PONO =? and IGRNO =? "; + $querys = $this->db->query($sqli,array( $tempArray['pono'],$tempArray['igrn'])); + + $filepath = $querys->result(); + $tempArray['Infiles'] = $filepath; + + $resultArray[] = $tempArray; + + } + + + return $resultArray; + + } + +function ireport_year_wise($a,$b){ + + +// $sql="select dat as CreatedDate,sum(quantity)as quantity,sum(value) as value, materialrcvddate +// from year_inward +// where status != 'ST030' and date(dat) >= '$a-04-01' and date(dat) <= '$b-03-31' +// group by month(CreatedDate) +// "; +//echo $sql; + $sql="select materialrcvddate,sum(quantity)as quantity,sum(value) as value + from igr + where status != 'ST030' and date(materialrcvddate) >= '$a-04-01' and date(materialrcvddate) <= '$b-03-31' + group by month(materialrcvddate)"; + $query = $this->db->query($sql); + return $query->result(); + + + + } + + function ireport_month_wise($mont){ + $month= date("m",strtotime($mont)); + $year = date("Y",strtotime($mont)); + + // $sql="select sid,mid,supplier_name,material_name,sum(quantity)as quantity,sum(value) as total + // from year_inward + // where status != 'ST030' and month(dat)= ? and year(dat) = ? + // group by material_name,supplier_name"; + $sql="select sid,mid,supplier_name,material_name,sum(quantity)as quantity,sum(value) as total,materialrcvddate + from igr + where status != 'ST030' and month(materialrcvddate)= ? and year(materialrcvddate) = ? + group by material_name,supplier_name"; + $query = $this->db->query($sql,array($month,$year)); + return $query->result(); + } + function ireport_year_wise_total($a,$b){ + +// $sql="select sid,mid,supplier_name,material_name,sum(quantity)as quantity,sum(value) as total +// from year_inward +// where status != 'ST030' and date(dat) >= '$a-04-01' and date(dat) <= '$b-03-31' +// group by material_name,supplier_name"; + $sql="select sid,mid,supplier_name,material_name,sum(quantity)as quantity,sum(value) as total,materialrcvddate + from igr + where status != 'ST030' and date(materialrcvddate) >= '$a-04-01' and date(materialrcvddate) <= '$b-03-31' + group by material_name,supplier_name"; + $query = $this->db->query($sql,array()); + return $query->result(); + } + +function ireport_supplier($cname,$fa,$aa,$m,$frm,$t){ + + + $sql="SELECT sd.SupplierID as sid,sd.SupplierName as supplier_name,count(im.PONO) as counts,ifnull(sum(id.QuantityAsPerInvoice),0) as quantity,round(ifnull(sum(id.QuantityAsPerInvoice * pl.Rate),0),2) as value, + +case pm.POType +when 'IMPORT' +then ifnull((sum((id.QuantityAsPerInvoice * pl.Rate) * pm.ExchangeRate) ++ ifnull(rt.Insurance,0) + +),0) +when 'CAPITAL' +then sum( if(pm.CapitalRange=0,(( id.QuantityAsPerInvoice * pl.Rate) * pm.ExchangeRate),( id.QuantityAsPerInvoice * pl.Rate) +- st.Afterdiscountval)) ++ ifnull(sum(st.After_SGST),0) ++ ifnull(sum(st.After_CGST),0) ++ ifnull(sum(st.After_IGST),0) ++ ifnull(sum(st.AfterFreightValue),0) ++ ifnull(rt.Insurance,0) + + +when 'SERVICE' +then ifnull(sum(id.QuantityAsPerInvoice * pl.Rate),0) ++ ifnull(sum(st.After_SGST),0) ++ ifnull(sum(st.After_CGST),0) ++ ifnull(sum(st.After_IGST),0) ++ ifnull(sum(st.AfterFreightValue),0) ++ ifnull(rt.Insurance,0) +- ifnull(sum(st.Afterdiscountval),0) + +when 'REVENUE' +then ifnull(sum(id.QuantityAsPerInvoice * pl.Rate),0) +- ifnull(sum(rt.AfterDiscount),0) ++ ifnull(sum(rt.AfterSGST),0) ++ ifnull(sum(rt.AfterCGST),0) ++ ifnull(sum(rt.AfterIGST),0) ++ ifnull(sum(rt.AfterFreightValue),0) ++ ifnull(sum(rt.AfterPackagingValue),0) ++ ifnull(rt.Insurance,0) + +end +as total,im.MaterialRcvdDate +from T_IGR_Master im +left join T_PurchaseOrder_LineItem pl on pl.PONO = im.PONO +join T_IGR_Details id on id.IGRNO = im.IGRNO and id.MaterialCode = pl.MaterialCode +join T_PurchaseOrder_Master pm on pm.PONO = pl.PONO +left join T_MaterialMaster mm on mm.MaterialCode = pl.MaterialCode +left join T_SupplierDetailsN sd on sd.SupplierID = pm.SupplierID +left join T_Service_Tax st on st.LineItemNo = pl.LineItemNo +left join T_Revenue_Tax rt on rt.LineItemNo = pl.LineItemNo +where pm.Status != 'ST030'"; + +if ($cname!= ''){ + + $sql.="and sd.SupplierName = '".$cname."'"; + + } + + + + if ($fa and $aa != ''){ + + //$sql.=" and (im.CreatedDate >= '".$fa."-04-01' and im.CreatedDate <= '".$aa."-03-31')"; + $sql.=" and (im.MaterialRcvdDate >= '".$fa."-04-01' and im.MaterialRcvdDate <= '".$aa."-03-31')"; + + } + if ($m!= ''){ + + //$sql.="and monthname(im.CreatedDate) = '".$m."'"; + $sql.="and monthname(im.MaterialRcvdDate) = '".$m."'"; + + } + + if ($frm and $t != ''){ + $fromd= date("Y-m-d",strtotime($frm)); + $tod=date("Y-m-d",strtotime($t)); + + // $sql.="and date(im.CreatedDate) >= '".$fromd."' + // and date(im.CreatedDate) <= '".$tod."'"; + $sql.="and date(im.MaterialRcvdDate) >= '".$fromd."' + and date(im.MaterialRcvdDate) <= '".$tod."'"; + + } + $sql.= "group by supplier_name"; + //echo $sql; + $query = $this->db->query($sql); + return $query->result(); + + } +function ireport_consolidate($cname,$fa,$aa){ + + + $sql="select sid,mid,supplier_name,material_name, +SUM(IF(month(materialrcvddate) = 4, quantity, 0)) AS April, +SUM(IF(month(materialrcvddate) = 5, quantity, 0)) AS May, +SUM(IF(month(materialrcvddate) = 6, quantity, 0)) AS June, +SUM(IF(month(materialrcvddate) = 7, quantity, 0)) AS July, +SUM(IF(month(materialrcvddate) = 8, quantity, 0)) AS August, +SUM(IF(month(materialrcvddate) = 9, quantity, 0)) AS September, +SUM(IF(month(materialrcvddate) = 10, quantity, 0)) AS October, +SUM(IF(month(materialrcvddate) = 11, quantity, 0)) AS November, +SUM(IF(month(materialrcvddate) = 12, quantity, 0)) AS December, +SUM(IF(month(materialrcvddate) = 1, quantity, 0)) AS January, +SUM(IF(month(materialrcvddate) = 2, quantity, 0)) AS February, +SUM(IF(month(materialrcvddate) = 3, quantity, 0)) AS March, +sum(quantity) as qtotal, +SUM(IF(month(materialrcvddate) = 4, value, 0)) AS vApril, +SUM(IF(month(materialrcvddate) = 5, value, 0)) AS vMay, +SUM(IF(month(materialrcvddate) = 6, value, 0)) AS vJune, +SUM(IF(month(materialrcvddate) = 7, value, 0)) AS vJuly, +SUM(IF(month(materialrcvddate) = 8, value, 0)) AS vAugust, +SUM(IF(month(materialrcvddate) = 9, value, 0)) AS vSeptember, +SUM(IF(month(materialrcvddate) = 10, value, 0)) AS vOctober, +SUM(IF(month(materialrcvddate) = 11, value, 0)) AS vNovember, +SUM(IF(month(materialrcvddate) = 12, value, 0)) AS vDecember, +SUM(IF(month(materialrcvddate) = 1, value, 0)) AS vJanuary, +SUM(IF(month(materialrcvddate) = 2, value, 0)) AS vFebruary, +SUM(IF(month(materialrcvddate) = 3, value, 0)) AS vMarch, +sum(value) as vtotal +FROM igr +where status != 'ST030' "; + +if ($cname!= ''){ + + $sql.="and supplier_name = '".$cname."'"; + + } + + + + if ($fa and $aa != ''){ + + // $sql.=" and (dat >= '".$fa."-04-01' and dat <= '".$aa."-03-31')"; + $sql.=" and (materialrcvddate >= '".$fa."-04-01' and materialrcvddate <= '".$aa."-03-31')"; + + } + + $sql.= "group by supplier_name,material_name"; + // echo $sql; + $query = $this->db->query($sql); + return $query->result(); + + } +function i_consolidate_month($m=null,$sid=null,$mid=null,$fa=null,$aa=null){ + + $sql="select sid,mid,supplier_name,material_name,sum(quantity) as quantity,sum(value) as total +from igr +where status != 'ST030' and +monthname(materialrcvddate) = '".$m."' and sid = '".$sid."' and mid = '".$mid."' "; +if ($fa and $aa != ''){ + + //$sql.=" and (dat >= '".$fa."-04-01' and dat <= '".$aa."-03-31')"; + $sql.=" and (materialrcvddate >= '".$fa."-04-01' and materialrcvddate <= '".$aa."-03-31')"; + + } + $sql.= "group by supplier_name,material_name"; + $query = $this->db->query($sql); + //echo $sql; + return $query->result(); + } + function i_consolidate_year($sid=null,$mid=null,$fa=null,$aa=null){ + + $sql="select sid,mid,supplier_name,material_name,sum(quantity) as quantity,sum(value) as total +from igr +where status != 'ST030' and sid = '".$sid."' and mid = '".$mid."' "; +if ($fa and $aa != ''){ + + //$sql.=" and (dat >= '".$fa."-04-01' and dat <= '".$aa."-03-31')"; + $sql.=" and (materialrcvddate >= '".$fa."-04-01' and materialrcvddate <= '".$aa."-03-31')"; + + } + $sql.= "group by supplier_name,material_name"; + $query = $this->db->query($sql); + //echo $sql; + return $query->result(); + } + function ireport_cumulative(){ + if (date('m') >= 4) { + $yearl = date('Y').'-'.(date('Y')+1); + } else { + $yearl = (date('Y')-1).'-'.date('Y'); + } + $ab=$yearl; + $fa=substr($ab,0,-5); + $aa=substr($ab,5,5); + $sql="SELECT year.sid as sid,year.mid as mid,year.supplier_name as supplier_name,year.material_name as material_name,year.quantity as quantity,year.total as total,month.mquantity as mquantity,month.mtotal as mtotal,today.tquantity as tquantity,today.ttotal as ttotal +FROM (SELECT sid,mid,supplier_name,material_name,sum(Quantity) as quantity,sum(value) as total,materialrcvddate +FROM igr +where status != 'ST030' and +(materialrcvddate >= '".$fa."-04-01' and materialrcvddate <= '".$aa."-03-31') +group by supplier_name,material_name +) as year left join +(SELECT sid,mid,supplier_name,material_name,sum(Quantity) as mquantity,sum(value) as mtotal +FROM igr +where status != 'ST030' and +month(materialrcvddate) = month(current_date()) +group by supplier_name,material_name +) as month on month.supplier_name=year.supplier_name and month.material_name=year.material_name +left join +(SELECT sid,mid,supplier_name,material_name,sum(Quantity) as tquantity,sum(value) as ttotal +FROM igr +where status != 'ST030' and +date(materialrcvddate) = current_date() +group by supplier_name,material_name +) as today on today.supplier_name=month.supplier_name and today.material_name=month.material_name +group by supplier_name,material_name +"; + $query = $this->db->query($sql); + return $query->result(); + } + function ireport_cum_month($sup=null,$mat=null){ + + $sql="SELECT sid,mid,supplier_name,material_name,sum(Quantity) as tquantity,sum(value) as ttotal +FROM igr +where status != 'ST030' and +month(materialrcvddate) = month(current_date()) and sid = '".$sup."' and mid = '".$mat."' +group by supplier_name,material_name"; + $query = $this->db->query($sql); + return $query->result(); + } + function ireport_cum_year($sup=null,$mat=null){ + if (date('m') >= 4) { + $yearl = date('Y').'-'.(date('Y')+1); + } else { + $yearl = (date('Y')-1).'-'.date('Y'); + } + $ab=$yearl; + $fa=substr($ab,0,-5); + $aa=substr($ab,5,5); + $sql="SELECT sid,mid,supplier_name,material_name,IF(Quantity IS NULL or Quantity = '', 0, sum(Quantity)) as tquantity,sum(value) as ttotal +FROM igr +where status != 'ST030' and +(materialrcvddate >= '".$fa."-04-01' and materialrcvddate <= '".$aa."-03-31') +and sid = '".$sup."' and mid= '".$mat."' +group by supplier_name,material_name +"; + $query = $this->db->query($sql); + return $query->result(); + } + function ireport_cum_day($sup=null,$mat=null){ + + $sql="SELECT sid,mid,supplier_name,material_name,IF(Quantity IS NULL or Quantity = '', 0, sum(Quantity)) as tquantity,sum(value) as ttotal +FROM igr +where status != 'ST030' and +date(materialrcvddate) = current_date() and sid = '".$sup."' and mid = '".$mat."' +group by supplier_name,material_name"; + $query = $this->db->query($sql); + return $query->result(); + } + function rawi_report_cumulative(){ + if (date('m') >= 4) { + $yearl = date('Y').'-'.(date('Y')+1); + } else { + $yearl = (date('Y')-1).'-'.date('Y'); + } + $ab=$yearl; + $fa=substr($ab,0,-5); + $aa=substr($ab,5,5); + $sql="SELECT year.category as category,year.quantity as quantity,year.total as total,month.mquantity as mquantity,month.mtotal as mtotal,today.tquantity as tquantity,today.ttotal as ttotal +FROM (SELECT category,sum(Quantity) as quantity,sum(value) as total +FROM igr +where status != 'ST030' and +(materialrcvddate >= '".$fa."-04-01' and materialrcvddate <= '".$aa."-03-31') +group by category +) as year left join +(SELECT category,sum(Quantity) as mquantity,sum(value) as mtotal +FROM igr +where status != 'ST030' and +month(materialrcvddate) = month(current_date()) +group by category +) as month on month.category=year.category +left join +(SELECT category,sum(Quantity) as tquantity,sum(value) as ttotal +FROM igr +where status != 'ST030' and +date(materialrcvddate) = current_date() +group by category +) as today on today.category=month.category +group by category "; + $query = $this->db->query($sql); + return $query->result(); + } + function rawi_report_cum_year($cat=null){ + if (date('m') >= 4) { + $yearl = date('Y').'-'.(date('Y')+1); + } else { + $yearl = (date('Y')-1).'-'.date('Y'); + } + $ab=$yearl; + $fa=substr($ab,0,-5); + $aa=substr($ab,5,5); + $sql="SELECT category,sid,mid,supplier_name,material_name,IF(Quantity IS NULL or Quantity = '', 0, sum(Quantity)) as tquantity,sum(value) as ttotal +FROM igr +where status != 'ST030' and +(materialrcvddate >= '".$fa."-04-01' and materialrcvddate <= '".$aa."-03-31') +and category = '".$cat."' +group by supplier_name,material_name"; + $query = $this->db->query($sql); + //echo $sql; + return $query->result(); + } + function rawi_report_cum_month($cat=null){ + + $sql="SELECT category,sid,mid,supplier_name,material_name,IF(Quantity IS NULL or Quantity = '', 0, sum(Quantity)) as tquantity,sum(value) as ttotal +FROM igr +where status != 'ST030' and +month(materialrcvddate) = month(current_date()) and category = '".$cat."' +group by supplier_name,material_name"; + $query = $this->db->query($sql); + return $query->result(); + } + function rawi_report_cum_day($cat=null){ + + $sql="SELECT category,sid,mid,supplier_name,material_name,IF(Quantity IS NULL or Quantity = '', 0, sum(Quantity)) as tquantity,sum(value) as ttotal +FROM igr +where status != 'ST030' and +date(materialrcvddate) = current_date() and category = '".$cat."' +group by supplier_name,material_name"; + $query = $this->db->query($sql); + //echo $sql; + return $query->result(); + } + function rawi_report_consolidate($cname,$fa,$aa){ + + + $sql="select sid,mid,category,supplier_name,material_name, +SUM(IF(month(materialrcvddate) = 4, quantity, 0)) AS April, +SUM(IF(month(materialrcvddate) = 5, quantity, 0)) AS May, +SUM(IF(month(materialrcvddate) = 6, quantity, 0)) AS June, +SUM(IF(month(materialrcvddate) = 7, quantity, 0)) AS July, +SUM(IF(month(materialrcvddate) = 8, quantity, 0)) AS August, +SUM(IF(month(materialrcvddate) = 9, quantity, 0)) AS September, +SUM(IF(month(materialrcvddate) = 10, quantity, 0)) AS October, +SUM(IF(month(materialrcvddate) = 11, quantity, 0)) AS November, +SUM(IF(month(materialrcvddate) = 12, quantity, 0)) AS December, +SUM(IF(month(materialrcvddate) = 1, quantity, 0)) AS January, +SUM(IF(month(materialrcvddate) = 2, quantity, 0)) AS February, +SUM(IF(month(materialrcvddate) = 3, quantity, 0)) AS March, +sum(quantity) as qtotal, +SUM(IF(month(materialrcvddate) = 4, value, 0)) AS vApril, +SUM(IF(month(materialrcvddate) = 5, value, 0)) AS vMay, +SUM(IF(month(materialrcvddate) = 6, value, 0)) AS vJune, +SUM(IF(month(materialrcvddate) = 7, value, 0)) AS vJuly, +SUM(IF(month(materialrcvddate) = 8, value, 0)) AS vAugust, +SUM(IF(month(materialrcvddate) = 9, value, 0)) AS vSeptember, +SUM(IF(month(materialrcvddate) = 10, value, 0)) AS vOctober, +SUM(IF(month(materialrcvddate) = 11, value, 0)) AS vNovember, +SUM(IF(month(materialrcvddate) = 12, value, 0)) AS vDecember, +SUM(IF(month(materialrcvddate) = 1, value, 0)) AS vJanuary, +SUM(IF(month(materialrcvddate) = 2, value, 0)) AS vFebruary, +SUM(IF(month(materialrcvddate) = 3, value, 0)) AS vMarch, +sum(value) as vtotal +FROM igr +where status != 'ST030' "; + +if ($cname!= ''){ + + $sql.="and Category = '".$cname."'"; + + } + + + + if ($fa and $aa != ''){ + + //$sql.=" and (dat >= '".$fa."-04-01' and dat <= '".$aa."-03-31')"; + $sql.=" and (materialrcvddate >= '".$fa."-04-01' and materialrcvddate <= '".$aa."-03-31')"; + + } + + $sql.= "group by category"; + //echo $sql; + $query = $this->db->query($sql); + return $query->result(); + + } +function rawi_consolidate_month($m=null,$cat=null,$sup=null,$fa=null,$aa=null){ + + $sql="select category,sid,supplier_name,mid,material_name, +sum(Quantity) as quantity, +sum(value) as total +FROM igr +where status != 'ST030' and +monthname(materialrcvddate) = '".$m."' and category = '".$cat."' "; +if ($fa and $aa != ''){ + + $sql.=" and (materialrcvddate >= '".$fa."-04-01' and materialrcvddate <= '".$aa."-03-31')"; + + } + $sql.= "group by category,supplier_name,material_name"; + $query = $this->db->query($sql); + //echo $sql; + return $query->result(); + } + function rawi_consolidate_year($cat=null,$sup=null,$fa=null,$aa=null){ + + $sql="select category,sid,supplier_name,mid,material_name, +sum(Quantity) as quantity, +sum(value) as total +FROM igr +where status != 'ST030' and +category = '".$cat."' "; +if ($fa and $aa != ''){ + + $sql.=" and (materialrcvddate >= '".$fa."-04-01' and materialrcvddate <= '".$aa."-03-31')"; + + } + $sql.= "group by category,supplier_name,material_name"; + $query = $this->db->query($sql); + //echo $sql; + return $query->result(); + } + function pending_purchase($cname,$prod,$fa,$aa,$m,$frm,$t){ + + $sql="select po.PONO as po,date_format(po.PODate,'%d-%m-%Y') as pdate,sup.SupplierName as supplier,mm.MaterialName as material,mm.Category as category,pl.Quantity as quantity,pl.ReceivedQuantity as received, (pl.Quantity - pl.ReceivedQuantity) as pending +from T_PurchaseOrder_LineItem pl +join T_PurchaseOrder_Master po on po.PONO = pl.PONO +join T_SupplierDetailsN sup on sup.SupplierID=po.SupplierID +join T_MaterialMaster mm on mm.MaterialCode=pl.MaterialCode +where po.Status != 'ST030' and po.Status = 'ST026' + "; +if ($cname!= ''){ + + $sql.="and sup.SupplierName = '".$cname."'"; + + } + + + + if ($fa and $aa != ''){ + + $sql.=" and (po.PODate >= '".$fa."-04-01' and po.PODate <= '".$aa."-03-31')"; + + } + if ($m!= ''){ + + $sql.="and monthname(po.PODate) = '".$m."'"; + + } + + if ($frm and $t != ''){ + $fromd= date("Y-m-d",strtotime($frm)); + $tod=date("Y-m-d",strtotime($t)); + + $sql.="and date(po.PODate) >= '".$fromd."' + and date(po.PODate) <= '".$tod."'"; + + } + if ($prod!= ''){ + + $sql.=" and mm.MaterialName = '".$prod."' "; + + } + // if ($cat!= ''){ + + // $sql.=" and mm.Category = '".$cat."' "; + + // } + $sql.="order by po.PONO"; + $query = $this->db->query($sql); + //echo $sql; + return $query->result(); + } + function monthly_gst_purchase($m,$frm,$t,$fa,$aa){ + + $sql="select sum(sgst) as sgst,sum(cgst) as cgst,sum(igst) as igst,sum(sgst + cgst + igst) as total from igr +where pono != 'null' "; + + if ($m!= ''){ + + $sql.="and monthname(materialrcvddate) = '".$m."'"; + + } + + if ($frm and $t != ''){ + $fromd= date("Y-m-d",strtotime($frm)); + $tod=date("Y-m-d",strtotime($t)); + + $sql.="and materialrcvddate >= '".$fromd."' + and materialrcvddate <= '".$tod."'"; + + } + if ($fa and $aa != ''){ + + $sql.=" and (materialrcvddate >= '".$fa."-04-01' and materialrcvddate <= '".$aa."-03-31')"; + + } + + + //echo $sql; + $query = $this->db->query($sql); + return $query->result(); + } + public function monthly_gst_sales($m=null,$frm=null,$t=null,$fa=null,$aa=null) + { + + $sql = "select ii.invoice_id as invoice_id,ifnull(iii.invnum,'-') as parent_invoice_id,ii.client_id as client_id,ii.invoice_number as invoice_number,date_format(ii.invoice_date_created,'%d-%m-%Y') as dates,TIME_FORMAT(ii.invoice_time_created,'%l:%i %p') as invoice_time_created,icf.invoice_custom_fieldvalue as vehicle_no,ip.product_description as product_description,concat(ic.client_name,'-',ic.client_surname)as client_name,sum(iit.item_quantity) as item_quantity,sum(iit.item_price) as item_price,sum(iia.item_subtotal) as item_subtotal, + sum(ifnull(((sgst.tax_rate_percent * (iia.item_subtotal))/100),0)) + as sgst, + sum(ifnull(((iia.item_subtotal) * cgst.tax_rate_percent)/100,0)) + as cgst, + sum(ifnull((igst.tax_rate_percent * (iia.item_subtotal))/100,0)) + as igst, + sum((ifnull(((sgst.tax_rate_percent * iia.item_subtotal)/100),0) + + + ifnull(((iia.item_subtotal * cgst.tax_rate_percent)/100),0) + + + ifnull(((igst.tax_rate_percent * iia.item_subtotal)/100),0))) + as total + from ip_invoices ii + join ip_invoice_custom icf on icf.invoice_id = ii.invoice_id + join ip_invoice_items iit on iit.invoice_id = ii.invoice_id + join ip_invoice_item_amounts iia on iia.item_id = iit.item_id + join ip_clients ic on ic.client_id = ii.client_id + join ip_products ip on ip.product_id = iit.item_product_id + left join ip_tax_rates sgst on sgst.tax_rate_id = iit.sgst_item_tax_rate_id + left join ip_tax_rates cgst on cgst.tax_rate_id = iit.cgst_item_tax_rate_id + left join ip_tax_rates igst on igst.tax_rate_id = iit.igst_item_tax_rate_id + left join (select inv.invoice_id as inv_id,inv.invoice_number,iii.invnum from ip_invoices inv + left join + (select ii.invoice_id as ii,ii.invoice_number as invnum,ic.invoice_number as icnum,ic.creditinvoice_parent_id as cp from ip_invoices as ii + left join ip_invoices as ic on ii.invoice_id = ic.creditinvoice_parent_id) as iii + on iii.icnum = inv.invoice_number) as iii on iii.inv_id = ii.invoice_id + where icf.invoice_custom_fieldid = '8' and ii.invoice_status_id != 1 "; + + + + + if ($m!= ''){ + + $sql.="and monthname(ii.invoice_date_created) = '".$m."'"; + + } + + if ($frm and $t != ''){ + $fromdate= date("Y-m-d",strtotime($frm)); + $todate=date("Y-m-d",strtotime($t)); + + $sql.="and ii.invoice_date_created >= '".$fromdate."' + and ii.invoice_date_created <= '".$todate."'"; + + } + if ($fa and $aa != ''){ + + $sql.=" and (ii.invoice_date_created >= '".$fa."-04-01' and ii.invoice_date_created <= '".$aa."-03-31')"; + + } + //echo $sql; + $query = $this->db->query($sql); + return $query->result(); + + + } + function sales_gst($m=null,$frm=null,$t=null,$fa=null,$aa=null) + { + + $sql = "select ii.invoice_id as invoice_id,'Sales' as doc_type,ip.product_sku as hsn_code,ifnull(iii.invnum,'-') as parent_invoice_id,ii.client_id as client_id,ii.invoice_number as doc_no,date_format(ii.invoice_date_created,'%d-%m-%Y') as date,TIME_FORMAT(ii.invoice_time_created,'%l:%i %p') as invoice_time_created,icf.invoice_custom_fieldvalue as vehicle_no,ip.product_description as product_description,concat(ic.client_name,'-',ic.client_surname)as client_name,sum(iit.item_quantity) as item_quantity,sum(iit.item_price) as item_price,sum(iia.item_subtotal) as value, + sum(ifnull(((sgst.tax_rate_percent * (iia.item_subtotal))/100),0)) + as sgst, + sum(ifnull(((iia.item_subtotal) * cgst.tax_rate_percent)/100,0)) + as cgst, + sum(ifnull((igst.tax_rate_percent * (iia.item_subtotal))/100,0)) + as igst, + sum((iia.item_subtotal + ifnull(((sgst.tax_rate_percent * iia.item_subtotal)/100),0) + + + ifnull(((iia.item_subtotal * cgst.tax_rate_percent)/100),0) + + + ifnull(((igst.tax_rate_percent * iia.item_subtotal)/100),0))) + as total + from ip_invoices ii + join ip_invoice_custom icf on icf.invoice_id = ii.invoice_id + join ip_invoice_items iit on iit.invoice_id = ii.invoice_id + join ip_invoice_item_amounts iia on iia.item_id = iit.item_id + join ip_clients ic on ic.client_id = ii.client_id + join ip_products ip on ip.product_id = iit.item_product_id + left join ip_tax_rates sgst on sgst.tax_rate_id = iit.sgst_item_tax_rate_id + left join ip_tax_rates cgst on cgst.tax_rate_id = iit.cgst_item_tax_rate_id + left join ip_tax_rates igst on igst.tax_rate_id = iit.igst_item_tax_rate_id + left join (select inv.invoice_id as inv_id,inv.invoice_number,iii.invnum from ip_invoices inv + left join + (select ii.invoice_id as ii,ii.invoice_number as invnum,ic.invoice_number as icnum,ic.creditinvoice_parent_id as cp from ip_invoices as ii + left join ip_invoices as ic on ii.invoice_id = ic.creditinvoice_parent_id) as iii + on iii.icnum = inv.invoice_number) as iii on iii.inv_id = ii.invoice_id + where icf.invoice_custom_fieldid = '8' and ii.invoice_status_id != 1 and ii.invoice_status_id != 1 "; + + + + if ($m!= ''){ + + $sql.="and monthname(ii.invoice_date_created) = '".$m."'"; + + } + + if ($frm and $t != ''){ + $fromdate= date("Y-m-d",strtotime($frm)); + $todate=date("Y-m-d",strtotime($t)); + + $sql.="and ii.invoice_date_created >= '".$fromdate."' + and ii.invoice_date_created <= '".$todate."'"; + + } + if ($fa and $aa != ''){ + + $sql.=" and (ii.invoice_date_created >= '".$fa."-04-01' and ii.invoice_date_created <= '".$aa."-03-31')"; + + } + + + // echo $fromdate; + //echo $sql; + $sql.="group by doc_no,product_description"; + $query = $this->db->query($sql); + return $query->result(); + + + } + function purchase_gst($m,$frm,$t,$fa,$aa){ + + + $sql="select im.IGRNO as igrn,pm.POType as potype,im.PONO as doc_no,'Purchase' as doc_type,mm.HSNCODE as hsn_code,mm.MaterialName as material_name,mm.Category as category,sd.SupplierName as supplier_name,mm.UOM as UOM, id.QuantityAsPerInvoice as quantity,pl.Rate as rate,round(id.QuantityAsPerInvoice * pl.Rate,2) as value,if(POType = 'IMPORT' or POType = 'CAPITAL',pm.ExchangeRate,0) as exchange_rate,date_format(im.MaterialRcvdDate,'%d-%m-%Y') as date, +round(ifnull(if(POType = 'REVENUE', +(id.QuantityAsPerInvoice * rt.AfterSGST / pl.Quantity), +(id.QuantityAsPerInvoice * st.After_SGST / pl.Quantity)),0),2) as sgst, +round(ifnull(if(POType = 'REVENUE', +(id.QuantityAsPerInvoice * rt.AfterCGST / pl.Quantity), +(id.QuantityAsPerInvoice * st.After_CGST / pl.Quantity)),0),2) as cgst, +round(ifnull(if(POType = 'REVENUE', +(id.QuantityAsPerInvoice * rt.AfterIGST / pl.Quantity), +(id.QuantityAsPerInvoice * st.After_IGST / pl.Quantity)),0),2) as igst, +(round(ifnull(if(POType = 'REVENUE', +(id.QuantityAsPerInvoice * rt.AfterPackagingValue / pl.Quantity),0),0),2) ++ round(ifnull(if(POType = 'REVENUE', +(id.QuantityAsPerInvoice * rt.AfterFreightValue / pl.Quantity), +(id.QuantityAsPerInvoice * st.AfterFreightValue / pl.Quantity)),0),2) +- round(ifnull(if(POType = 'REVENUE', +(id.QuantityAsPerInvoice * rt.AfterDiscount / pl.Quantity), +(id.QuantityAsPerInvoice * st.Afterdiscountval / pl.Quantity)),0),2)) as others, +round(( +if(POType = 'IMPORT',(pm.ExchangeRate * (id.QuantityAsPerInvoice * pl.Rate)), +if(POType = 'CAPITAL' && CapitalRange = 0,(pm.ExchangeRate * (id.QuantityAsPerInvoice * pl.Rate)), +ifnull((id.QuantityAsPerInvoice * pl.Rate),0))) ++ round(ifnull(if(POType = 'REVENUE', + (id.QuantityAsPerInvoice * rt.AfterSGST / pl.Quantity), + (id.QuantityAsPerInvoice * st.After_SGST / pl.Quantity)),0),2) ++ round(ifnull(if(POType = 'REVENUE', + (id.QuantityAsPerInvoice * rt.AfterCGST / pl.Quantity), + (id.QuantityAsPerInvoice * st.After_CGST / pl.Quantity)),0),2) ++ round(ifnull(if(POType = 'REVENUE', + (id.QuantityAsPerInvoice * rt.AfterIGST / pl.Quantity), + (id.QuantityAsPerInvoice * st.After_IGST / pl.Quantity)),0),2) ++ round(ifnull(if(POType = 'REVENUE', + (id.QuantityAsPerInvoice * rt.AfterFreightValue / pl.Quantity), + (id.QuantityAsPerInvoice * st.AfterFreightValue / pl.Quantity)),0),2) ++ round(ifnull(if(POType = 'REVENUE', + (id.QuantityAsPerInvoice * rt.AfterPackagingValue / pl.Quantity),0),0),2) +- round(ifnull(if(POType = 'REVENUE', + (id.QuantityAsPerInvoice * rt.AfterDiscount / pl.Quantity), + (id.QuantityAsPerInvoice * st.Afterdiscountval / pl.Quantity)),0),2)),2) as total, + im.file as ifile,pb.FilePath as file +from T_IGR_Master im +left join T_PurchaseOrder_LineItem pl on pl.PONO = im.PONO +join T_IGR_Details id on id.IGRNO = im.IGRNO and id.MaterialCode = pl.MaterialCode +join T_PurchaseOrder_Master pm on pm.PONO = pl.PONO +left join T_MaterialMaster mm on mm.MaterialCode = pl.MaterialCode +left join T_SupplierDetailsN sd on sd.SupplierID = pm.SupplierID +left join T_Service_Tax st on st.LineItemNo = pl.LineItemNo +left join T_Revenue_Tax rt on rt.LineItemNo = pl.LineItemNo +left join T_PurchaseOrder_BillUpload pb on pb.IGRNO=im.IGRNO +where pm.Status != 'ST030' "; + + + if ($m!= ''){ + + $sql.="and monthname(materialrcvddate) = '".$m."'"; + + } + + if ($frm and $t != ''){ + $fromd= date("Y-m-d",strtotime($frm)); + $tod=date("Y-m-d",strtotime($t)); + + $sql.="and date(materialrcvddate) >= '".$fromd."' + and date(materialrcvddate) <= '".$tod."'"; + + } + if ($fa and $aa != ''){ + + $sql.=" and (materialrcvddate >= '".$fa."-04-01' and materialrcvddate <= '".$aa."-03-31')"; + + } + + +$sql.="group by doc_no,material_name,category,supplier_name,id.IGRItemNo"; +//echo $sql; + $query = $this->db->query($sql); + return $query->result(); + } + function report_inwardcashbook($cname,$fa,$aa,$m,$frm,$t,$cat){ + + $sql="select tinex.account_code as AccountCode,date_format(tinex.date,'%d-%m-%Y') as Date,ac.name as AccountName,date_format(tinex.created_on,'%d-%m-%Y') as CreatedDate, + tinex.type as type,tinex.cashtype as category ,tinex.merchant as merchantname,tinex.Supplier_id as Supplierid,sup.SupplierName as Suppliername, tinex.sgst as sgst, + tinex.value_before_gst as Value,tinex.cgst as cgst,tinex.igst as igst,tinex.document as cashbookfile, + tinex.total as Total + FROM t_income_expense tinex + join t_accountcode ac on ac.code = tinex.account_code + join T_SupplierDetailsN sup on sup.SupplierID = tinex.Supplier_id + where tinex.gststatus = '1' "; + + if ($cname!= ''){ + // $sql.="and tinex.merchant = '".$cname."'"; + $sql.="and sup.SupplierName = '".$cname."'"; + } + + if ($fa and $aa != ''){ + $sql.=" and (tinex.date >= '".$fa."-04-01' and tinex.date <= '".$aa."-03-31')"; + } + if ($m!= ''){ + $sql.="and monthname(tinex.date) = '".$m."'"; + } + if ($frm and $t != ''){ + $fromd= date("Y-m-d",strtotime($frm)); + $tod=date("Y-m-d",strtotime($t)); + + $sql.="and date(tinex.date) >= '".$fromd."' + and date(tinex.date) <= '".$tod."'"; + } + if ($cat!= ''){ + $sql.=" and tinex.type = '".$cat."' "; + } + $query = $this->db->query($sql); + return $query->result(); + } + + function cashbook() + { + $sql="SELECT date_format(tinc.date,'%d-%m-%Y')as date, + ifnull(case + when tinc.type = 'PAYMENT' + then tinc.total + end,'0') as expense, + ifnull(case + when tinc.type = 'RECEIPT' + then tinc.total + end, '0') as income, + ifnull(case + when tinc.type = 'PAYMENT' + then tinc.towhom + end,'-') as paymentname, + ifnull(case + when tinc.type = 'RECEIPT' + then tinc.towhom + end, '-') as receiptname, + tinc.total,tinc.towhom,tinc.description,tinc.type,tinc.account_code,ac.name FROM t_income_expense tinc join t_accountcode ac on ac.code=tinc.account_code "; + $query = $this->db->query($sql); + return $query->result(); + } + //home --this month// + function monthexpensereport($month,$year) + { + $sql="SELECT date_format(tinc.date,'%d-%m-%Y')as date, + ifnull(case + when tinc.type = 'PAYMENT' + then sum(tinc.total) + end,'0') as expense, + ifnull(case + when tinc.type = 'RECEIPT' + then sum(tinc.total) + end, '0') as income, + ifnull(case + when tinc.type = 'PAYMENT' + then tinc.towhom + end,'-') as paymentname, + ifnull(case + when tinc.type = 'RECEIPT' + then tinc.towhom + end, '-') as receiptname, + tinc.total,tinc.towhom,tinc.description,monthname(tinc.date)as month,tinc.type,tinc.account_code,ac.name FROM t_income_expense tinc join t_accountcode ac on ac.code=tinc.account_code where month(tinc.date)= ".$month." and year(tinc.date)=".$year." group by tinc.account_code"; + //tinc.total,tinc.towhom,tinc.description,monthname(tinc.date)as month,tinc.type,tinc.account_code,ac.name FROM t_income_expense tinc join t_accountcode ac on ac.code=tinc.account_code where month(tinc.date)= month(current_date())group by tinc.account_code"; + $query = $this->db->query($sql); + return $query->result(); + + } + //home--this year// + function yearexpensereport($fa,$aa) + { + $sql="select monthname(date) as month, + sum(if(type='PAYMENT',total,0)) as exp, + sum(if(type='RECEIPT',total,0)) as inc, + sum(total) as total + from t_income_expense + where date >= '".$fa."-04-01' and date <= '".$aa."-03-31' + group by month + ORDER BY FIELD(month,'April','May','June','July','August','September','October','November','December','January', 'February', 'March') "; + $query = $this->db->query($sql); + return $query->result(); + + } + + /** //home--report--Day Wise Report // + function today_data($value='') + { + $sql="SELECT type,Sum(total) as todaydata FROM t_income_expense WHERE type = ? AND DATE(date) = CURRENT_DATE"; + $query = $this->db->query($sql,array($value)); + return $query->result(); + + } + + function monthwise_data($value='') + { + $sql="SELECT type,Sum(total) as monthlydata FROM t_income_expense WHERE type = ? AND MONTH(date) = MONTH(curdate())"; + $query = $this->db->query($sql,array($value)); + return $query->result(); + + } + function yearwise_data($value='') + { + if (date('m') >= 4) { + $yearl = date('Y').'-'.(date('Y')+1); + } else { + $yearl = (date('Y')-1).'-'.date('Y'); + } + $ab=$yearl; + $fa=substr($ab,0,-5); + $aa=substr($ab,5,5); + + $sql="SELECT type,sum(total) as yearlydata from t_income_expense + where + type = ? and (date >= '".$fa."-04-01' and date <= '".$aa."-03-31')"; + $query = $this->db->query($sql,array($value)); + return $query->result(); + + }**/ + //home--report--Day Wise Report // +function today_data() +{ + $sql="SELECT sum(if(type = 'RECEIPT',total,0)) as daily_income_amt, + sum(if(type = 'PAYMENT',total,0)) as daily_expenses_amt + FROM t_income_expense + WHERE DATE(date) = CURRENT_DATE"; + $query = $this->db->query($sql); + return $query->result(); + +} + +function monthwise_data() +{ + //$sql="SELECT type,Sum(total) as monthlydata FROM t_income_expense WHERE type = ? AND MONTH(date) = MONTH(curdate())"; + $sql="SELECT sum(if(type = 'RECEIPT',total,0)) as monthly_income_amt, + sum(if(type = 'PAYMENT',total,0)) as monthly_expenses_amt + FROM t_income_expense + WHERE YEAR(date) = YEAR(curdate()) AND MONTH(date) = MONTH(curdate())"; + $query = $this->db->query($sql); + //,array($value)); + return $query->result(); + +} +function yearwise_data() +{ +if (date('m') >= 4) { + $yearl = date('Y').'-'.(date('Y')+1); + } else { + $yearl = (date('Y')-1).'-'.date('Y'); + } + $ab=$yearl; + $fa=substr($ab,0,-5); + $aa=substr($ab,5,5); + + $sql="SELECT sum(if(type = 'RECEIPT',total,0)) as yearly_income_amt, + sum(if(type = 'PAYMENT',total,0)) as yearly_expenses_amt + FROM t_income_expense + WHERE (date >= '".$fa."-04-01' and date <= '".$aa."-03-31')"; + $query = $this->db->query($sql); + return $query->result(); + +} + function departmentwise($sid,$d,$c='',$fy,$ty) + { + $sql="SELECT date_format(tinc.date,'%d-%m-%Y')as date, + ifnull(case + when tinc.type = 'PAYMENT' + then tinc.total + end,'0') as expense, + ifnull(case + when tinc.type = 'RECEIPT' + then tinc.total + end, '0') as income, + ifnull(case + when tinc.type = 'PAYMENT' + then tinc.towhom + end,'-') as paymentname, + ifnull(case + when tinc.type = 'RECEIPT' + then tinc.towhom + end, '-') as receiptname, + date_format(tinc.date,'%d-%m-%Y')as date,tinc.type,tinc.total,tinc.document,tinc.towhom,.tinc.description, ac.name FROM + t_income_expense tinc join t_accountcode ac on ac.code=tinc.account_code + WHERE tinc.type='$c'"; + if ($sid != ''){ + $sql.="and account_code = '".$sid."'"; + } + if ($d != ''){ + $sql.="and monthname(date)='".$d."'"; + } + if ($fy and $ty != ''){ + + $sql.=" and (tinc.date >= '".$fy."-04-01' and tinc.date <= '".$ty."-03-31')"; + + } + // -- WHERE account_code = '$sid' and monthname(date)='$d' and tinc.type='$c'"; + $query = $this->db->query($sql); + return $query->result(); + + } + //yearwise/month// + function yearmonthwise($sid='') + { + $sql="SELECT date_format(tinc.date,'%d-%m-%Y')as date, + ifnull(case + when tinc.type = 'PAYMENT' + then sum(tinc.total) + end,'0') as expense, + ifnull(case + when tinc.type = 'RECEIPT' + then sum(tinc.total) + end, '0') as income, + ifnull(case + when tinc.type = 'PAYMENT' + then tinc.towhom + end,'-') as paymentname, + ifnull(case + when tinc.type = 'RECEIPT' + then tinc.towhom + end, '-') as receiptname, + date_format(tinc.date,'%d-%m-%Y')as date,tinc.type,tinc.account_code,sum(tinc.total)as total,monthname(tinc.date)as month,tinc.description,tinc.towhom,tinc.account_code,ac.name FROM t_income_expense tinc + join t_accountcode ac on ac.code=tinc.account_code + WHERE monthname(date) = ? group by tinc.account_code"; + $query = $this->db->query($sql,array($sid)); + //print_r($this->db->last_query()); + return $query->result(); + + } + //for dashboard graph in cashbook// + function gettoptotal(){ + $i=1; + + while($i<=12){ + $sql="SELECT sum(total) as tot FROM t_income_expense where month(date)= $i"; + // $sql="SELECT sum(total)as ttl,concat(sum(total),'-',account_code)as atotal FROM t_income_expense where month(date)= $i + // group by account_code order by ttl desc limit 4"; + + $query = $this->db->query($sql); + //print_r($this->db->last_query()); + //return $query->result(); + $array_result[]=$query->result(); + $i++; + + } + + return $array_result; + +} +function INRSymbol() + { + $sql='select FontCode2000 from T_Currency_Details where Currency_Code="INR"'; + $query=$this->db->query($sql); + return $query->result(); + } + + function cashbookfinyear(){ + + + $sql="SELECT + CASE WHEN MONTH(date)>=4 THEN + concat(YEAR(date), '-',YEAR(date)+1) + ELSE concat(YEAR(date)-1,'-', YEAR(date)) END AS financial_year + FROM t_income_expense + GROUP BY financial_year"; + $query = $this->db->query($sql); + return $query->result(); + + + + } + function today() + { + $sql="SELECT date_format(tinc.date,'%d-%m-%Y')as date, + ifnull(case + when tinc.type = 'PAYMENT' + then tinc.total + end,'0') as expense, + ifnull(case + when tinc.type = 'RECEIPT' + then tinc.total + end, '0') as income, + ifnull(case + when tinc.type = 'PAYMENT' + then tinc.towhom + end,'-') as paymentname, + ifnull(case + when tinc.type = 'RECEIPT' + then tinc.towhom + end, '-') as receiptname, + tinc.total,tinc.towhom,tinc.description,tinc.document,tinc.type,tinc.account_code,ac.name FROM t_income_expense tinc join t_accountcode ac on ac.code=tinc.account_code WHERE DATE(date) = CURRENT_DATE"; + $query = $this->db->query($sql); + return $query->result(); + } + // $sql="SELECT date_format(tinc.date,'%d-%m-%Y')as date,tinc.type,tinc.total,tinc.towhom,tinc.description,tinc.account_code,tac.name FROM t_income_expense tinc + // LEFT JOIN t_accountcode tac ON tac.code = tinc.account_code + // WHERE DATE(date) = CURRENT_DATE"; + // $query = $this->db->query($sql); + // return $query->result(); + //} + + function monthlypayments() + { + $sql="SELECT date_format(tinc.date,'%d-%m-%Y')as date,tinc.type,tinc.total,tinc.towhom,.tinc.description, ac.name FROM t_income_expense tinc join t_accountcode ac on ac.code=tinc.account_code WHERE MONTH(date) = MONTH(curdate()) group by account_code"; + $query = $this->db->query($sql); + //print_r($this->db->last_query()); + return $query->result(); + + } + + //home page --Reports// + function departmentmenu($fdate,$tdate,$fa,$aa) + { + + $sql="SELECT date_format(tinc.date,'%d-%m-%Y')as date, + ifnull(case + when tinc.type = 'PAYMENT' + then tinc.total + end,'0') as expense, + ifnull(case + when tinc.type = 'RECEIPT' + then tinc.total + end, '0') as income, + ifnull(case + when tinc.type = 'PAYMENT' + then tinc.towhom + end,'-') as paymentname, + ifnull(case + when tinc.type = 'RECEIPT' + then tinc.towhom + end, '-') as receiptname, + tinc.total,tinc.towhom,tinc.description,tinc.type,tinc.document,tinc.account_code,ac.name FROM t_income_expense tinc join t_accountcode ac on ac.code=tinc.account_code where tinc.date !=0 "; + if ($fdate and $tdate != ''){ + $fdate= date("Y-m-d",strtotime($fdate)); + $tdate=date("Y-m-d",strtotime($tdate)); + + $sql.="and date(tinc.date) >= '".$fdate."' + and date(tinc.date) <= '".$tdate."'"; + } + if ($fa and $aa != ''){ + + $sql.=" and (tinc.date >= '".$fa."-04-01' and tinc.date <= '".$aa."-03-31')"; + + } + + + $query = $this->db->query($sql); + //echo $fdate; + //print_r($this->db->last_query()); + //echo $sql; + return $query->result(); + + } + function menudepartmentwise($sid='') + { + $sql="SELECT date_format(tinc.date,'%d-%m-%Y')as date,tinc.type,tinc.total,tinc.document,tinc.towhom,tinc.description, ac.name FROM t_income_expense tinc join t_accountcode ac on ac.code=tinc.account_code + WHERE account_code = '$sid'"; + $query = $this->db->query($sql); + //print_r($this->db->last_query()); + //echo $sql; + return $query->result(); + + } + function report_cumulative_cashbook(){ + + if (date('m') >= 4) { + $yearl = date('Y').'-'.(date('Y')+1); + } else { + $yearl = (date('Y')-1).'-'.date('Y'); + } + $ab=$yearl; + $fa=substr($ab,0,-5); + $aa=substr($ab,5,5); + + + $sql = "SELECT year.name as name,year.yearexpense as yexp,year.yearincome as yinc,month.monthexpense as mexp,month.monthincome as minc,today.todayexpense as texp,today.todayincome as tinc + FROM (select ac1.name, ifnull(case + when tinc1.type = 'PAYMENT' + then sum(tinc1.total) + end,'0') as yearexpense, + ifnull(case + when tinc1.type = 'RECEIPT' + then sum(tinc1.total) + end, '0') as yearincome + FROM t_income_expense tinc1 + join t_accountcode ac1 on ac1.code = tinc1.account_code + WHERE (tinc1.date >= '".$fa."-04-01' and tinc1.date <= '".$aa."-03-31') + group by ac1.name ) as year + left join + (select ac2.name ,ifnull(case + when tinc2.type = 'PAYMENT' + then sum(tinc2.total) + end,'0') as monthexpense, + ifnull(case + when tinc2.type = 'RECEIPT' + then sum(tinc2.total) + end, '0') as monthincome + FROM t_income_expense tinc2 + join t_accountcode ac2 on ac2.code = tinc2.account_code + where month(tinc2.date) = month(current_date()) + group by ac2.name) as month on month.name = year.name + left join + (select ac3.name ,ifnull(case + when tinc3.type = 'PAYMENT' + then sum(tinc3.total) + end,'0') as todayexpense, + ifnull(case + when tinc3.type = 'RECEIPT' + then sum(tinc3.total) + end, '0') as todayincome + FROM t_income_expense tinc3 + join t_accountcode ac3 on ac3.code = tinc3.account_code + where date(tinc3.date) = current_date() + group by ac3.name ) as today on today.name=month.name + group by name "; + $query = $this->db->query($sql); + return $query->result(); + } + + /** function monthbeforetotal($month,$year){ + + $sql="SELECT month(date) as monthnum ,year(date) as yearnum, + sum(if(type = 'PAYMENT',total,0)) as payment_amt, + sum(if(type = 'RECEIPT',total,0)) as receipt_amt + FROM t_income_expense + WHERE + month(date) = '".$month."'and year(date) = '".$year."'"; + $query = $this->db->query($sql); + return $query->result(); + + } + + function yearbeforetotal($pre,$curr){ + $sql="SELECT + sum(if(type = 'PAYMENT',total,0)) as payment_amt, + sum(if(type = 'RECEIPT',total,0)) as receipt_amt + FROM t_income_expense + where date >= '".$pre."-04-01' and date <= '".$curr."-03-31'"; + $query = $this->db->query($sql); + return $query->result(); + //print_r($query->result()); + + } + +function daybeforetotal($yesterday){ + $sql="select date, + sum(if(type = 'PAYMENT',total,0)) as payment_amt, + sum(if(type = 'RECEIPT',total,0)) as receipt_amt + from t_income_expense + where date = ? "; + $query = $this->db->query($sql,array($yesterday)); + return $query->result(); + }**/ + + +function getYearlyOpeningAmt($prev_year){ + $sql="SELECT min(date),(sum(if(type = 'RECEIPT',total,0)) - sum(if(type = 'PAYMENT',total,0)) ) as opening_amt + FROM t_income_expense + WHERE date >= (select min(date) from t_income_expense) and date <= '".$prev_year."-03-31' "; + $query = $this->db->query($sql); + return $query->result(); + //print_r($query->result()); + + } + + //function monthbeforetotal($month,$year){ + function getMonthlyOpeningAmt($dateformat){ + + $sql="SELECT month('".$dateformat."') as monthnum ,year('".$dateformat."') as yearnum, + (sum(if(type = 'RECEIPT',total,0)) - sum(if(type = 'PAYMENT',total,0))) as opening_amt + FROM t_income_expense + WHERE date >= (select min(date) from t_income_expense) and date <= '".$dateformat."'"; + //WHERE month(date) between (select month(min(date)) from t_income_expense) and '".$month."' and year(date) = '".$year."'"; + $query = $this->db->query($sql); + return $query->result(); + +} + + +//function daybeforetotal($yesterday){ +function getDailyOpeningAmt($yesterday){ + $sql="select date,(sum(if(type = 'RECEIPT',total,0)) - sum(if(type = 'PAYMENT',total,0))) as opening_amt + from t_income_expense + where date between (select min(date) from t_income_expense) and '".$yesterday."'"; + $query = $this->db->query($sql); + return $query->result(); + } + + function accountname() + { + $sql = "SELECT name from t_accountcode "; + $query = $this->db->query($sql); + return $query->result(); + } + + function cashbook_finyear(){ + + $sql="SELECT + CASE WHEN MONTH(date)>=4 THEN + concat(YEAR(date), '-',YEAR(date)+1) + ELSE concat(YEAR(date)-1,'-', YEAR(date)) END AS financial_year + FROM t_income_expense + GROUP BY financial_year"; + $query = $this->db->query($sql); + return $query->result(); + + } + + //function report_cumulative_month_cashbook(){ + function report_cumulative_month_cashbook($cname,$yr1,$yr2){ + + if ($yr1 == '' && $yr2 == ''){ + if (date('m') >= 4) { + $yearl = date('Y').'-'.(date('Y')+1); + } else { + $yearl = (date('Y')-1).'-'.date('Y'); + } + $ab=$yearl; + $fa=substr($ab,0,-5); + $aa=substr($ab,5,5); + } + else{ + $fa=$yr1; + $aa=$yr2; + } + + $sql = "select tinc.account_code,ac.name,tinc.type, + SUM(IF(month(tinc.date) = 4, IF(tinc.type = 'PAYMENT', tinc.total, 0), 0)) AS AprilExpense, + SUM(IF(month(tinc.date) = 4, IF(tinc.type = 'RECEIPT', tinc.total, 0), 0)) AS AprilIncome, + SUM(IF(month(tinc.date) = 5, IF(tinc.type = 'PAYMENT', tinc.total, 0), 0)) AS MayExpense, + SUM(IF(month(tinc.date) = 5, IF(tinc.type = 'RECEIPT', tinc.total, 0), 0)) AS MayIncome, + SUM(IF(month(tinc.date) = 6, IF(tinc.type = 'PAYMENT', tinc.total, 0), 0)) AS JuneExpense, + SUM(IF(month(tinc.date) = 6, IF(tinc.type = 'RECEIPT', tinc.total, 0), 0)) AS JuneIncome, + SUM(IF(month(tinc.date) = 7, IF(tinc.type = 'PAYMENT', tinc.total, 0), 0)) AS JulyExpense, + SUM(IF(month(tinc.date) = 7, IF(tinc.type = 'RECEIPT', tinc.total, 0), 0)) AS JulyIncome, + SUM(IF(month(tinc.date) = 8, IF(tinc.type = 'PAYMENT', tinc.total, 0), 0)) AS AugustExpense, + SUM(IF(month(tinc.date) = 8, IF(tinc.type = 'RECEIPT', tinc.total, 0), 0)) AS AugustIncome, + SUM(IF(month(tinc.date) = 9, IF(tinc.type = 'PAYMENT', tinc.total, 0), 0)) AS SepExpense, + SUM(IF(month(tinc.date) = 9, IF(tinc.type = 'RECEIPT', tinc.total, 0), 0)) AS SepIncome, + SUM(IF(month(tinc.date) = 10, IF(tinc.type = 'PAYMENT', tinc.total, 0), 0)) AS OctExpense, + SUM(IF(month(tinc.date) = 10, IF(tinc.type = 'RECEIPT', tinc.total, 0), 0)) AS OctIncome, + SUM(IF(month(tinc.date) = 11, IF(tinc.type = 'PAYMENT', tinc.total, 0), 0)) AS NovExpense, + SUM(IF(month(tinc.date) = 11, IF(tinc.type = 'RECEIPT', tinc.total, 0), 0)) AS NovIncome, + SUM(IF(month(tinc.date) = 12, IF(tinc.type = 'PAYMENT', tinc.total, 0), 0)) AS DecExpense, + SUM(IF(month(tinc.date) = 12, IF(tinc.type = 'RECEIPT', tinc.total, 0), 0)) AS DecIncome, + SUM(IF(month(tinc.date) = 1, IF(tinc.type = 'PAYMENT', tinc.total, 0), 0)) AS JanExpense, + SUM(IF(month(tinc.date) = 1, IF(tinc.type = 'RECEIPT', tinc.total, 0), 0)) AS JanIncome, + SUM(IF(month(tinc.date) = 2, IF(tinc.type = 'PAYMENT', tinc.total, 0), 0)) AS FebExpense, + SUM(IF(month(tinc.date) = 2, IF(tinc.type = 'RECEIPT', tinc.total, 0), 0)) AS FebIncome, + SUM(IF(month(tinc.date) = 3, IF(tinc.type = 'PAYMENT', tinc.total, 0), 0)) AS MarExpense, + SUM(IF(month(tinc.date) = 3, IF(tinc.type = 'RECEIPT', tinc.total, 0), 0)) AS MarIncome, + SUM(IF(tinc.type = 'RECEIPT', tinc.total, 0)) AS receiptoverall, + SUM(IF(tinc.type = 'PAYMENT', tinc.total, 0)) AS paymentoverall, + SUM(tinc.total) as overalltotal + from t_income_expense tinc + join t_accountcode ac on ac.code = tinc.account_code + where (tinc.date >='".$fa."-04-01' and tinc.date <= '".$aa."-03-31')"; + if ($cname!= ''){ + $sql.="and ac.name = '".$cname."'"; + } + $sql.= " group by tinc.account_code"; + $query = $this->db->query($sql); + return $query->result(); + + } +} +?> \ No newline at end of file diff --git a/application/models/models/department_model.php b/application/models/models/department_model.php new file mode 100644 index 00000000..445c9350 --- /dev/null +++ b/application/models/models/department_model.php @@ -0,0 +1,134 @@ +db->select('BaseT.DepartmentID, BaseT.SupplierName, BaseT.Address, BaseT.ContactNumber, BaseT.AlternateContactNumber,BaseT.EmailAddress,BaseT.Exiseregistration,BaseT.TIN,BaseT.PAN,BaseT.GSTNO,BaseT.GSTRange,BaseT.CollectrateAddress,BaseT.UANumber,BaseT.PaymentTerms,BaseT.PaymentDays,BaseT.PayableAT'); + // $this->db->from('T_DepartmentDetails as BaseT'); + // //$this->db->join('tbl_users as users', 'users.userId = BaseT.userId','left'); + // //$this->db->join('T_SupplierDetails as ID', 'ID.DepartmentID = BaseT.DepartmentID','left'); + // if(!empty($searchText)) { + // $likeCriteria = "(BaseT.DepartmentID LIKE '%".$searchText."%' + // OR BaseT.SupplierName LIKE '%".$searchText."%' + // OR BaseT.Address LIKE '%".$searchText."%' + // OR BaseT.ContactNumber LIKE '%".$searchText."%' + // OR BaseT.AlternateContactNumber LIKE '%".$searchText."%' + // OR BaseT.EmailAddress LIKE '%".$searchText."%' + // OR BaseT.Exiseregistration LIKE '%".$searchText."%' + // OR BaseT.TIN LIKE '%".$searchText."%' + // OR BaseT.PAN LIKE '%".$searchText."%' + // OR BaseT.GSTNO LIKE '%".$searchText."%' + // OR BaseT.GSTRange LIKE '%".$searchText."%' + // OR BaseT.CollectrateAddress LIKE '%".$searchText."%' + // OR BaseT.UANumber LIKE '%".$searchText."%' + // OR BaseT.PaymentTerms LIKE '%".$searchText."%' + // OR BaseT.PaymentDays LIKE '%".$searchText."%' + // OR BaseT.PayableAT LIKE '%".$searchText."%')"; + // $this->db->where($likeCriteria); + // } + // //$this->db->where('BaseT.isDeleted', 0); + // //$this->db->where('BaseT.userId !=', 1); + // $query = $this->db->get(); + + // return count($query->result()); + // } + /** + * This function is used to get the user listing count + * @param string $searchText : This is optional search text + * @param number $page : This is pagination offset + * @param number $segment : This is pagination limit + * @return array $result : This is result + */ + function departmentListing() + { + $this->db->select('BaseT.DepartmentName, BaseT.DEPCode, BaseT.HeadDept, BaseT.IsActive'); + $this->db->from('T_DepartmentDetails as BaseT'); + $this->db->order_by("BaseT.DEPCode", "asc"); + $query = $this->db->get(); + $result = $query->result(); + return $result; + } + + // function ($searchText = '') + // { + // if(!empty($searchText)) { + // $likeCriteria = "(BaseT.DepartmentName LIKE '%".$searchText."%' + // OR BaseT.DEPCode LIKE '%".$searchText."%' + // OR BaseT.HeadDept LIKE '%".$searchText."%' + // OR BaseT.IsActive LIKE '%".$searchText."%')"; + // $this->db->where($likeCriteria); + // } + // //$this->db->where('BaseT.isDeleted', 0); + // //$this->db->where('BaseT.userId !=', 1); + // // $this->db->limit($page, $segment); + // $query = $this->db->get(); + + // $result = $query->result(); + // return $result; + // } + /** + * This function used to get user information by id + * @param number $userId : This is user id + * @return array $result : This is user information + */ + +function addNewdepartment($department) + { + + $this->db->insert('T_DepartmentDetails', $department); + + $SID = $this->db->affected_rows(); + + return $SID; + + } + +function getdepcode() +{ + //$limit = 12; + $this->db->distinct(); + $this->db->select('DEPCode, DepartmentName'); + $this->db->from('T_DepartmentDetails'); + $this->db->where('IsActive =', 1); + //$this->db->limit($limit); + $query = $this->db->get(); + + return $query->result(); +} + + /** + * This function used to get user information by id + * @param number $userId : This is user id + * @return array $result : This is user information + */ + function getDeptInfo($DEPCode='') + { + $this->db->select('*'); + $this->db->from('T_DepartmentDetails'); + $this->db->where('DEPCode', $DEPCode); + $query = $this->db->get(); + // print_r($this->db->last_query()); + return $query->result(); + } + /* This function to get the Supplier Address on respective Supplier ID */ + + function Updatedepartment($department, $DEPCode) + { + $this->db->where('DEPCode', $DEPCode); + $this->db->update('T_DepartmentDetails', $department); + + return TRUE; + } + + + + + + } +?> \ No newline at end of file diff --git a/application/models/models/employeedetails_model.php b/application/models/models/employeedetails_model.php new file mode 100644 index 00000000..093c1555 --- /dev/null +++ b/application/models/models/employeedetails_model.php @@ -0,0 +1,210 @@ +db->select(' Emp.*,Dep.DepartmentName as DepartmentName'); + $this->db->from('T_Employee_Details Emp'); + $this->db->join('T_DepartmentDetails Dep', 'Emp.Departmentcode = Dep.DEPCode','left'); + + $this->db->order_by("Emp.EmpID", "asc"); + + $query = $this->db->get(); + + $result = $query->result(); + return $result; + } + + + function getUserRoles() + { + $this->db->select('roleId, role'); + $this->db->from('tbl_roles'); + $this->db->where('roleId !=', 1); + $query = $this->db->get(); + + return $query->result(); + } + + /** + * This function is used to get the Config value from configuration table + * @return array $result : This is result of the query + */ + function getConfigValue($ConfigID ) + { + + $this->db->select('ConfigValue'); + $this->db->from('T_ConfigDetails'); + $this->db->where('Config_id ',$ConfigID ); + $query = $this->db->get(); + + return $query->result(); + } + + /* *//** + * This function is used to get the Department details from T_DepartmentDetails + * @return array $result : This is result of the query + */ + function getDepartment() + { + $this->db->select('DEPCode, DepartmentName'); + $this->db->from('T_DepartmentDetails'); + $this->db->where('IsActive =', 1); + $query = $this->db->get(); + + return $query->result(); + } + /** + * This function used to get user information by id + * @param number $userId : This is user id + * @return array $result : This is user information + */ + +function addNewemployee($Employee) + { + + $this->db->insert('T_Employee_Details', $Employee); + + $EmpID = $this->db->affected_rows(); + + return $EmpID; + } + + + function UpdateEmployee($Emp, $EmpID) + { + //echo $EmpID; + $this->db->where('EmpID', $EmpID); + $this->db->update('T_Employee_Details', $Emp); + //print_r($this->db->last_query()); + return TRUE; + } + + + function viewemployee( $EmpID) + { + $this->db->select('Emp.*,Dep.DepartmentName as DepartmentName'); + $this->db->from('T_Employee_Details AS Emp'); + $this->db->join('T_DepartmentDetails Dep', 'Emp.Departmentcode = Dep.DEPCode','left'); + $this->db->where('Emp.EmpID', $EmpID); + $query = $this->db->get(); + + $result = $query->result(); + + // print_r($this->db->last_query()); + return $result; + } + + /* This function to get the Employee department on respective Employee */ + function GetEmployeeDepartment($EmployeeID) + { + $this->db->select('DepartmentName'); + $this->db->from('T_EmployeeDetails'); + $this->db->where($EmployeeID); + $query = $this->db->get(); + return $query->result_array(); + } + + function checkMailExists($email='',$Empid='') + { + $this->db->select('EmailId'); + $this->db->from('T_Employee_Details'); + $this->db->where('EmailId',$email); + if ($Empid != '') + { + $this->db->where('EmpID !=',$Empid); + } + $query = $this->db->get(); + //print_r($this->db->last_query()); + if ($query->num_rows > 0) { + return $query->result_array(); + } + } + + function checkAadharExists($AadharNo,$Empid='') + { + $this->db->select('AadharNo'); + $this->db->from('T_Employee_Details'); + $this->db->where('AadharNo',$AadharNo); + if ($Empid != '') + { + $this->db->where('EmpID !=',$Empid); + } + $query = $this->db->get(); + //print_r($this->db->last_query()); + if ($query->num_rows > 0) { + return $query->result_array(); + } + } + function checkPANExists($PANNo,$Empid='') + { + $this->db->select('PANNo'); + $this->db->from('T_Employee_Details'); + $this->db->where('PANNo',$PANNo); + if ($Empid != '') + { + $this->db->where('EmpID !=',$Empid); + } + $query = $this->db->get(); + if ($query->num_rows > 0) { + return $query->result_array(); + } + + } + + + function checkPhotoExists($Pic) + { + $this->db->select('ProfilePic'); + $this->db->from('T_Employee_Details'); + $this->db->where($Pic); + + $query = $this->db->get(); + // print_r($this->db->last_query()); + if ($query->num_rows > 0) { + return $query->result_array(); + } + } +function getEmployeeCount( ) + { + + $this->db->select('count(*) as EmpCount'); + $this->db->from('T_Employee_Details'); + $this->db->where('IsActive ',1 ); + $query = $this->db->get(); + return $query->result(); + } + + function getBankDetails() + { + $this->db->select('*'); + $this->db->from('T_Bank_Details'); + $query = $this->db->get(); + $result = $query->result(); + return $result; + + } + + function export_excel(){ + + $this->db->select(' det.*,Dep.DepartmentName as DepartmentName,det.firstname,emp1.firstname as UpdatedByName,emp1.firstname as CreatedByName'); + $this->db->join('T_DepartmentDetails Dep', 'det.Departmentcode = Dep.DEPCode','left'); + $this->db->join('tbl_users as tbl',' det.createdby = tbl.userid','left'); + $this->db->join('T_Employee_Details as emp', 'emp.empid=tbl.empid','left'); + $this->db->join('tbl_users as tbl1',' det.UpdatedBy = tbl1.userid','left'); + $this->db->join('T_Employee_Details as emp1', 'emp1.empid=tbl1.empid','left'); + return $this->db->get('T_Employee_Details as det')->result_array(); + } +} +?> \ No newline at end of file diff --git a/application/models/models/emppaydate_model.php b/application/models/models/emppaydate_model.php new file mode 100644 index 00000000..62c138bd --- /dev/null +++ b/application/models/models/emppaydate_model.php @@ -0,0 +1,103 @@ +db->select('T_Emp_Pay_Data.*,T_Employee_Details.FirstName,T_Employee_Details.LastName'); + $this->db->from('T_Emp_Pay_Data'); + $this->db->join('T_Employee_Details','T_Emp_Pay_Data.EmpID=T_Employee_Details.EmpID'); + $query = $this->db->get(); + $result = $query->result(); + return $result; + } + + function deleteEmployeePay($EmpID) + { + $this->db->where('EmpID',$EmpID); + $query = $this->db->delete('T_Emp_Pay_Data'); + return $query; + + } + + + + + function addNewemppay($emppay) + { + $this->db->trans_start(); + $this->db->insert('T_Emp_Pay_Data', $emppay); + + $paydataid = $this->db->insert_id(); + + $this->db->trans_complete(); + + return $emppay; + } + + function addLoanInfo($dataarray,$string) + { + if($string == 'add'){ + $this->db->insert('T_Loan_Master', $dataarray); + $loanid = $this->db->affected_rows(); + return $loanid; + } + else if($string == 'update') + { + $loanid = $dataarray['Loan_ID']; + $this->db->where('Loan_ID',$loanid); + $this->db->update('T_Loan_Master', $dataarray); + $loanid = $this->db->affected_rows(); + return $loanid; + } + } + function getUserInfo($paydataid) + { + $sql = 'select T_Emp_Pay_Data.Pay_Data_ID,T_Emp_Pay_Data.EmpID as PAYEMPID,T_Emp_Pay_Data.Basic_Pay,T_Emp_Pay_Data.HRA_Rate,T_Emp_Pay_Data.Allowances,T_Emp_Pay_Data.Food_Allowances,T_Emp_Pay_Data.Incentives,T_Emp_Pay_Data.PF_Rate,T_Emp_Pay_Data.ESI_Rate,T_Emp_Pay_Data.HRA_Amount,T_Emp_Pay_Data.TotalSalary,T_Employee_Details.FirstName,T_Employee_Details.LastName,T_Loan_Master.*from T_Emp_Pay_Data + join T_Employee_Details on T_Emp_Pay_Data.EmpID=T_Employee_Details.EmpID + left join T_Loan_Master on T_Emp_Pay_Data.EmpID=T_Loan_Master.EmpID and T_Loan_Master.is_Active = 1 + where T_Emp_Pay_Data.Pay_Data_ID = ?;'; + $query = $this->db->query($sql,array($paydataid)); + + return $query->result(); + } + + + function editemppay($emppaydatas) + { + + $paydateid=$emppaydatas['Pay_Data_ID']; + //echo $paydateid; + //print_r($emppaydatas);die(); + + $this->db->where('Pay_Data_ID' ,$paydateid); + $this->db->update('T_Emp_Pay_Data',$emppaydatas); + + return TRUE; + } + + + function viewemppay($emppaydata, $paydateid) + { + $this->db->where('Pay_Data_ID', $paydateid); + $this->db->update('T_Emp_Pay_Data', $emppaydata); + + return TRUE; + } + + +} +?> diff --git a/application/models/models/index.html b/application/models/models/index.html new file mode 100644 index 00000000..c942a79c --- /dev/null +++ b/application/models/models/index.html @@ -0,0 +1,10 @@ + + + 403 Forbidden + + + +

Directory access is forbidden.

+ + + \ No newline at end of file diff --git a/application/models/models/inwardgateregister_model.php b/application/models/models/inwardgateregister_model.php new file mode 100644 index 00000000..bf28a512 --- /dev/null +++ b/application/models/models/inwardgateregister_model.php @@ -0,0 +1,856 @@ +db->set('FilePath', $Picture); //value that used to update column +$this->db->where('BillNo', $bill); //which row want to upgrade +$this->db->update('T_Inwardgateregister_fileupload'); +$afftectedRows = $this->db->affected_rows(); +return $afftectedRows; + +} + + + function getfies($igr) + { + + $this->db->select('*'); + + + $this->db->from('T_Inwardgateregister_fileupload'); + + $this->db->where('IGRNO',$igr); + + $query = $this->db->get(); + + return $query->result(); + } + + function fileupload($myfiles) + { + + + $this->db->insert('T_Inwardgateregister_fileupload',$myfiles); + $myfile=$this->db->affected_rows(); + return $myfile; + } + + + /*------------------------------------------------------------*/ + function addMaterialStockHistory($MaterialstockHistoryadd) +{ + + $this->db->trans_start(); + $this->db->insert('T_Material_stock_history', $MaterialstockHistoryadd); + $insert_id = $this->db->affected_rows(); + $this->db->trans_complete(); + // print_r($this->db->last_query()); + //print_r($insert_id); + if($insert_id>0) + { + $subQuery = 'select * from T_Material_stock_history'; + + $query = $this->db->query($subQuery); + + return $query->result(); + } + + +} + +/*------------------------------------------------------------*/ + // function igrListing() + // { + // $this->db->select('igr.*,PO.DeliveryDate,sup.SupplierName,igr.file'); + // $this->db->from('T_IGR_Master igr'); + // $this->db->join('T_PurchaseOrder_Master PO','igr.PONO = PO.PONO'); + // $this->db->join('T_SupplierDetailsN` sup','PO.SupplierID = sup.SupplierID'); + // $this->db->order_by('igr.CreatedDate','desc'); + // $query = $this->db->get(); + // $result = $query->result(); + // return $result; + // } + function igrListing() + { + $this->db->select('igr.*,PO.DeliveryDate,sup.SupplierName,fileup.FilePath,igr.file'); + $this->db->from('T_IGR_Master igr'); + $this->db->join('T_PurchaseOrder_Master PO','igr.PONO = PO.PONO'); + $this->db->join('T_Inwardgateregister_fileupload fileup',' igr.IGRNO = fileup.IGRNO','left'); + $this->db->join('T_SupplierDetailsN` sup','PO.SupplierID = sup.SupplierID'); + $this->db->group_by('igr.IGRNO','desc'); + $query = $this->db->get(); + $result = $query->result(); + return $result; + } + + + + function viewIGRFile($IGRNO) + { + $this->db->distinct(); + $this->db->select('*'); //BillNo,IGRNO,FilePath,PONO + $this->db->from('T_Inwardgateregister_fileupload'); + $this->db->where('IGRNO',$IGRNO); + + $query = $this->db->get(); + + $result = $query->result(); + // print_r($result);die; + //print_r($this->db->last_query()); + return $result; + + + + } + + function viewIGRFile1($IGRNO) + { + $this->db->distinct(); + $this->db->select('igrm.file,igrm.PONO as pono'); //BillNo,IGRNO,FilePath,PONO + $this->db->from('T_IGR_Master igrm'); + //$this->db->join('T_Inwardgateregister_fileupload igrf','igrm.IGRNO = igrf.IGRNO','left'); + //$this->db->join('T_IGR_Details igrd','igrm.IGRNO = igrd.IGRNO','left'); + + $this->db->where('igrm.IGRNO',$IGRNO); + + $query = $this->db->get(); + + $result = $query->result(); + // print_r($result);die; + //print_r($this->db->last_query()); + return $result; + + + + } + + function getpurchaseorder() + { + $this->db->distinct(); + $this->db->select('POM.PONO,POM.ServiceDescription,POM.DeliveryDate,sup.SupplierName,sup.Address,POM.status,OGR_Status'); + $this->db->from('T_PurchaseOrder_Master POM'); + $this->db->join('T_PurchaseOrder_LineItem POL', 'POL.PONO = POM.PONO'); + $this->db->join('T_SupplierDetailsN sup', 'POM.SupplierID = sup.SupplierID'); + $this->db->join('T_OGR_Master OGM ', 'POM.PONO = OGM.PONO_INV','left'); + $this->db->where('POM.Status',PO_RELEASED); + $this->db->where('POM.POType !=',SERVICE); + // $this->db->or_where('POM.Status',IGR_CREATED); + $this->db->or_where('POM.Status',MRIR_CREATED); + $this->db->or_where('POM.Status',MRIR_APPROVED); + $this->db->or_where('POM.Status',OGR_COMPLETE); + $query = $this->db->get(); + + $result = $query->result(); + //print_r($this->db->last_query()); + return $result; + } + + + function viewpurchaseorder($PO) + { + + $subQuery ='SELECT distinct POM.PONO,POL.MaterialCode,POL.Quantity,POL.ReceivedQuantity,(POL.Quantity -POL.ReceivedQuantity ) as PendingQty,QuantityRejected,POL.PONO,MM.MaterialName,MM.UOM + from T_PurchaseOrder_Master POM + left join T_PurchaseOrder_LineItem POL on POL.PONO = POM.PONO + left join T_IGR_Master IGM on IGM.PONO =POL.PONO + left join T_IGR_Details igr on igr.MaterialCode = POL.MaterialCode and IGM.PONO =POL.PONO + left join T_MaterialMaster MM on MM.MaterialCode = POL.MaterialCode + left join T_MRIR_Master MRM on POM.PONO=MRM.PONO + left join T_MRIR_Details MRD on MRM.MRIRNO=MRD.MRIRNO and POL.MaterialCode=MRD.MaterialCode + where POM.PONO=? group by POL.MaterialCode';// and POM.Status not in(?) '; + + $query = $this->db->query($subQuery, array($PO,IGR_CREATED)); + + // print_r($this->db->last_query()); + return $query->result(); + + /* $this->db->select('POM.PONO,POL.MaterialCode,POL.Quantity,POL.PONO,MM.MaterialName,MM.UOM'); + $this->db->from('T_PurchaseOrder_Master POM'); + $this->db->join('T_PurchaseOrder_LineItem POL', 'POL.PONO = POM.PONO','left'); + $this->db->join('T_MaterialMaster MM', 'MM.MaterialCode = POL.MaterialCode','left'); + $this->db->where('POM.PONO',$PO ); + + $this->db->where('POL.Status !=',POLINEITEM_IGR_CREATED ); + $query = $this->db->get(); + + $result = $query->result(); + + $this->db->last_query(); + return $result; */ + } + + function addigrM($igrM) + { + + $this->db->trans_start(); + $this->db->insert('T_IGR_Master', $igrM); + $insert_id = $this->db->affected_rows(); + $this->db->trans_complete(); + // print_r($this->db->last_query()); + //print_r($insert_id); + if($insert_id>0) + { + $subQuery = 'select max(IGRNO) as IGRNO from T_IGR_Master'; + + $query = $this->db->query($subQuery); + + return $query->result(); + } + } + + function addigrD($igrD) + { + $this->db->trans_start(); + $this->db->insert('T_IGR_Details', $igrD); + $insert_id = $this->db->affected_rows(); + $this->db->trans_complete(); + + if($insert_id>0) + { + $subQuery = 'select max(IGRItemNo) as IGRItemNo from T_IGR_Details'; + + $query = $this->db->query($subQuery); + + //print_r($query); + + + return $query->result(); + } + } + + + + function addmaterialhistory($historydetails) + { + + $this->db->trans_start(); + $this->db->insert('T_Material_stock_history', $historydetails); + $insert_id = $this->db->affected_rows(); + $this->db->trans_complete(); + return true; + } + + + + function addmaterialmaster($current_qty,$MaterialCode) + { + $this->db->where('MaterialCode',$MaterialCode); + $this->db->update('T_MaterialMaster',$current_qty); + return TRUE; + } + + + function get_CurrentQty($MaterialCode) + { + $this->db->select('Current_stock'); + $this->db->from('T_MaterialMaster'); + $this->db->where('T_MaterialMaster.MaterialCode',$MaterialCode); + $query = $this->db->get(); + // print_r( $this->db->last_query()); + $result = $query->result(); + return $result; + } + + + function getitemvalue($pono,$MaterialCode) + { + $this->db->select('Rate,SupplierID'); + $this->db->from('T_PurchaseOrder_LineItem'); + $this->db->join('T_PurchaseOrder_Master','T_PurchaseOrder_Master.PONO=T_PurchaseOrder_LineItem.PONO'); + $this->db->where('T_PurchaseOrder_LineItem.PONO',$pono); + $this->db->where('MaterialCode',$MaterialCode); + $query = $this->db->get(); + $result = $query->result(); + return $result; + + } + + + function viewigr($IGRNO) + { + $this->db->distinct(); + $this->db->select('igr.IGRNO,igr.*,igrd.*,MM.MaterialName,MM.UOM,sup.Address,sup.SupplierName,POM.ServiceDescription,POL.Quantity'); + $this->db->select('igr.IGRNO,igr.*,igrd.*,MM.MaterialName,MM.UOM,sup.Address,sup.SupplierName,POM.ServiceDescription,POL.Quantity'); + $this->db->from('T_IGR_Master igr'); + $this->db->join('T_IGR_Details igrd','igrd.IGRNO = igr.IGRNO'); + $this->db->join('T_PurchaseOrder_Master POM','igr.PONO = POM.PONO'); + $this->db->join('T_PurchaseOrder_LineItem POL','igr.PONO = POL.PONO and POL.MaterialCode=igrd.MaterialCode '); + $this->db->join('T_SupplierDetailsN sup', 'sup.SupplierID = POM.SupplierID'); + $this->db->join('T_MaterialMaster MM', 'MM.MaterialCode = igrd.MaterialCode'); + $this->db->where('igr.IGRNO',$IGRNO); + + + $query = $this->db->get(); + // print_r( $this->db->last_query()); + $result = $query->result(); + return $result; + } + + function UpdatePOLineItem($LineItem,$PONO,$MaterialCode) + { + $this->db->where('PONO', $PONO); + $this->db->where('MaterialCode', $MaterialCode); + $this->db->update('T_PurchaseOrder_LineItem', $LineItem); + + return TRUE; + } + + + function UpdateMRIROUTQty($mrirarray,$MRIRNO,$MaterialCode) + { + + $this->db->where('MRIRNO', $MRIRNO); + $this->db->where('MaterialCode', $MaterialCode); + $this->db->update('T_MRIR_Details', $mrirarray); + + return TRUE; + } + + + function UpdatePOMasterOGRStatus($pono,$POMasterStatuss) + { + $this->db->where('PONO', $pono); + $this->db->update('T_PurchaseOrder_Master', $POMasterStatuss); + return TRUE; + } + + + function update_OGR($PONO,$status) + { + $this->db->select('*'); + $this->db->from('T_OGR_Master'); + $this->db->where('PONO_INV',$PONO); + $query= $this->db->get(); + + if($query->num_rows!=0) + { + $this->db->where('PONO_INV',$PONO); + $ogrstatus=array('Status'=>$status); + $this->db->update('T_OGR_Master',$ogrstatus); + } + } + + function UpdatePOMaster($PONO,$updatedBy) + { + $this->db->select('*'); + $this->db->from('T_PurchaseOrder_LineItem'); + $this->db->where('PONO',$PONO); + $this->db->where('Status !=',IGR_CREATED); + + $query = $this->db->get(); + + + if ($query->num_rows == 0) { + $this->db->where('PONO', $PONO); + $POStatus = array('status'=>IGR_CREATED,'UpdateBY'=>$updatedBy); + $this->db->update('T_PurchaseOrder_Master', $POStatus); + } + + } + + function UpdateOGRMasterOGRStatus($OGRNO) + { + $this->db->select('*'); + $this->db->from('T_OGR_Details'); + $this->db->where('OGRNO',$OGRNO); + $this->db->where('Status !=',OGR_PARTIAL_COMPLETE); + + $query = $this->db->get(); + + if ($query->num_rows == 0) { + $this->db->where('OGRNO', $OGRNO); + $OGRStatus = array('status'=>OGR_PARTIAL_COMPLETE); + $this->db->update('T_OGR_Master', $OGRStatus); + } + + else + { + $this->db->where('OGRNO', $OGRNO); + $OGRStatus = array('status'=>OGR_COMPLETE); + $this->db->update('T_OGR_Master', $OGRStatus); + } + } + + + + function UpdateMRIRMasterOGRStatus($MRIRNO,$OGRNO) + { + $this->db->select('*'); + $this->db->from('T_OGR_Details'); + $this->db->where('OGRNO',$OGRNO); + $this->db->where('Status !=',OGR_PARTIAL_COMPLETE); + + $query = $this->db->get(); + + if ($query->num_rows == 0) { + $this->db->where('MRIRNO', $MRIRNO); + $OGRStatus = array('OGRstatus'=>OGR_PARTIAL_COMPLETE); + $this->db->update('T_MRIR_Master', $OGRStatus); + } + + else + { + $this->db->where('MRIRNO', $MRIRNO); + $OGRStatus = array('OGRstatus'=>OGR_COMPLETE); + $this->db->update('T_MRIR_Master', $OGRStatus); + } + } + + + + function updateogrpomaster($pono) + { + $this->db->select('*'); + $this->db->from('T_PurchaseOrder_LineItem'); + $this->db->where('PONO',$pono); + $this->db->where('OGR_Status !=','ST064'); + + $query = $this->db->get(); + + + if ($query->num_rows == 0) { + $this->db->where('PONO',$pono); + $POStatus = array('status'=>'ST063'); + $this->db->update('T_PurchaseOrder_Master', $POStatus); + } + } + + + + function getPOLineItemReceivedQty($PONO,$MaterialCode) + { + $this->db->select('ReceivedQuantity'); + $this->db->from('T_PurchaseOrder_LineItem'); + $this->db->where('PONO',$PONO); + $this->db->where('MaterialCode',$MaterialCode); + $query = $this->db->get(); + // print_r( $this->db->last_query()); + $result = $query->result(); + return $result; + } + + + function GetMRIROutQty($MRIRNO,$MaterialCode) + { + $this->db->select('Ogr_Out_Qty'); + $this->db->from('T_MRIR_Details'); + $this->db->where('MRIRNO',$MRIRNO); + $this->db->where('MaterialCode',$MaterialCode); + $query = $this->db->get(); + // print_r( $this->db->last_query()); + $result = $query->result(); + return $result; + } + + + function getCustomer() + { + $subQuery='select client_id,client_name from ip_clients'; + $query = $this->db->query($subQuery); + //print_r( $this->db->last_query()); + return $query->result(); + + } + + + function getSupplier() + { + $subQuery='select SupplierID,SupplierName from T_SupplierDetailsN'; + $query = $this->db->query($subQuery); + //print_r( $this->db->last_query()); + return $query->result(); + + } + + + function getstoredmaterialcode() + { + $subQuery='select MaterialCode,MaterialName from T_MaterialMaster'; + $query = $this->db->query($subQuery); + return $query->result(); + } + + + + function getOGRData() + { + $this->db->select('T_OGR_Master.*,T_OGR_Details.*,T_SupplierDetailsN.SupplierName,sup.SupplierName as Servicesupplier'); + $this->db->from('T_OGR_Master'); + $this->db->join('T_OGR_Details','T_OGR_Details.OGRNO=T_OGR_Master.OGRNO'); + $this->db->join('T_PurchaseOrder_Master','T_PurchaseOrder_Master.PONO=T_OGR_Master.PONO_INV','left'); + $this->db->join('T_SupplierDetailsN','T_SupplierDetailsN.SupplierID=T_PurchaseOrder_Master.SupplierID','left'); + $this->db->join('T_SupplierDetailsN sup','sup.SupplierID=T_OGR_Details.SupplierID','left'); + $this->db->group_by('T_OGR_Master.OGRNO'); + //$this->db->where(); + $query = $this->db->get(); + //print_r( $this->db->last_query()); + $result = $query->result(); + return $result; + } + + + function getOGRDataforedit($OGRNO) + { + $this->db->select('T_OGR_Master.*,T_SupplierDetailsN.SupplierName,T_OGR_Details.*,sup.SupplierName as ServiceSupname,T_MaterialMaster.MaterialName as Matname,Remark'); + $this->db->from('T_OGR_Master'); + $this->db->join('T_OGR_Details','T_OGR_Details.OGRNO=T_OGR_Master.OGRNO'); + $this->db->join('T_PurchaseOrder_Master','T_PurchaseOrder_Master.PONO=T_OGR_Master.PONO_INV','left'); + $this->db->join('T_SupplierDetailsN','T_SupplierDetailsN.SupplierID=T_PurchaseOrder_Master.SupplierID','left'); + $this->db->join('T_SupplierDetailsN sup','sup.SupplierID=T_OGR_Details.SupplierID','left'); + + $this->db->join('T_MaterialMaster','T_MaterialMaster.MaterialCode=T_OGR_Details.MaterialCode','left'); + $this->db->where('T_OGR_Master.OGRNO',$OGRNO); + //$this->db->group_by('T_OGR_Master.OGRNO'); + + $query = $this->db->get(); + //print_r( $this->db->last_query()); + $result = $query->result(); + return $result; + } + + + + function getOGRlineDataforedit($OGRNO,$MRIRNO) + { + $this->db->select('T_OGR_Details.*,MaterialName,ActualQuantityReceived,Quantity,QuantityRejected'); + $this->db->from('T_OGR_Details'); + $this->db->join('T_MaterialMaster','T_MaterialMaster.MaterialCode=T_OGR_Details.MaterialCode'); + $this->db->join('T_OGR_Master','T_OGR_Master.OGRNO=T_OGR_Details.OGRNO'); + $this->db->join('T_MRIR_Master','T_MRIR_Master.PONO=T_OGR_Master.PONO_INV','left'); + $this->db->join('T_MRIR_Details','T_MRIR_Details.MRIRNO=T_MRIR_Master.MRIRNO and T_MRIR_Details.MaterialCode=T_OGR_Details.MaterialCode'); + $this->db->join('T_PurchaseOrder_Master','T_PurchaseOrder_Master.PONO=T_MRIR_Master.PONO'); + $this->db->join('T_PurchaseOrder_LineItem','T_PurchaseOrder_Master.PONO=T_PurchaseOrder_LineItem.PONO and T_OGR_Details.MaterialCode=T_PurchaseOrder_LineItem.MaterialCode'); + $this->db->where('T_OGR_Details.OGRNO',$OGRNO); + $this->db->where('T_MRIR_Details.MRIRNO',$MRIRNO); + $this->db->group_by('T_OGR_Details.MaterialCode'); + + $query = $this->db->get(); + // print_r( $this->db->last_query()); + $result = $query->result(); + return $result; + } + + function getInvoice($CustomerId) + { + + $this->db->select('ip_invoices.invoice_id,invoice_number,item_product_id,item_name,item_quantity'); + $this->db->from('ip_invoices'); + $this->db->join('ip_invoice_items','ip_invoice_items.invoice_id = ip_invoices.invoice_id'); + $this->db->join('ip_clients','ip_invoices.client_id = ip_clients.client_id'); + + $this->db->where('ip_invoices.client_id',$CustomerId); + + $query = $this->db->get(); + //print_r( $this->db->last_query()); + $result = $query->result(); + return $result; + } + + + function getPOmrir($PONO) + { + $this->db->select('MRIRNO'); + $this->db->from('T_MRIR_Master'); + $this->db->where('T_MRIR_Master.PONO',$PONO); + $this->db->where('T_MRIR_Master.OGRstatus !=',OGR_COMPLETE); + // $this->db->where('Status !=',IGR_CREATED); + $query = $this->db->get(); + //print_r( $this->db->last_query()); + $result = $query->result(); + return $result; + + } + + + + + function getPO($supplierId) + { + + /// echo $supplierId; + $subQuery='select T_PurchaseOrder_Master.PONO from T_PurchaseOrder_Master + join T_MRIR_Master on T_MRIR_Master.PONO= T_PurchaseOrder_Master.PONO + where T_PurchaseOrder_Master.SupplierID=? and (T_PurchaseOrder_Master.Status=? or T_PurchaseOrder_Master.Status=? or T_PurchaseOrder_Master.Status=? or T_PurchaseOrder_Master.Status=? or T_PurchaseOrder_Master.Status=? or T_PurchaseOrder_Master.Status=? or T_PurchaseOrder_Master.Status=?) group by T_PurchaseOrder_Master.PONO'; + + //$query= $this->db->query($subQuery, array($supplierId,ST044,PO,ST063)); + $query= $this->db->query($subQuery, array($supplierId,ST044,PO,PO_RELEASED,IGR_CREATED,MRIR_CREATED,PARTIAL_MRIRAPPROVED,OGR_COMPLETE,OGR_PARTIAL_COMPLETE,OGR_CREATED)); + //print_r( $this->db->last_query()); + return $query->result(); + + + } + + function getPODetails($PONO) + { + + $subQuery ='select distinct T_PurchaseOrder_Master.PONO,T_PurchaseOrder_LineItem.MaterialCode, +T_PurchaseOrder_LineItem.Quantity as Oqty,T_MRIR_Details.ActualQuantityReceived, +T_MRIR_Details.QuantityRejected,MaterialName,balance_Qty +from T_PurchaseOrder_Master +join T_PurchaseOrder_LineItem on T_PurchaseOrder_LineItem.PONO = T_PurchaseOrder_Master.PONO +join T_MRIR_Master on T_MRIR_Master.PONO = T_PurchaseOrder_Master.PONO +join T_MRIR_Details on T_MRIR_Master.MRIRNO = T_MRIR_Details.MRIRNO and T_PurchaseOrder_LineItem.MaterialCode=T_MRIR_Details.MaterialCode +join T_MaterialMaster on T_MRIR_Details.MaterialCode=T_MaterialMaster.MaterialCode +left join T_OGR_Master on T_PurchaseOrder_Master.PONO=T_OGR_Master.PONO_INV +left join T_OGR_Details on T_OGR_Master.OGRNO=T_OGR_Details.OGRNO and T_PurchaseOrder_LineItem.MaterialCode= T_OGR_Details.MaterialCode +where T_PurchaseOrder_Master.PONO=?'; + + $query = $this->db->query($subQuery, array($PONO)); + //print_r($this->db->last_query()); + return $query->result(); + + + } + + + + function getPOMRIRDetails($MRIRno,$PONO,$materialcode) + { + $subQuery='select T_MRIR_Details.MaterialCode,ActualQuantityReceived,QuantityAccepted,QuantityRejected, +MaterialName,Quantity as Oqty,SUM(Ogr_Out_Qty) as allowedQty +from T_MRIR_Details +join T_MaterialMaster on T_MRIR_Details.MaterialCode=T_MaterialMaster.MaterialCode +join T_MRIR_Master on T_MRIR_Details.MRIRNO = T_MRIR_Master.MRIRNO +join T_PurchaseOrder_LineItem on T_MRIR_Master.PONO = T_PurchaseOrder_LineItem.PONO and T_PurchaseOrder_LineItem.MaterialCode=T_MRIR_Details.MaterialCode +where T_MRIR_Details.MRIRNO=? and T_MRIR_Master.PONO=? and T_MRIR_Details.MaterialCode=? group by T_MRIR_Details.MaterialCode;'; + $query = $this->db->query($subQuery, array($MRIRno,$PONO,$materialcode)); + //print_r($this->db->last_query()); + return $query->result(); + + + } + + + function getPOMRIRMaterial($MRIRno,$PONO) + { + $this->db->select('MaterialCode'); + $this->db->from('T_MRIR_Details'); + $this->db->join('T_MRIR_Master','T_MRIR_Master.MRIRNO=T_MRIR_Details.MRIRNO'); + $this->db->where('T_MRIR_Details.MRIRNO',$MRIRno); + $this->db->where('PONO',$PONO); + $this->db->group_by('T_MRIR_Details.MaterialCode'); + $query = $this->db->get(); + //print_r( $this->db->last_query()); + $result = $query->result(); + return $result; + + } + + + function gettotalout($PONO,$materialcode) + { + $subQuery='select SUM(Ogr_Out_Qty) +from T_MRIR_Details +join T_MRIR_Master on T_MRIR_Master.MRIRNO= T_MRIR_Details.MRIRNO +where PONO =? and MaterialCode = ?; '; + +$query = $this->db->query($subQuery, array($PONO,$materialcode)); + //print_r($this->db->last_query()); + return $query->result(); + } + + + + + + + + function getPOmaterialDetails($PONO,$materialcode) + { + $subQuery='select distinct T_PurchaseOrder_LineItem.MaterialCode,MaterialName,T_PurchaseOrder_LineItem.Quantity as Oqty,T_MRIR_Details.ActualQuantityReceived,T_MRIR_Details.QuantityRejected,balance_Qty + from T_PurchaseOrder_Master +join T_PurchaseOrder_LineItem on T_PurchaseOrder_LineItem.PONO = T_PurchaseOrder_Master.PONO +join T_MRIR_Master on T_MRIR_Master.PONO = T_PurchaseOrder_Master.PONO +join T_MRIR_Details on T_MRIR_Master.MRIRNO = T_MRIR_Details.MRIRNO and T_PurchaseOrder_LineItem.MaterialCode=T_MRIR_Details.MaterialCode +join T_MaterialMaster on T_MRIR_Details.MaterialCode=T_MaterialMaster.MaterialCode +left join T_OGR_Master on T_PurchaseOrder_Master.PONO=T_OGR_Master.PONO_INV +left join T_OGR_Details on T_OGR_Master.OGRNO=T_OGR_Details.OGRNO and T_PurchaseOrder_LineItem.MaterialCode= T_OGR_Details.MaterialCode +where T_PurchaseOrder_LineItem.PONO=? and T_PurchaseOrder_LineItem.MaterialCode=?' +; +$query = $this->db->query($subQuery, array($PONO,$materialcode)); + // print_r($this->db->last_query()); + return $query->result(); + } + + +function getPOmaterial($PONO) +{ + $subQuery ='select MaterialCode from T_PurchaseOrder_LineItem where PONO=?'; + + $query = $this->db->query($subQuery, array($PONO)); + //print_r($this->db->last_query()); + return $query->result(); +} + + + + function AddOGR($ogrmaster) + { + $this->db->trans_start(); + $this->db->insert('T_OGR_Master', $ogrmaster); + $insert_id = $this->db->affected_rows(); + $this->db->trans_complete(); + // print_r($this->db->last_query()); + //print_r($insert_id); + if($insert_id>0) + { + $subQuery = 'select max(OGRNO) as OGRNO from T_OGR_Master'; + + $query = $this->db->query($subQuery); + + return $query->result(); + } + } + + + + + function getlastogrline() + { + $subQuery = 'select max(OGRItemNO) as OGRItemNO from T_OGR_Details'; + + $query = $this->db->query($subQuery); + + return $query->result(); + } + + + function UpdateOGR($updateogrmaster,$OGRNO) + { + $this->db->where('OGRNO',$OGRNO); + //$this->db->where('MaterialCode', $MaterialCode); + $this->db->update('T_OGR_Master', $updateogrmaster); + + return TRUE; + } + + + function AddOgrLine($Ogrline) + { + $this->db->trans_start(); + $this->db->insert('T_OGR_Details',$Ogrline); + $insert_id = $this->db->affected_rows(); + $this->db->trans_complete(); + return $insert_id; + } + + + // function GetIGR_Details($pono) + // { + // $this->db->select('IGRNO,MRIRNO,MaterialCode,'); + // $this->db->from('ip_invoices'); + // $this->db->join('ip_invoice_items','ip_invoice_items.invoice_id = ip_invoices.invoice_id'); + // $this->db->join('ip_clients','ip_invoices.client_id = ip_clients.client_id'); + + // $this->db->where('ip_invoices.client_id',$CustomerId); + + // $query = $this->db->get(); + // //print_r( $this->db->last_query()); + // $result = $query->result(); + // return $result; + // } + + + + + function GetPreSavedQty($pono,$MaterialCode) + { + // $subQuery = 'select Total_OutwardQty from T_PurchaseOrder_LineItem where PONO=? and MaterialCode=?'; + // $query = $this->db->query($subQuery, array($pono,$MaterialCode)); + // //print_r($this->db->last_query()); + // return $query->result(); + + + $this->db->select('Total_OutwardQty'); + $this->db->from('T_PurchaseOrder_LineItem'); + $this->db->where('PONO',$pono); + $this->db->where('MaterialCode',$MaterialCode); + $query = $this->db->get(); + //print_r( $this->db->last_query()); + $result = $query->result(); + return $result; + + } + + + function check_PO($pono) + { + $subQuery='select * from T_OGR_Master where PONO_INV=?'; + $query=$this->db->query($subQuery,array($pono)); + return $query->result(); + } + + + function UpdatePOMasterOGR($postatus,$pono) + { + $this->db->where('PONO',$pono); + //$this->db->where('MaterialCode', $MaterialCode); + $this->db->update('T_PurchaseOrder_Master', $postatus); + + return TRUE; + } + + function updateigr($igrarr,$IGRNo){ + + //$this->db->where('PONO',$PONO); + $this->db->where('IGRNO',$IGRNo); + $this->db->update('T_IGR_Master',$igrarr); + $r = $this->db->affected_rows(); + return $r; + } + function getpolineqty($NewPO) +{ + $this->db->select('sum(Quantity)as Qty,sum(ReceivedQuantity)as rec'); + $this->db->from('T_PurchaseOrder_LineItem'); + $this->db->where('PONO',$NewPO); + + $query = $this->db->get(); + return $query->result(); +} + + +function POLineItemsupdatestatus($PONO,$Newstatus) +{ + $this->db->where('PONO',$PONO); + $this->db->update('T_PurchaseOrder_LineItem',$Newstatus); + $update = $this->db->affected_rows(); + return $update; + +} + +function pomasterupdatestatus($PONO,$Newstatus) +{ + $this->db->where('PONO',$PONO); + $this->db->update('T_PurchaseOrder_Master',$Newstatus); + $update = $this->db->affected_rows(); + return $update; +} + +} \ No newline at end of file diff --git a/application/models/models/login_model.php b/application/models/models/login_model.php new file mode 100644 index 00000000..f4d1400c --- /dev/null +++ b/application/models/models/login_model.php @@ -0,0 +1,198 @@ +db->select('BaseTbl.userId, BaseTbl.password, Emp.EmpID,Emp.FirstName,Emp.Designation, BaseTbl.roleId, Roles.role,DEPT.DEPCode,DEPT.DepartmentName,DEPT.HeadDept,Emp.ProfilePic,CompTbl.CompanyName'); + $this->db->from('tbl_users as BaseTbl'); + $this->db->join('tbl_roles as Roles','Roles.roleId = BaseTbl.roleId'); + $this->db->join('T_Employee_Details as Emp','BaseTbl.EmpID = Emp.EmpID'); + $this->db->join('T_DepartmentDetails as DEPT','Emp.Departmentcode = DEPT.DEPCode'); + $this->db->where('BaseTbl.isDeleted !=',1); + $this->db->join('T_Company_Details as CompTbl','true','cross'); + $this->db->where('BaseTbl.email', $email); + $this->db->or_where('Emp.ContactNumber', $email); + $this->db->where('BaseTbl.isDeleted !=',1); + + $query = $this->db->get(); + + + $user = $query->result(); + if(!empty($user)){ + if(verifyHashedPassword($password, $user[0]->password)){ + return $user; + } else { + return array(); + } + } else { + return array(); + } + } + + /** + * This function used to insert reset password data + * @param {array} $data : This is reset password data + * @return {boolean} $result : TRUE/FALSE + */ + function resetPasswordUser($data) + { + $result = $this->db->insert('tbl_reset_password', $data); + + if($result) { + return TRUE; + } else { + return FALSE; + } + } + + /** + * This function is used to get customer information by email-id for forget password email + * @param string $email : Email id of customer + * @return object $result : Information of customer + */ + function getCustomerInfoByEmail($email) + { + $this->db->select('userId, email, EmpID'); + $this->db->from('tbl_users'); + $this->db->where('isDeleted', 0); + $this->db->where('email', $email); + $query = $this->db->get(); + + return $query->result(); + } + + /** + * This function used to check correct activation deatails for forget password. + * @param string $email : Email id of user + * @param string $activation_id : This is activation string + */ + function checkActivationDetails($email, $activation_id) + { + $this->db->select('id'); + $this->db->from('tbl_reset_password'); + $this->db->where('email', $email); + $this->db->where('activation_id', $activation_id); + $query = $this->db->get(); + return $query->num_rows; + } + + // This function used to create new password by reset link + function createPasswordUser($email, $password) + { + $this->db->where('email', $email); + $this->db->where('isDeleted', 0); + $this->db->update('tbl_users', array('password'=>getHashedPassword($password))); + $this->db->delete('tbl_reset_password', array('email'=>$email)); + } + + /** + * This function used to check email exists or not + * @param {string} $email : This is users email id + * @return {boolean} $result : TRUE/FALSE + */ + function checkEmailExist($email) + { + $this->db->select('userId'); + $this->db->where('email', $email); + $this->db->where('isDeleted', 0); + $query = $this->db->get('tbl_users'); + + if ($query->num_rows() > 0){ + return true; + } else { + return false; + } + } + + function Accessdep($EmpID) + { + + $this->db->select('Departmentcode as AssDep'); + $this->db->from('T_AccessDepartments'); + $this->db->where('EmpID', $EmpID); + + + $query = $this->db->get(); + // print_r( $this->db->last_query()); + return $query->result(); + } + /** + * get the user dtl + */ + function getuserid($mobileno,$emailid) + { + $this->db->select('UsrTbl.userId,UsrTbl.email,EmpTbl.ContactNumber,EmpTbl.FirstName'); + $this->db->from('tbl_users as UsrTbl'); + $this->db->join('T_Employee_Details as EmpTbl','UsrTbl.EmpID = EmpTbl.EmpID'); + $this->db->where('EmpTbl.ContactNumber', $mobileno); + $this->db->where('UsrTbl.email',$emailid); + $this->db->where('UsrTbl.isDeleted', 0); + $res = $this->db->get(); + return $res->result(); + + } + + /** + * To update opt in our database + **/ + function temp2($userId,$otp){ + $this->db->set('OTP',$otp); + $this->db->where('userId',$userId); + $this->db->update('tbl_users'); + $count = $this->db->affected_rows(); + + if($count > 0) + { + $subQuery = "select OTP from tbl_users where userId = '".$userId."'"; + $query = $this->db->query($subQuery); + return $query->result(); + } + } + + /** + * To get user id + **/ + function getuserdtl($phno){ + $this->db->select('BaseTbl.userId'); + $this->db->from('tbl_users as BaseTbl'); + $this->db->join('T_Employee_Details as Emp','BaseTbl.EmpID = Emp.EmpID'); + $this->db->where('Emp.ContactNumber', $phno); + $query = $this->db->get(); + $result = $query->result(); + return $result; + } + + /** + * To update password and otp + **/ + function resetpassword($Array,$userid){ + + $this->db->where('userId',$userid); + $this->db->update('tbl_users',$Array); + $count = $this->db->affected_rows(); + return $count; + + } + + /** + * To update password only + **/ + function updatepassword($userid,$password){ + + $this->db->set('password',$password); + $this->db->where('userId',$userid); + $this->db->update('tbl_users'); + $count = $this->db->affected_rows(); + return $count; + + } + +} +?> \ No newline at end of file diff --git a/application/models/models/monthlypay_model.php b/application/models/models/monthlypay_model.php new file mode 100644 index 00000000..bff0ab9f --- /dev/null +++ b/application/models/models/monthlypay_model.php @@ -0,0 +1,545 @@ +db->select('T_Monthly_Pay_Inputs.*,T_Employee_Details.FirstName,T_Employee_Details.LastName,T_Payroll.Key,T_Loan_Master.Loan_ID'); + // $this->db->from('T_Monthly_Pay_Inputs'); + // $this->db->join('T_Employee_Details','T_Monthly_Pay_Inputs.EmpID=T_Employee_Details.EmpID'); + // $this->db->join('T_Payroll','T_Monthly_Pay_Inputs.EmpID=T_Payroll.EmpID','left'); + // $this->db->join('T_Loan_Master','T_Monthly_Pay_Inputs.EmpID=T_Loan_Master.EmpID','left'); + // $this->db->order_by('T_Employee_Details.EmpID','asc'); + // $this->db->where('T_Employee_Details.DateofJoining <=',$lastdate); + // $this->db->where('Month_Year',$current); + + $sql="select T_Monthly_Pay_Inputs.*,T_Employee_Details.FirstName,T_Employee_Details.LastName,T_Loan_Master.Loan_ID,T_Loan_Master.Monthly_Due,T_Payroll.Key + from T_Monthly_Pay_Inputs + left join T_Employee_Details on T_Monthly_Pay_Inputs.EmpID=T_Employee_Details.EmpID and T_Employee_Details.DateofJoining <= ? + left join T_Payroll on T_Monthly_Pay_Inputs.EmpID=T_Payroll.EmpID + left join T_Loan_Master on T_Monthly_Pay_Inputs.EmpID=T_Loan_Master.EmpID and T_Loan_Master.is_Active = 1 + where Month_Year = ? + order by T_Employee_Details.EmpID asc"; + + $query = $this->db->query($sql,array($lastdate,$current)); + // print_r($query->result()); + $result = $query->result(); + + return $result; + } + + + function getEmpPayDetails($current="",$s="") + { + + $month_val = date('m',strtotime($current)); + $year_val = date('Y',strtotime($current)); + $date_val =cal_days_in_month(CAL_GREGORIAN,$month_val,$year_val); + //$monthyear_val = date('Y-m',strtotime($current)); + $lastdate = $year_val.'-'.$month_val.'-'.$date_val; + $this->db->select('T_Employee_Details.EmpID,T_Employee_Details.FirstName,T_Employee_Details.LastName,T_Employee_Details.DateofJoining'); + $this->db->from('T_Employee_Details'); + //$this->db->join('T_Emp_Pay_Data','T_Emp_Pay_Data.EmpID=T_Employee_Details.EmpID','Left'); + $this->db->where('T_Employee_Details.IsActive',1); + $this->db->where('T_Employee_Details.DateofJoining <=',$lastdate); + $this->db->order_by('EmpID','asc'); + $query = $this->db->get(); + $result = $query->result(); + return $result; + + + } + + function getEmpPayDetailsforMonthInputs($current="") + { + + //$month = '0'.$current; + + $month = $current; +if(strlen($month) == 6) +{ + $month = '0'.$month; +} + +//echo $month; + + $current = '01-'.$current; + //echo $current; + $current = date_create($current); + $current = date_format($current,'Y-m-d'); + //echo 'Final'.$current; + $month_val = date('m',strtotime($current)); + $year_val = date('Y',strtotime($current)); + $date_val =cal_days_in_month(CAL_GREGORIAN,$month_val,$year_val); + //$monthyear_val = date('Y-m',strtotime($current)); + $lastdate = $year_val.'-'.$month_val.'-'.$date_val; + //echo $lastdate; + + //left join T_Payroll on T_Employee_Details.EmpID = T_Payroll.EmpID and month(T_Payroll.PayOn) = month(?) and year(T_Payroll.PayOn) = year(?) + $sql ="select T_Emp_Pay_Data.EmpID, T_Emp_Pay_Data.Incentives as MasterIncentives,T_Emp_Pay_Data.*,T_Employee_Details.FirstName,T_Employee_Details.LastName,T_Employee_Details.DateofJoining,T_Attendance.Days_Worked as Days_worked,T_Attendance.Absent as LOP_Days,T_Attendance.Paid_Leave as Paid_leave,T_Attendance.Total_OTHrs as OT_Hrs_Worked,T_Attendance.NoofDays,T_Loan_Master.Loan_ID,T_Loan_Master.Monthly_Due,T_Loan_Master.Due_Start_Date as DueDate,T_Loan_Master.Loan_Amount,T_Loan_Master.Paid_Amount,T_Payroll.Key,T_Monthly_Pay_Inputs.Incentives as MonthlyIncentives,T_Monthly_Pay_Inputs.Loan_Recovered,T_Monthly_Pay_Inputs.Estimate,T_Monthly_Pay_Inputs.Festival_Bonus,T_Monthly_Pay_Inputs.Other_Deductions,T_Loan_History .Balance_Amount + from T_Emp_Pay_Data + left join T_Employee_Details on T_Employee_Details.EmpID = T_Emp_Pay_Data.EmpID + left join T_Payroll on T_Employee_Details.EmpID = T_Payroll.EmpID and T_Payroll.PayOn = ? + + left join T_Attendance on T_Emp_Pay_Data.EmpID = T_Attendance.EmpID + left join T_Monthly_Pay_Inputs on T_Monthly_Pay_Inputs.EmpID = T_Emp_Pay_Data.EmpID and T_Monthly_Pay_Inputs.Month_Year = ? + left join T_Loan_Master on T_Emp_Pay_Data.EmpID = T_Loan_Master.EmpID and T_Loan_Master.is_Active = 1 + left join T_Loan_History on T_Loan_History .Loan_ID = T_Loan_Master.Loan_ID + where T_Employee_Details.DateofJoining <= ? + and month(T_Attendance.Month_Year) = month(?) and year(T_Attendance.Month_Year) = year(?) + order by T_Employee_Details.EmpID"; + + $query = $this->db->query($sql,array($month,$month,$lastdate,$current,$current)); + return $query->result(); + } + + + function getPublicHoldays($current="") + { + if(!empty($current)) + { + $sql = "select * from T_Public_Holidays where month(H_Date) = month(?) and year(H_Date) = year(?)"; + $query = $this->db->query($sql,array($current,$current)); + return $query->result(); + } + else + { + $sql = "select * from T_Public_Holidays where year(H_Date)=year(CURRENT_DATE) order by H_Date"; + $query = $this->db->query($sql); + return $query->result(); + + } + + + + } + + function checkHoliday($Date) + { + $Date = date('Y-m-d',strtotime($Date)); + //echo $Date;die();[ + + $sql="select count(*) as count from T_Public_Holidays where H_Date = ?"; + $query = $this->db->query($sql,array($Date)); + return $query->result_array(); + } + + function saveHolidays($data,$string) + { + //print_r($data); + if($string == 'i') + { + $this->db->insert('T_Public_Holidays',$data); + $i= $this->db->affected_rows(); + return $i; + } + else if($string == 'u') + { + $this->db->where('H_date',$data['H_Date']); + $this->db->update('T_Public_Holidays',$data); + $i = $this->db->affected_rows(); + return $i; + } + } + + + function deleteHoliday($d) + { + $d = date_format(date_create($d),'Y-m-d'); + $this->db->where('H_date',$d); + $this->db->delete('T_Public_Holidays'); + return $this->db->affected_rows(); + } + function monthlyAttendance($current="") + { + + $month_val = date('m',strtotime($current)); + $year_val = date('Y',strtotime($current)); + $date_val =cal_days_in_month(CAL_GREGORIAN,$month_val,$year_val); + $lastdate = $year_val.'-'.$month_val.'-'.$date_val; + + $this->db->select('T_Attendance.*,T_Employee_Details.FirstName,T_Employee_Details.LastName'); + $this->db->from('T_Attendance'); + $this->db->join('T_Employee_Details','T_Attendance.EmpID=T_Employee_Details.EmpID'); + // $this->db->where('year(T_Employee_Details.DateofJoining) <= ',$year_val); + // $this->db->where('month(T_Employee_Details.DateofJoining) <= ',$month_val); + $this->db->where('T_Employee_Details.DateofJoining <= ',$lastdate); + $this->db->where('Month_Year',$current); + //$this->db->where('T_Employee_Details.IsActive',1); + $this->db->order_by('T_Attendance.EmpID', 'asc'); + $query = $this->db->get(); + + $result = $query->result(); + + return $result; + } + function saveMonthlyData_model($data) + { + + $month = $data['Month_Year']; + $empid = $data['EmpID']; + $count=0; + + $this->db->select('count(*) as count'); + $this->db->from('T_Monthly_Pay_Inputs'); + $this->db->where('Month_Year',$month); + $this->db->where('EmpID',$empid); + $isExits = $this->db->get(); + $res = $isExits->result_array(); + + if(!empty($res)) + { + + $count = $res[0]['count']; + } + + + if($count == 0 ) + { + $i = $this->db->insert('T_Monthly_Pay_Inputs',$data); + return $i; + + } + elseif($count == 1) + { + $this->db->where('Month_Year',$month); + $this->db->where('EmpID',$empid); + $i = $this->db->update('T_Monthly_Pay_Inputs',$data); + return $i; + + } + + } + + function saveAttendance($monthattendance,$Month_Year,$EmpID) + { + $this->db->select('count(*) as c'); + $this->db->from('T_Attendance'); + $this->db->where('Month_Year',$Month_Year); + $this->db->where('EmpID',$EmpID); + $isExist = $this->db->get(); + $isExist = $isExist->result_array(); + $ans = $isExist[0]['c']; + + if($ans == 0) + { + + //array_pop(); + $this->db->insert('T_Attendance',$monthattendance); + return $this->db->affected_rows(); + //echo "INS"; + // if($this->db->affected_rows() > 0) + // { + + // return true; + // } + // else + // { + // return false; + // } + } + else + { + $this->db->where('Month_Year',$Month_Year); + $this->db->where('EmpID',$EmpID); + $this->db->update('T_Attendance',$monthattendance); + //echo "UPDATE"; + return $this->db->affected_rows(); + + } + } + + +function addNewmonthlisting($m_list) + { + $this->db->trans_start(); + $this->db->insert('T_Monthly_Pay_Inputs', $asset); + + $Asset_Code = $this->db->insert_id(); + + $this->db->trans_complete(); + + return $m_list; + } + function getUserInfo($EmpID,$month_year) + { + $this->db->select('T_Monthly_Pay_Inputs.*,T_Employee_Details.FirstName,T_Employee_Details.LastName'); + $this->db->from('T_Monthly_Pay_Inputs'); + $this->db->join('T_Employee_Details','T_Monthly_Pay_Inputs.EmpID=T_Employee_Details.EmpID'); + + $this->db->where('T_Monthly_Pay_Inputs.EmpID', $EmpID); + $this->db->where('T_Monthly_Pay_Inputs.Month_Year', $month_year); + $query = $this->db->get(); + + return $query->result(); + } + + + function editmonth($monthdata, $EmpID) + { + $monthyear=$monthdata['Month_Year']; + + + + $this->db->where('EmpID' ,$EmpID); + + $this->db->where('Month_Year',$monthyear); + $this->db->update('T_Monthly_Pay_Inputs',$monthdata); + + return TRUE; + } + + + function viewmonth($monthdata, $employeeid) + { + $this->db->order_by('Month_Year'); + $this->db->where('EmpID', $employeeid); + $this->db->update('T_Monthly_Pay_Inputs', $monthdata); + + return TRUE; + } + + + /*permission form model */ + function emplist() + { + + $sql="select Emp.EmpID,CONCAT(FirstName,' ',LastName)as name ,Emp.Departmentcode, Dep.DepartmentName FROM T_Employee_Details as Emp +join T_DepartmentDetails as Dep on Dep.DEPCode=Emp.Departmentcode where Emp.IsActive = 1;"; + $query =$this->db->query($sql); + return $query->result(); + + + + } + + function addper($Permissiondata) + { + + + //if(!empty($Permissiondata){ + $this->db->trans_start(); + $this->db->insert('T_Permission', $Permissiondata); + + //$Asset_Code = $this->db->insert_id(); + $Permission = $this->db->affected_rows(); + + $this->db->trans_complete(); + + return $Permission; + + } + + function perlist() + { + + $this->db->select('*'); + $this->db->from('T_Permission'); + $query =$this->db->get(); + return $query->result(); + + } + + function pdf($SNO) + { + $this->db->select('per.*,emp.FirstName,LastName,dep.DepartmentName'); + $this->db->from('T_Permission per'); + $this->db->join('T_Employee_Details emp','emp.EmpID = per.EmpID'); + $this->db->join('T_DepartmentDetails dep','dep.DEPCode = emp.Departmentcode'); + $this->db->where('per.SNO',$SNO ); + $query =$this->db->get(); + return $query->result(); + } + + function reportvalue($fin_year) + { + + + $curr_split = explode('-',$fin_year); + $pre_year = $curr_split[0]; + $curr_year = $curr_split[1]; + + $sql= "select T_Monthly_Pay_Inputs.EmpID,T_Employee_Details.FirstName,T_Employee_Details.LastName,sum(Incentives) as Incentives,sum(Festival_Bonus) as Bonus + from T_Monthly_Pay_Inputs + join T_Employee_Details on T_Monthly_Pay_Inputs.EmpID = T_Employee_Details.EmpID + where + substr(T_Monthly_Pay_Inputs.Month_Year,4) = ? + and substr(T_Monthly_Pay_Inputs.Month_Year,1,2) >= 4 + or substr(T_Monthly_Pay_Inputs.Month_Year,4) = ? + and substr(T_Monthly_Pay_Inputs.Month_Year,1,2) <= 3 + group by T_Monthly_Pay_Inputs.EmpID"; + + $query = $this->db->query($sql,array($pre_year,$curr_year)); + return $query->result(); + } + function Monthwisereportvalue($Fin_year,$EmployeeID) + { + + + $curr_split = explode('-',$Fin_year); + $pre_year = $curr_split[0]; + $curr_year = $curr_split[1]; + + $sql= "select T_Monthly_Pay_Inputs.EmpID,T_Monthly_Pay_Inputs.Month_Year,T_Employee_Details.FirstName,T_Employee_Details.LastName,sum(Incentives) as Incentives,sum(Festival_Bonus) as Bonus + from T_Monthly_Pay_Inputs + join T_Employee_Details on T_Monthly_Pay_Inputs.EmpID = T_Employee_Details.EmpID + and T_Monthly_Pay_Inputs.EmpID = ? + where substr(T_Monthly_Pay_Inputs.Month_Year,4) = ? and substr(T_Monthly_Pay_Inputs.Month_Year,1,2) >= 4 + or substr(T_Monthly_Pay_Inputs.Month_Year,4) = ? and substr(T_Monthly_Pay_Inputs.Month_Year,1,2) <= 3 + group by T_Monthly_Pay_Inputs.Month_Year"; + + $query = $this->db->query($sql,array($EmployeeID,$pre_year,$curr_year)); + return $query->result(); + } + + + + + +//this function Production Salary cost details + + + + + + + function productionsalarycosts($productions) + { + $this->db->insert('T_ProductionSalaryCost',$productions); + + $r = $this->db->affected_rows(); + return $r; + } + +function updateproduction($productions,$sno) +{ + + + $this->db->where('sno',$sno); + $this->db->update('T_ProductionSalaryCost',$productions); + $r = $this->db->affected_rows(); + return $r; + + + + +} + + function productionsalarycost() + { + $this->db->select('*'); + $this->db->from('T_ProductionSalaryCost'); + $query =$this->db->get(); + return $query->result(); + } + + + + function attyesterday($WH,$daydate) + { + + + +$sql="select att.EmpID,".$WH.",a.FirstName from T_Attendance as att +join T_Employee_Details as a on a.EmpID= att.EmpID +where Month_Year = ? and att.EmpID in (select EmpID from T_Attendance)"; + $query = $this->db->query($sql,array($daydate)); + + return $query->result_array(); +} + + + function dayAllPersentEmpSalary($WH,$OT,$date) + { + + $sql="select EmpID,".$WH.",".$OT." from T_Attendance where Month_Year = ? and EmpID in (select EmpID from T_Attendance)"; + $query = $this->db->query($sql,array($date)); + + return $query->result_array(); +} + + + +function persentEmployeeDetails($EmpID){ + +$sql= "select * FROM T_Emp_Pay_Data where EmpID = ?;"; + $query = $this->db->query($sql,array($EmpID)); + + return $query->result(); + +} + + + +// function cost($ab) +// { + + + +// $sql = "select * from T_ProductionSalaryCost where month(date)=month('".$ab."')"; + +// //echo $sql;die; + +// $query = $this->db->query($sql); + +// return $query->result(); +// } + + + +function cost($ab,$from,$to) +{ + // echo $ab;echo $from;echo $to; + // die; + $sql = "select * from T_ProductionSalaryCost where + month(date)= month('".$ab."')"; + + if ($from and $to != '') + { + $sql.="or date >= '".$from."' + and date <= '".$to."'"; + + } + + // echo $sql; + + $query = $this->db->query($sql); + return $query->result(); + + + +} + + + + + + + + + } +?> + diff --git a/application/models/models/mrir_model.php b/application/models/models/mrir_model.php new file mode 100644 index 00000000..feb4efc9 --- /dev/null +++ b/application/models/models/mrir_model.php @@ -0,0 +1,387 @@ +db->select('IGRNO'); + $this->db->from('T_IGR_Master'); + $this->db->order_by('IGRNO', 'asc'); + $res=$this->db->get(); + return $res->result(); + + } + /** + * This function is used to get the user listing count + * @param string $searchText : This is optional search text + * @param number $page : This is pagination offset + * @param number $segment : This is pagination limit + * @return array $result : This is result + */ + + + function ViewigrListing() + { + + + $this->db->select('igr.*,PO.DeliveryDate,sup.SupplierName'); + $this->db->from('T_IGR_Master igr'); + $this->db->join('T_PurchaseOrder_Master PO','igr.PONO = PO.PONO'); + $this->db->join('T_SupplierDetailsN` sup','PO.SupplierID = sup.SupplierID'); + $this->db->where('igr.IGRStatus !=',MRIR_CREATED); + $this->db->where('PO.IsQualityChkReqired',1); + $this->db->order_by("CreatedDate","desc"); + $query = $this->db->get(); + $result = $query->result(); + + return $result; + } + /* This function is used to get the igr value (button link)*/ + function get_IGR($IgrNo) + { + $this->db->distinct(); + $this->db->select('IGRM.DeliveryChellanDate,IGRM.CreatedDate,IGRM.IGRNO,IGRM.VehicleNo,IGRM.DeliveryChellanOrInvoiceNo,IGRM.CourierNo,IGRM.PONO,IGRD.MaterialCode,IGRD.QuantityAsPerInvoice,POMR.ServiceDescription,POMR.PODate,POMR.DeliveryDate,POMR.CreatedBy,SUPP.SupplierName,SUPP.Address,MM.UOM,MM.MaterialName,POLT.Quantity,POLT.ReceivedQuantity,ED.FirstName'); + //$this->db->select("DATE_FORMAT(IGRM.DeliveryChellanDate, '%d %m %Y') as DCdate"); + $this->db->from('T_IGR_Master IGRM'); + $this->db->join('T_PurchaseOrder_Master POMR ','IGRM.PONO=POMR.PONO'); + $this->db->join('T_IGR_Details IGRD','IGRM.IGRNO=IGRD.IGRNO'); + $this->db->join('T_SupplierDetailsN SUPP','POMR.SupplierID=SUPP.SupplierID'); + $this->db->join('T_MaterialMaster MM',' MM.MaterialCode=IGRD.MaterialCode'); + $this->db->join('T_PurchaseOrder_LineItem POLT','IGRM.PONO=POLT.PONO and IGRD.MaterialCode = POLT.MaterialCode'); + $this->db->join ('tbl_users user','user.userid=POMR.CreatedBy','left'); + $this->db->join ('T_Employee_Details ED','ED.EmpID = user.EmpID','left'); + $this->db->where('IGRM.IGRNO',$IgrNo); + + $query = $this->db->get(); + $result = $query->result(); + //print_r($this->db->last_query()); + return $result; + + } +function ViewDistributionList() + { + $subQuery = 'Select distinct ReqLine.MaterialCode, MR.PONO, REQ.ReqNo,MM.MaterialName,MM.UOM, +EMP.FirstName,DD.DEPCode,DD.DepartmentName,ReqLine.Quantity as RequestedQty,POL.Quantity +as OrderedQuantity ,(MD.ActualQuantityReceived) as ActualReceivedqty,(MD.QuantityAccepted) as +AcceptedQty,REQ.ReqDate, ReqLine.Status as ReqStatus, + st.StatusCode as ReqStatus,st.StatusName, +ReqLine.Remarks +from T_Requestion_Details ReqLine join T_PurchaseOrder_LineItem POL +on ReqLine.ReqNo = POL.ReqNo and ReqLine.MaterialCode = POL.MaterialCode + join T_Requestion_Master REQ on REQ.ReqNo = ReqLine.ReqNo + join T_PurchaseOrder_Master POMast on POMast.PONO=POL.PONO +join T_Status st on ReqLine.Status = st.StatusCode +join T_MRIR_Master MR on MR.PONO = POL.PONO join T_MRIR_Details MD +on MD.MRIRNO = MR.MRIRNO and ReqLine.MaterialCode = MD.MaterialCode join T_MaterialMaster MM on +MM.MaterialCode = ReqLine.MaterialCode join +T_Employee_Details EMP on EMP.EmpID = REQ.Requestedby join +T_DepartmentDetails DD on DD.DEPCode = EMP.Departmentcode where +POL.status in (?,?) + and ReqLine.Status not in(?) and POMast.status not in(?) + group by ReqLine.MaterialCode ,POL.PONO'; + $query = $this->db->query($subQuery,array(MRIR_APPROVED,PARTIAL_MRIRAPPROVED,REQITEM_NEW,PO_AMENDED)); + //print_r($this->db->last_query()); + return $query->result(); + } + /* This function is used to list the MRIR value*/ + function view_mrir() + { + $this->db->distinct(); + $this->db->select('TMM.MRIRNO,TMM.PONO,TMM.IGRNO,TMM.MRIRStatus,ST.StatusName,IGRM.DeliveryChellanOrInvoiceNo,IGRM.DeliveryChellanDate,IGRM.VehicleNo,IGRM.CourierNo,TMD.StoreInchargeID,TMD.QualityInchargeID,TMD.PlantInchargeID,TMD.UpdateBY,POM.PODate,POM.POType,POM.CreatedBy,ED.FirstName as UpdatedbyName,ED1.FirstName as CreatedByName'); + $this->db->from ('T_MRIR_Master TMM'); + $this->db->join ('T_MRIR_Details TMD','TMM.MRIRNO=TMD.MRIRNO'); + $this->db->join ('T_IGR_Master IGRM','TMM.IGRNO=IGRM.IGRNO'); + $this->db->join ('T_IGR_Details IGRD','IGRM.IGRNO=IGRD.IGRNO'); + $this->db->join ('T_PurchaseOrder_Master POM','TMM.PONO=POM.PONO'); + $this->db->join ('tbl_users user','user.userid=TMD.UpdateBY','left'); + $this->db->join ('T_Employee_Details ED','ED.EmpID = user.EmpID','left'); + $this->db->join ('tbl_users user1','user1.userid = POM.CreatedBy','left'); + $this->db->join ('T_Employee_Details ED1','ED1.EmpID = user1.EmpID','left'); + $this->db->join ('T_Status ST','ST.StatusCode = TMM.MRIRStatus'); + //$this->db->where('POM.IsQualityChkReqired !=','0'); + $this->db->order_by ('TMM.MRIRNO','desc'); + $query = $this->db->get(); + return $query->result(); + + } + function getStatus() + { + $this->db->select('StatusCode,StatusName'); + $this->db->from('T_Status'); + $this->db->where('StatusType',8); + $query = $this->db->get(); + return $query->result(); + } + /* This function is used to list the MRIR value*/ + function view_mrir_Billing() + { + $this->db->distinct(); + $this->db->select('TMM.MRIRNO,TMM.PONO, TMM.IGRNO,IGRM.DeliveryChellanOrInvoiceNo, +IGRM.DeliveryChellanDate,IGRM.VehicleNo,IGRM.CourierNo,TMD.QualityInchargeID, +TMD.PlantInchargeID,TMD.UpdateBY, POM.PODate,POM.POType,POM.ReleasedBy,ED2.FirstName as StoreinchargeName,POM.IsQualityChkReqired,POM.POType,POM.CapitalRange,POM.Status, +ED.FirstName as UpdatedbyName,ED1.FirstName as ReleasedbyName,MM.MaterialCode,MM.MaterialName, +MM.UOM, POL.Quantity,IGRD.QuantityAsPerInvoice, TMD.ActualQuantityReceived,TMD.QuantityAccepted, +TMD.QuantityRejected,ST.StatusName,TMD.Remarks,AdvanceAmount '); + $this->db->from ('T_MRIR_Master TMM'); + $this->db->join ('T_MRIR_Details TMD','TMM.MRIRNO=TMD.MRIRNO','left'); + $this->db->join ('T_IGR_Master IGRM','TMM.IGRNO=IGRM.IGRNO'); + $this->db->join ('T_IGR_Details IGRD','IGRM.IGRNO=IGRD.IGRNO and IGRD.MaterialCode = TMD.MaterialCode'); + $this->db->join ('T_PurchaseOrder_Master POM','POM.PONO=IGRM.PONO'); + $this->db->join ('T_PurchaseOrder_LineItem POL','POL.PONO=POM.PONO and TMD.MaterialCode = POL.MaterialCode'); + $this->db->join('T_PurchaseOrder_AdvanceRequest PUADV','POM.PONO=PUADV.PONO','left'); + $this->db->join ('tbl_users user','user.userid=TMD.UpdateBY','left'); + $this->db->join ('T_Employee_Details ED','ED.EmpID = user.EmpID','left'); + $this->db->join ('tbl_users user1','user1.userid = POM.ReleasedBy','left'); + $this->db->join ('T_Employee_Details ED1','ED1.EmpID = user1.EmpID','left'); + $this->db->join ('tbl_users user2','user2.userid=TMD.StoreInchargeID','left'); + $this->db->join ('T_Employee_Details ED2','ED2.EmpID = user2.EmpID','left'); + $this->db->join ('T_MaterialMaster MM','MM.MaterialCode = IGRD.MaterialCode and POL.MaterialCode = MM.MaterialCode'); + $this->db->join ('T_Status ST','ST.StatusCode = TMD.MRIRStatus'); + + $this->db->where('TMM.MRIRStatus',MRIR_APPROVED); + $this->db->order_by('TMM.UpdatedOn','desc'); + $query = $this->db->get(); + //print_r($this->db->last_query()); + return $query->result(); + + } + + /* This function is used to get the MRIR value for edit*/ + function edit_mrir($MrirNo) + { + $this->db->distinct(); + $this->db->select('TMM.MRIRNO,TMM.PONO,TMM.IGRNO,TMM.Createdon as MRIRCreatedon,TMD.MRIRItemNo,TMD.ActualQuantityReceived,TMD.QuantityAccepted,TMD.QuantityRejected,IGRM.DeliveryChellanOrInvoiceNo,IGRM.DeliveryChellanDate,IGRM.VehicleNo,IGRM.CourierNo,IGRM.CreatedDate as IGRCreated,IGRD.QuantityAsPerInvoice,SUPP.SupplierName,SUPP.Address,POMR.PODate,POMR.DeliveryDate,POMR.ServiceDescription,TMD.MaterialCode,MM.MaterialName,MM.UOM,Line.Quantity,Line.ReceivedQuantity,ED.FirstName as PORasiedbyName,ED1.FirstName as MRIRRasiedbyName, ED2.FirstName as IGRRasiedbyName,TMM.MRIRStatus,Line.CostCenterCode,COST.CostCenterName,TMD.Remarks'); + $this->db->from ('T_MRIR_Master TMM'); + $this->db->join ('T_MRIR_Details TMD','TMM.MRIRNO = TMD.MRIRNO');//to get IGRNO,PONO,MRIRNO,mrirdate, + $this->db->join ('T_IGR_Master IGRM', 'IGRM.IGRNO = TMM.IGRNO');//to get actualquantity,deliverydate,Invoicedate,vechileno,courierno,igrdate, + $this->db->join ('T_PurchaseOrder_Master POMR ','IGRM.PONO = POMR.PONO');//to get podate,deliverydate,servicedescription + // $this->db->join ('T_PurchaseOrder_LineItem POLT','IGRM.PONO=POLT.PONO');//to get receivedquantity,quantity + $this->db->join('T_PurchaseOrder_LineItem Line','TMM.PONO=Line.PONO and TMD.MaterialCode=Line.MaterialCode'); + $this->db->join('T_CostCenter_Master COST','Line.CostCenterCode=COST.CostCenterCode','left'); + //$this->db->join ('T_IGR_Details IGRD','IGRD.IGRNO = IGRM.IGRNO');//to get invoicequantity + $this->db->join('T_IGR_Details IGRD','IGRD.IGRNO = TMM.IGRNO and TMD.MaterialCode=IGRD.MaterialCode'); + $this->db->join ('T_MaterialMaster MM','TMD.MaterialCode = MM.MaterialCode'); + $this->db->join ('T_SupplierDetailsN SUPP','POMR.SupplierID = SUPP.SupplierID');//to get suppliername,supplieraddress + $this->db->join ('tbl_users user','user.userid = POMR.CreatedBy');//to get poraisedby + $this->db->join ('T_Employee_Details ED','ED.EmpID = user.EmpID'); + $this->db->join ('tbl_users user1','user1.userid=TMM.CreatedBy');//to get mrirraisedby + $this->db->join ('T_Employee_Details ED1','ED1.EmpID = user1.EmpID'); + $this->db->join ('tbl_users user2','user2.userid=IGRM.CreatedBy');//to get igrraisedby + $this->db->join ('T_Employee_Details ED2','ED2.EmpID = user2.EmpID'); + $this->db->where('TMM.MRIRNO',$MrirNo); + $this->db->group_by('TMM.MRIRNO,TMD.MaterialCode'); + $query = $this->db->get(); + $result = $query->result(); + //print_r( $this->db->last_query()); + return $result; + + } + /* This function is used to store the MRIR value in master table*/ + function master_mrir($mrirmastervalues) + { + + + $this->db->insert('T_MRIR_Master', $mrirmastervalues); + $insert_id = $this->db->affected_rows(); + + if($insert_id>0) + { + $subQuery = 'select max(MRIRNO) as MRIRNo from T_MRIR_Master'; + $query = $this->db->query($subQuery); + return $query->result();//_array(); + } + + } + + /* This function is used to store the MRIR value in detail table*/ + function detail_mrir($mrirdetailvalues) + { + + $this->db->insert('T_MRIR_Details',$mrirdetailvalues); + $insert_id = $this->db->affected_rows(); + + return $insert_id; + + } + + + /* This function is used to update the value in MRIR master table*/ + function update_mrirmaster($updatemastervalues,$mrir_no) + { + $this->db->where('MRIRNO', $mrir_no); + $this->db->update('T_MRIR_Master', $updatemastervalues); + $affectedRows = $this->db->affected_rows(); + + return $affectedRows; + + } + + function UpdateReqStatus() + { + + } + /* This function is used to update the value in MRIR detail table*/ + function update_mrirdetail($updatedetailvalues,$Lineitm) + { + + $this->db->where('MRIRItemNo',$Lineitm); + + $this->db->update('T_MRIR_Details',$updatedetailvalues); + + + } + + + /* This function is used to get the value for modal in view MRIR page */ + function get_MRIRs($mrir) + { + $this->db->select('TMM.MRIRNO,TMM.PONO,TMM.IGRNO,TMD.*,IGRM.DeliveryChellanOrInvoiceNo,IGRM.DeliveryChellanDate,IGRM.VehicleNo,IGRD.*,SUPP.SupplierName,SUPP.Address,POMR.DeliveryDate,POMR.ServiceDescription,MM.MaterialCode,MM.UOM,MM.MaterialName,POLT.Quantity,POLT.ReceivedQuantity,POMR.POType,ED.FirstName as StoreinchargeName'); + $this->db->from ('T_MRIR_Master TMM'); + $this->db->join ('T_MRIR_Details TMD','TMM.MRIRNO = TMD.MRIRNO'); + $this->db->join ('T_MaterialMaster MM','TMD.MaterialCode = MM.MaterialCode'); + $this->db->join ('T_IGR_Master IGRM', 'IGRM.IGRNO=TMM.IGRNO'); + $this->db->join ('T_PurchaseOrder_Master POMR ','IGRM.PONO=POMR.PONO'); + $this->db->join ('T_PurchaseOrder_LineItem POLT','IGRM.PONO=POLT.PONO and POLT.MaterialCode=TMD.MaterialCode'); + $this->db->join ('T_IGR_Details IGRD','IGRD.IGRNO= IGRM.IGRNO and IGRD.MaterialCode=TMD.MaterialCode'); + $this->db->join ('T_SupplierDetailsN SUPP','POMR.SupplierID=SUPP.SupplierID'); + $this->db->join ('tbl_users user','user.userid=TMD.StoreInchargeID','left'); + $this->db->join ('T_Employee_Details ED','ED.EmpID = user.EmpID','left'); + $this->db->where('TMD.MRIRNO',$mrir); + //$this->db->order_by('TMD.MRIRNO','asc'); + + + // $this->db->from ('T_MRIR_Master TMM'); + $query = $this->db->get(); + //print_r($this->db->last_query()); + + $result=$query->result(); + //print_r($result); + return $result; + + function get_IGRdatas() + { + $this->db->select('IGRM.*,IGRD.*,SUPP.SupplierName,SUPP.Address,TMM.PONO,TMD.*,MM.MaterialCode,MM.UOM,MM.MaterialName,POLT.Quantity,POLT.ReceivedQuantity'); + $this->db->from ('T_IGR_Master IGRM'); + $this->db->join ('T_PurchaseOrder_Master POMR ','IGRM.PONO=POMR.PONO','left'); + $this->db->join ('T_MRIR_Master TMM' ,'TMM.IGRNO=IGRM.IGRNO'); + $this->db->join ('T_MRIR_Details TMD','TMD.MRIRNO=TMM.MRIRNO'); + //$this->db->join ('T_MRIRNO'); + $this->db->join ('T_IGR_Details IGRD','IGRD.IGRNO= IGRM.IGRNO','left'); + $this->db->join ('T_PurchaseOrder_LineItem POLT','IGRM.PONO=POLT.PONO','left'); + $this->db->join ('T_SupplierDetailsN SUPP','POMR.SupplierID=SUPP.SupplierID','left'); + $this->db->join ('T_MaterialMaster MM',' MM.MaterialCode=TMD.MaterialCode','left'); + //$this->db->where('IGRM.IGRNO '); + $query = $this->db->get(); + $result = $query->result(); + //print_r($result); + + return $result; + + } + + } + + function UpdateIGRStatus($IGRDetails,$IGRNO) + { + $this->db->where('IGRNO', $IGRNO); + $this->db->update('T_IGR_Master', $IGRDetails); + + return TRUE; + } + + function getItemQuantityFromStock($MaterialCode) + { + + // echo $MaterialCode; + // die(); + $subQuery = 'select Quantity from T_Store_Stockdetails where MaterialCode=?'; + $query = $this->db->query($subQuery,array($MaterialCode)); + return $query->result_array(); + } + function UpdateStock($StockDetails,$MaterialCode) + { + $this->db->where('MaterialCode', $MaterialCode); + $this->db->update('T_Store_Stockdetails', $StockDetails); + + return TRUE; + } + + function getMRIRBillingList() + { + + } + function UpdatePOLineItem($LineItem,$PONO,$MaterialCode) + { + $subQuery = 'select * from T_PurchaseOrder_LineItem where Quantity = ReceivedQuantity and PONO=? and MaterialCode=? '; + $query = $this->db->query($subQuery,array($PONO,$MaterialCode)); + + $ApprovedCount = $query->num_rows; + + + $subQuery = 'select * from T_PurchaseOrder_LineItem where Quantity > ReceivedQuantity and ReceivedQuantity != 0 and PONO=? and MaterialCode=?'; + $query = $this->db->query($subQuery,array($PONO,$MaterialCode)); + + $PartialApproved = $query->num_rows; + + // echo 'Partialcount'.$PartialApproved; + + if($ApprovedCount > 0) + { + $this->db->where('PONO', $PONO); + $this->db->where('MaterialCode', $MaterialCode); + $this->db->update('T_PurchaseOrder_LineItem', $LineItem); + + return TRUE; + } + elseif($PartialApproved > 0) + { + $updateby=$this->session->userdata('userId'); + $date = new DateTime('now',new DateTimeZone('Asia/Kolkata')); + $updateon = $date->format('Y-m-d H:i:s'); + $POLineItem = array('Status'=>PARTIAL_MRIRAPPROVED,'UpdateBY'=>$updateby,'UpdatedOn'=>$updateon ); + + $this->db->where('PONO', $PONO); + $this->db->where('MaterialCode', $MaterialCode); + $this->db->update('T_PurchaseOrder_LineItem', $POLineItem); + return TRUE; + } + + } + + function UpdatePOMaster($PONO,$PoMrirStatus,$updatedBy) + { + $this->db->select('*'); + $this->db->from('T_PurchaseOrder_LineItem'); + $this->db->where('PONO',$PONO); + $this->db->where('Status !=',MRIR_APPROVED); + $query = $this->db->get(); + + $ApprovedCnt = $query->num_rows; + + $this->db->select('*'); + $this->db->from('T_PurchaseOrder_LineItem'); + $this->db->where('PONO',$PONO); + $this->db->where('Status !=',MRIR_REJECTED); + $query1 = $this->db->get(); + $RejectedCnt = $query1->num_rows; + + if ($ApprovedCnt == 0) { + $this->db->where('PONO', $PONO); + $POStatus = array('status'=>MRIR_APPROVED,'UpdateBY'=>$updatedBy); + $this->db->update('T_PurchaseOrder_Master', $POStatus); + } + elseif ($RejectedCnt == 0) { + $this->db->where('PONO', $PONO); + $POStatus = array('status'=>MRIR_REJECTED,'UpdateBY'=>$updatedBy); + $this->db->update('T_PurchaseOrder_Master', $POStatus); + } + + + } + + +} +?> diff --git a/application/models/models/payroll_model.php b/application/models/models/payroll_model.php new file mode 100644 index 00000000..6f14672a --- /dev/null +++ b/application/models/models/payroll_model.php @@ -0,0 +1,454 @@ +db->insert('T_Payroll_File', $FileDetails); + + $Payon = $this->db->affected_rows(); + + return $Payon; + } + + function model_sp($payon,$employee){ + + //echo ""; + //echo "highlight_file(filename)"; + //die(); + $result=$this->db->query("call P_FINAL_PAYROLL_DATA('".$payon."','".$employee."')") or die(mysql_error()); + //$result->next_result(); + + return $result; + + + + } + /** + * This function is used to update the File details in which is already exists in the database + * @FileDetails array : This will have the set of value which we need to insert into database + * @return number boolean: success of the updation + */ + function UpdateFileName($FileDetails, $PayOn) + { + //echo $EmpID; + $this->db->where('PayOn', $PayOn); + $this->db->update('T_Payroll_File', $FileDetails); + //print_r($this->db->last_query()); + return TRUE; + } + /** + * This function is used to check the File details is already exists in the database or not + * @FileDetails array : This will have the set of value which we need to insert into database + * @return number boolean: success of the updation + */ + function checkFileDetailsExists($PayOn) + { + $this->db->select('PayOn'); + $this->db->from('T_Payroll_File'); + $this->db->where('PayOn',$PayOn); + + $query = $this->db->get(); + // print_r($this->db->last_query()); + if ($query->num_rows > 0) { + return $query->result(); + } + } + + function checkExistPayData($empid,$payon) + { + $this->db->select('PayOn,EmpID'); + $this->db->from('T_Payroll'); + $this->db->where('PayOn',$payon); + $this->db->where('EmpID',$empid); + $query = $this->db->get(); + return $query->result(); + + } + + function checkFileDetailsExists2($PayOn,$EmpId) + { + //echo $EmpId; + //die(); + $this->db->select('Month_Year','EmpID'); + $this->db->from('T_Monthly_Pay_Inputs'); + $this->db->where('EmpID',$EmpId); + $this->db->where('Month_Year',$PayOn); + + + $query = $this->db->get(); + // print_r($this->db->last_query()); + if ($query->num_rows > 0) { + //echo "success"; + //return $query->result(); + return TRUE; + } + else{ + //echo "fail"; + return FALSE; + } + } + /** + * This function is used to insert the File data in database + * @FileDetails array : This will have the set of value which we need to insert into database + * @return number $Payon : Insert row count will be the return value + */ + function UploadFileData($FileData) + { + $this->db->insert('T_Payroll', $FileData); + + $Payon = $this->db->affected_rows(); + //print_r($this->db->last_query()); + return $Payon; + } + + function UploadFileData2($FileData) + { + $this->db->insert('T_Monthly_Pay_Inputs', $FileData); + + $Payon = $this->db->affected_rows(); + //print_r($this->db->last_query()); + return $Payon; + } + + /** + * This function is used to update the File details in which is already exists in the database + * @FileDetails array : This will have the set of value which we need to insert into database + * @return number boolean: success of the updation + */ + function UpdateFiledata($FileData, $PayOn,$EmpId) + { + //echo $EmpID; + $this->db->where('PayOn', $PayOn); + $this->db->where('EmpID', $EmpId); + $this->db->update('T_Payroll', $FileData); + //print_r($this->db->last_query()); + //print_r($this->db->last_query()); + return TRUE; + } + + /** + * This function is used to get the data details in which is already exists in the database + * @FileDetails array : This will have the set of value which we need to insert into database + * @return number boolean: success of the updation + */ + function GetPayslipdata($PayOn='',$EmpId='') + { + //echo "FROM MODEL" . $PayOn . $EmpId; + $this->db->select('Pay.*,Emp.FirstName as FName ,Emp.LastName as Lname,Emp.DateofBirth as Dob,Emp.PANNo as Pan,Emp.BankBranchName as BankName,Emp.AadharNo,Emp.IFSCCode as IFSCCode,Emp.DateofJoining as DOJ,Emp.Designation as Designation,Dep.DepartmentName as DeptName'); + $this->db->from('T_Payroll Pay'); + //$this->db->join('T_Payroll_File payfile', 'Pay.PayOn = payfile.PayOn'); + $this->db->join('T_Employee_Details Emp', 'Pay.EmpID = Emp.EmpID'); + $this->db->join('T_DepartmentDetails Dep', 'Emp.Departmentcode = Dep.DEPCode'); + if($PayOn != '') + { + $this->db->where('Pay.PayOn', $PayOn); + } + + if($EmpId != '') + { + $this->db->where('Pay.EmpID', $EmpId); + } + if($PayOn != '') + { + $this->db->order_by("Pay.EmpID", "asc"); + } + if($PayOn == '' && $EmpId == '') + { + $this->db->order_by("Pay.PayOn", "desc"); + } + $query = $this->db->get(); + + return $query->result(); + //print_r($query->result());die(); + } + + /* *//** + * This function is used to get the PayOn details from T_Payroll_File + * @return array $result : This is result of the query + */ + function getPayOn() + { + $this->db->select('DISTINCT(Month_Year)'); + $this->db->from('T_Monthly_Pay_Inputs'); + $this->db->order_by("Month_Year", "desc"); + $query = $this->db->get(); + return $query->result(); + } + + function getBankInfo($bank="") + { + $this->db->select('*'); + $this->db->from('T_Bank_Details'); + $this->db->where("Is_Active",1); + if(!empty($bank)) + { + $this->db->where('Bank_name',$bank); + } + $query = $this->db->get(); + return $query->result(); + } + + function getReportforBank($bank,$payon) + { + $this->db->distinct(); + $this->db->select('Pay.*,Emp.FirstName as FName ,Emp.LastName as Lname,Emp.PANNo as Pan,Emp.BankBranchName as BankName,Emp.IFSCCode as IFSC,Bank.Address as BAddress'); + $this->db->from('T_Payroll Pay'); + $this->db->join('T_Employee_Details Emp', 'Pay.EmpID = Emp.EmpID'); + $this->db->join('T_Bank_Details Bank', 'Emp.BankBranchName = Bank.Bank_name'); + $this->db->order_by("Pay.EmpID", "asc"); + $this->db->where('Emp.BankBranchName',$bank); + $this->db->where('Pay.PayOn',$payon); + $this->db->where('Pay.TotalSalary > 0'); + $query = $this->db->get(); + return $query->result(); + } + + + function getReportforPFESI($payon) + { + $this->db->distinct(); + $this->db->select('Pay.EmployeeESI,Pay.PF,Pay.CompanyESI,Pay.CompanyPF,Pay.NoofDaysWorked,Pay.OTperHours,Emp.FirstName as FName ,Emp.LastName as Lname,Emp.PFNO,Emp.ESI'); + $this->db->from('T_Payroll Pay'); + $this->db->join('T_Employee_Details Emp', 'Pay.EmpID = Emp.EmpID'); + $this->db->where('Pay.PayOn',$payon); + // $this->db->where('Pay.EmployeeESI > 0 '); + // $this->db->where('Pay.CompanyESI > 0'); + $this->db->order_by("Pay.EmpID", "asc"); + $query = $this->db->get(); + return $query->result(); + + } + + function getLoanReport($source='',$year1="",$year2="") + { + // echo "
---------------------------"; + // echo "
From Model-"; + // echo $source.'-'.$year1.'-'.$year2; + + $this->db->distinct(); + $this->db->select('Pay.EmpID,Emp.FirstName as FName ,Emp.LastName as Lname,sum(loan.Loan_Amount) as Loan_Amount,sum(loan.Paid_Amount) as Paid_Amount'); + $this->db->from('T_Emp_Pay_Data Pay'); + $this->db->join('T_Employee_Details Emp', 'Pay.EmpID = Emp.EmpID'); + $this->db->join('T_Loan_Master loan', 'Pay.EmpID = loan.EmpID'); + + if($source != 'company'){ + $this->db->where('Pay.EmpID',$source); + } + + if($year1 != "" and $year2 != ""){ + $this->db->where('month(loan.Loan_Issued_Date)>=',4); + $this->db->where('year(loan.Loan_Issued_Date)=',$year1); + $this->db->or_where('month(loan.Loan_Issued_Date)<=',3); + $this->db->where('year(loan.Loan_Issued_Date)=',$year2); + } + $this->db->group_by('Pay.EmpID'); + $this->db->order_by('Pay.EmpID','asc'); + + $query = $this->db->get(); + return $query->result(); + //print_r($query->result());die(); + + } + + function getEmpDetailsforLoan() + { + + $this->db->select('Pay.EmpID,Pay.FirstName as FName ,Pay.LastName as Lname'); + $this->db->from('T_Employee_Details Pay'); + $this->db->join('T_Loan_Master loan', 'Pay.EmpID = loan.EmpID'); + $this->db->order_by('Pay.EmpID','asc'); + $query = $this->db->get(); + return $query->result(); + + } + + function getLoanReportforEmp($eid='',$year1="",$year2="",$string="") + { + + + //$this->db->distinct(); + if($string == 'emp'){ + $this->db->select('Pay.EmpID,Emp.FirstName as FName ,Emp.LastName as Lname,loan.*'); + $this->db->from('T_Emp_Pay_Data Pay'); + $this->db->join('T_Employee_Details Emp', 'Pay.EmpID = Emp.EmpID'); + $this->db->join('T_Loan_Master loan', 'Pay.EmpID = loan.EmpID','left'); + // if($source != 'company'){ + $this->db->where('Pay.EmpID',$eid); + //} + if($year1 != "" and $year2 != ""){ + $this->db->where('month(loan.Loan_Issued_Date)>=',4); + $this->db->where('year(loan.Loan_Issued_Date)=',$year1); + $this->db->or_where('month(loan.Loan_Issued_Date)<=',3); + $this->db->where('year(loan.Loan_Issued_Date)=',$year2); + //$this->db->group_by('Pay.EmpID'); + } + $this->db->order_by('loan.Loan_Issued_Date','asc'); + + $query = $this->db->get(); + return $query->result(); + } + elseif($string == 'history') + { + + $this->db->select('T_Loan_Master.EmpID,Emp.FirstName,Emp.LastName,T_Loan_Master.Loan_Amount,T_Loan_Master.Loan_Issued_Date,T_Loan_History.*'); + $this->db->from('T_Loan_History'); + $this->db->join('T_Loan_Master','T_Loan_Master.Loan_ID=T_Loan_History.Loan_ID'); + $this->db->join('T_Employee_Details Emp', 'T_Loan_Master.EmpID = Emp.EmpID'); + $this->db->where('T_Loan_History.Loan_ID',$eid); + $q = $this->db->get(); + // $this->db->order_by('Entry_Date','asc'); + // $this->db->where('Loan_ID',$eid); + // $q = $this->db->get('T_Loan_History'); + //print_r($q->result()); + return $q->result(); + // print_r($q->result()); + // die(); + + + } + //print_r($query->result());die(); + + } + /* *//** + * This function is used to get the PayOn details from T_Payroll_FileOTperHours + * @return array $result : This is result of the query + */ + function getEmployeelist($Payon ='') + { + $this->db->select('Pay.EmpID as EmpId,Emp.FirstName as Fname,Emp.LastName as Lname'); + $this->db->from('T_Payroll Pay'); + $this->db->join('T_Employee_Details Emp', 'Pay.EmpID = Emp.EmpID'); + if($Payon != '') + { + $this->db->where('Pay.PayOn', $Payon); + } + $this->db->order_by("Pay.EmpID", "asc"); + + $query = $this->db->get(); + return $query; + } + + + function getEmployeelist2($Payon ='') + { + $this->db->select('Pay.EmpID as EmpId,Emp.FirstName as Fname,Emp.LastName as Lname'); + $this->db->from('T_Monthly_Pay_Inputs Pay'); + $this->db->join('T_Employee_Details Emp', 'Pay.EmpID = Emp.EmpID'); + if($Payon != '') + { + $this->db->where('Pay.Month_Year', $Payon); + } + $this->db->order_by("Pay.EmpID", "asc"); + + $query = $this->db->get(); + return $query; + } + + /* *//** + * This function is used to get the PayOn details from T_Payroll_File + * @return array $result : This is result of the query + */ + function getEmpAll($Payon ='') + { + $this->db->select('Pay.EmpID as EmpId,Emp.FirstName as Fname,Emp.LastName as Lname'); + $this->db->from('T_Payroll Pay'); + $this->db->join('T_Employee_Details Emp', 'Pay.EmpID = Emp.EmpID'); + if($Payon != '') + { + $this->db->where('Pay.PayOn', $Payon); + } + $this->db->order_by("Pay.EmpID", "asc"); + + $query = $this->db->get(); + return $query->result_array(); + } + + /* *//** + * This function is used to delete the PayOn details from T_Payroll + * @return array $result : This is result of the query + */ + function deleteFileData($PayOn='') + { + + $this->db->where("PayOn", $PayOn); + + $this->db->delete('T_Payroll'); + + } + + function getEmpID($q='') + { + $this->db->select('EmpID,FirstName,LastName'); + $this->db->from('T_Employee_Details'); + if($q == "addemppaydate"){ + $this->db->where('EmpID NOT IN (SELECT EmpID from T_Emp_Pay_Data)',NULL,FALSE); + } + $query = $this->db->get(); + return $query->result(); + } + + + function getEmpIDfromPayData() + { + $this->db->select('EmpID'); + $this->db->from('T_Emp_Pay_Data'); + $query = $this->db->get(); + return $query->result(); + + + } + + function updateEmpPayslip($data) + { + + $key = $data['Key']; + $PayOn = $data['PayOn']; + $EmpID = $data['EmpID']; + + $this->db->where('Key', $key); + $this->db->where('PayOn',$PayOn); + $this->db->where('EmpID',$EmpID); + $result = $this->db->update('T_Payroll',$data); + return $result; + + } + + + function getCompanyInformation() + { + + $subQuery = "select CompanyName,Address,GSTNO,PAN,ContactNumber,EmailAddress,AlternateContactNumber,companyWebsite,StateCode + from T_Company_Details "; + $query = $this->db->query($subQuery); + //print_r($query->result());die(); + return $query->result(); + + } + + function ChequeDetails($cheque){ + $this->db->insert('T_ChequeDetails', $cheque); + } + + function getChequeInfo($bank,$payon) + { + + $sql = "SELECT Cheque.* + FROM T_ChequeDetails Cheque + WHERE Cheque.BankName = ? + AND Cheque.MonthYear = ? "; + + $query = $this->db->query($sql,array($bank,$payon)); + //$query_count = $query->num_rows(); + + //return $query_count; + return $query->result(); + } +} +?> \ No newline at end of file diff --git a/application/models/models/purchaseorder_model.php b/application/models/models/purchaseorder_model.php new file mode 100644 index 00000000..ebf30268 --- /dev/null +++ b/application/models/models/purchaseorder_model.php @@ -0,0 +1,2545 @@ +db->distinct(); + $this->db->select('PO.PONO'); + $this->db->from('T_PurchaseOrder_Master PO'); + $this->db->join('T_PurchaseOrder_LineItem Line','PO.PONO = Line.PONO'); + $this->db->join('T_Requestion_Master Req','Req.ReqNo = Line.ReqNo'); + + $this->db->where('PO.POType',SERVICE); + $this->db->where('PO.status',PO_RELEASED); + $this->db->where('Req.RequestedDept',$this->session->userdata('DEPCode')); + + + + $query = $this->db->get(); + // print_r( $this->db->last_query()); + return $query->result(); + } + + + + +/*------------jun15------------------*/ + + +function getfies($pono) + { + + $this->db->select('*'); + + + $this->db->from('T_PurchaseOrder_BillUpload bill'); + + $this->db->where('PONO',$pono); + + $query = $this->db->get(); + + return $query->result(); + } +/*-----------jun15-------------------*/ + + + function updateMatStock($itemNo, + $MaterialstockHistoryupdate){ + //echo'hi'; + + + $this->db->where('Ref_No',$itemNo); + $this->db->update('T_Material_stock_history', $MaterialstockHistoryupdate); + + $r = $this->db->affected_rows(); + return $r; +} + + + + +function updateReqDetails($Reqnumber,$MaterialCode,$ReqDetail){ + //echo'hi'; + + $this->db->where('ReqNo',$Reqnumber); + $this->db->where('MaterialCode',$MaterialCode); + // $this->db->where('Quantity',$Quantity); + + $this->db->update('T_Requestion_Details',$ReqDetail); + + $r = $this->db->affected_rows(); + return $r; +} + + +function IGRDetailsupdate($PONO) +{ + //echo 'hi'; + + + $subQuery ='select IGRM.PONO,IGRD.IGRItemNo,IGRD.IGRNO from +T_IGR_Master IGRM +join T_IGR_Details IGRD on IGRD.IGRNO = IGRM.IGRNO +Where IGRM.PONO = ? '; + + $query = $this->db->query($subQuery,array($PONO)); + + return $query->result_array(); + + + } + + + function updateIGR($IGRItemNo,$IGRDs) //,$MaterialCode, + { + //print_r(array($IGRDs,$IGRItemNo)); + + $this->db->where('IGRItemNo',$IGRItemNo); //,'IGRNO',$IGRNO,'MaterialCode',$MaterialCode); + //$this->db->where('IGRNO',$IGRNO); + // $this->db->where('MaterialCode',$MaterialCode); + $this->db->update('T_IGR_Details',$IGRDs); + + $r = $this->db->affected_rows(); + + // $this->db->last_query(); + + return $r; + + + + + + + } + + + + + +/*------------------------------*/ + + + /////////////////// start this function used to pono reset financeyear configuration + + function ponoreset($ponoreset) + { + + //print_r($ponoreset); die; + $this->db->insert('T_PONO_Reset_Table',$ponoreset); + + $r = $this->db->affected_rows(); + return $r; + } + + + function updateponoreset($ponoreset,$sno,$potype,$posubtype) +{ + + + $this->db->where('reset_pono_id',$sno,'POType',$potype,'POSubtype',$posubtype); + $this->db->update('T_PONO_Reset_Table',$ponoreset); + $r = $this->db->affected_rows(); + return $r; + +} + + function ponoresetfinyear() + { + $this->db->select('*'); + $this->db->from('T_PONO_Reset_Table'); + $query =$this->db->get(); + return $query->result(); + } + ///////////////////end this function used to pono reset financeyear configuration + + + + + function fileupload($myfile) + { + + //print_r($myfile);die; + + $this->db->insert('T_PurchaseOrder_BillUpload',$myfile); + $myfile=$this->db->affected_rows(); + return $myfile; + } + + /*--------------------------------------------------*/ +/* this function used parendpo igr values get inward report display */ +function updateigrmaster($igrno,$NewPOno) +{ + // $this->db->insert('T_IGR_Master',$IGRaddvalues); + // $myfile=$this->db->affected_rows(); + // return $myfile; + + $this->db->where('IGRNO',$igrno); + $this->db->update('T_IGR_Master',$NewPOno); + $insert_id = $this->db->affected_rows(); + return $insert_id; +} +function updateigrfile($igrno,$NewPOno) +{ + $this->db->where('IGRNO',$igrno); + $this->db->update('T_Inwardgateregister_fileupload',$NewPOno); + $insert_id = $this->db->affected_rows(); + return $insert_id; + +} + +function selectigrmaster($PONO) +{ + +$this->db->select('*'); +$this->db->from('T_IGR_Master'); +$this->db->where('PONO',$PONO); + $query = $this->db->get(); + return $query->result(); + +} + + + +function getpolineqty($NewPO) +{ + $this->db->select('sum(Quantity)as Qty,sum(ReceivedQuantity)as rec'); + $this->db->from('T_PurchaseOrder_LineItem'); + $this->db->where('PONO',$NewPO); + + $query = $this->db->get(); + return $query->result(); +} + + +function POLineItemsupdatestatus($NewPO,$Newstatus) +{ + $this->db->where('PONO',$NewPO); + $this->db->update('T_PurchaseOrder_LineItem',$Newstatus); + $update = $this->db->affected_rows(); + return $update; + +} + +function pomasterupdatestatus($NewPO,$Newstatus) +{ + $this->db->where('PONO',$NewPO); + $this->db->update('T_PurchaseOrder_Master',$Newstatus); + $update = $this->db->affected_rows(); + return $update; +} + + +/*--------------------------------------------------*/ + + + + + function getfunction($pono) + { + $this->db->distinct(); + $this->db->select('bill.PONO,mstr.IGRNO,bill.BillNo,mstr.MaterialRcvdDate,bill.FilePath,mstr.DeliveryChellanOrInvoiceNo,mstr.DeliveryChellanDate,mstr.VehicleNo,mstr.CourierNo,dtl.QuantityAsPerInvoice,pom.POType'); + $this->db->from('T_PurchaseOrder_BillUpload bill'); + $this->db->join('T_IGR_Master mstr','bill.PONO = mstr.PONO','left'); + $this->db->join('T_IGR_Details dtl','mstr.IGRNO = dtl.IGRNO','left'); + // $this->db->join('T_MaterialMaster mm','mm.MaterialCode = bill.MaterialCode'); + $this->db->join('T_PurchaseOrder_Master pom','pom.PONO = bill.PONO'); + $this->db->where('bill.PONO',$pono); + //$this->db->or_where('pom.status',SPECIAL_PO); + $this->db->group_by('bill.BillNo'); + + + + + +// $this->db->select('mstr.PONO,mstr.IGRNO,mstr.DeliveryChellanOrInvoiceNo, +// mstr.DeliveryChellanDate,mstr.VehicleNo,mstr.MaterialRcvdDate, +// mstr.CourierNo,bill.BillNo,bill.FilePath,pom.Status,pom.POType'); + +// $this->db->from('T_IGR_Master mstr'); +// $this->db->join('T_PurchaseOrder_BillUpload bill','bill.PONO = mstr.PONO','left'); +// $this->db->join('T_IGR_Details dtl','mstr.IGRNO = dtl.IGRNO','left'); +// // $this->db->join('T_MaterialMaster mm','mm.MaterialCode = bill.MaterialCode'); +// $this->db->join('T_PurchaseOrder_Master pom','pom.PONO = mstr.PONO'); +// $this->db->where('mstr.PONO',$pono); + + $query = $this->db->get(); + + return $query->result(); + } + +function getfunctionr($pono) + { + $this->db->distinct(); + // $this->db->select('bill.PONO,mstr.IGRNO,bill.BillNo,mstr.MaterialRcvdDate,bill.FilePath,mstr.DeliveryChellanOrInvoiceNo,mstr.DeliveryChellanDate,mstr.VehicleNo,mstr.CourierNo,dtl.QuantityAsPerInvoice,pom.POType'); + // $this->db->from('T_PurchaseOrder_BillUpload bill'); + // $this->db->join('T_IGR_Master mstr','bill.PONO = mstr.PONO','left'); + // $this->db->join('T_IGR_Details dtl','mstr.IGRNO = dtl.IGRNO','left'); + // // $this->db->join('T_MaterialMaster mm','mm.MaterialCode = bill.MaterialCode'); + // $this->db->join('T_PurchaseOrder_Master pom','pom.PONO = bill.PONO'); + // $this->db->where('bill.PONO',$pono); + // //$this->db->or_where('pom.status',SPECIAL_PO); + // $this->db->group_by('bill.BillNo'); + + + + + + $this->db->select('mstr.PONO,mstr.IGRNO,mstr.DeliveryChellanOrInvoiceNo, +mstr.DeliveryChellanDate,mstr.VehicleNo,mstr.MaterialRcvdDate, +mstr.CourierNo,pom.Status,pom.POType'); //,bill.BillNo,bill.FilePath, + + $this->db->from('T_IGR_Master mstr'); + //$this->db->join('T_PurchaseOrder_BillUpload bill','bill.PONO = mstr.PONO','left'); + $this->db->join('T_IGR_Details dtl','mstr.IGRNO = dtl.IGRNO','left'); + // $this->db->join('T_MaterialMaster mm','mm.MaterialCode = bill.MaterialCode'); + $this->db->join('T_PurchaseOrder_Master pom','pom.PONO = mstr.PONO'); + $this->db->where('mstr.PONO',$pono); + + $query = $this->db->get(); + + return $query->result(); + } + + +function getbillfiesr($pono) + { + $this->db->distinct(); + // $this->db->select('bill.PONO,mstr.IGRNO,bill.BillNo,mstr.MaterialRcvdDate,bill.FilePath,mstr.DeliveryChellanOrInvoiceNo,mstr.DeliveryChellanDate,mstr.VehicleNo,mstr.CourierNo,dtl.QuantityAsPerInvoice,pom.POType'); + // $this->db->from('T_PurchaseOrder_BillUpload bill'); + // $this->db->join('T_IGR_Master mstr','bill.PONO = mstr.PONO','left'); + // $this->db->join('T_IGR_Details dtl','mstr.IGRNO = dtl.IGRNO','left'); + // // $this->db->join('T_MaterialMaster mm','mm.MaterialCode = bill.MaterialCode'); + // $this->db->join('T_PurchaseOrder_Master pom','pom.PONO = bill.PONO'); + // $this->db->where('bill.PONO',$pono); + // //$this->db->or_where('pom.status',SPECIAL_PO); + // $this->db->group_by('bill.BillNo'); + + + + + + $this->db->select('mstr.PONO,mstr.IGRNO,mstr.DeliveryChellanOrInvoiceNo, +mstr.DeliveryChellanDate,mstr.VehicleNo,mstr.MaterialRcvdDate, +mstr.CourierNo,bill.BillNo,bill.FilePath,pom.Status,pom.POType'); + + $this->db->from('T_IGR_Master mstr'); + $this->db->join('T_PurchaseOrder_BillUpload bill','bill.PONO = mstr.PONO','left'); + $this->db->join('T_IGR_Details dtl','mstr.IGRNO = dtl.IGRNO','left'); + // $this->db->join('T_MaterialMaster mm','mm.MaterialCode = bill.MaterialCode'); + $this->db->join('T_PurchaseOrder_Master pom','pom.PONO = mstr.PONO'); + $this->db->where('mstr.PONO',$pono); + + $query = $this->db->get(); + + return $query->result(); + } + + + + function GetPODetailforBillingServicePO($PONO) + { + + $subQuery ='select mast.ReqNo,mast.ReqDate,supp.SupplierName,PODate,st.StatusName as WorkStatus,ServiceWorkStatus,POMast.PaymentTerms, + POMast.ServiceWorkStatus,LineItem.*,mat.MaterialName,mat.UOM,emp.FirstName,emp.LastName,POMast.TotalOrderValue + from T_PurchaseOrder_Master POMast + join T_PurchaseOrder_LineItem LineItem on LineItem.PONO = POMast.PONO + join T_SupplierDetailsN supp on supp.SupplierID = POMast.SupplierID + join T_MaterialMaster mat on mat.MaterialCode = LineItem.MaterialCode + join T_Status Stat on Stat.StatusCode = POMast.Status + join T_Status st on st.StatusCode = POMast.ServiceWorkStatus + join T_Requestion_Master mast on mast.ReqNo = LineItem.ReqNo + join tbl_users users on users.userId = mast.CreatedBy + join T_Employee_Details emp on emp.EmpID = users.EmpID + where POMast.POType=? and POMast.PONO=?'; + + $query = $this->db->query($subQuery,array(SERVICE,$PONO)); + + return $query->result_array(); + + } + + function GetServicePOListforBilling() + { + $subQuery ='select POMast.PONO,supp.SupplierName,PODate,POMast.PaymentTerms,POMast.ServiceWorkStatusRemarks,StatusName,POMast.CapitalRange,POType, + LineItem.*,mat.MaterialName,mat.UOM,emp.FirstName,emp.LastName,Tax.TotalValue,Cost.CostCenterName,AdvanceAmount + ,Dept.DepartmentName from T_PurchaseOrder_Master POMast + join T_PurchaseOrder_LineItem LineItem on LineItem.PONO = POMast.PONO + join T_Service_Tax Tax on Tax.LineItemNo = LineItem.LineItemNo + left join T_PurchaseOrder_AdvanceRequest PUADV on POMast.PONO=PUADV.PONO + join T_SupplierDetailsN supp on supp.SupplierID = POMast.SupplierID + join T_MaterialMaster mat on mat.MaterialCode = LineItem.MaterialCode + join T_Status Stat on Stat.StatusCode = POMast.Status + join T_Requestion_Master mast on mast.ReqNo = LineItem.ReqNo + join tbl_users users on users.userId = POMast.CreatedBy + left join T_Employee_Details emp on emp.EmpID = mast.Requestedby + join T_DepartmentDetails Dept on Dept.DEPCode = mast.RequestedDept + join T_CostCenter_Master Cost on Cost.CostCenterCode=LineItem.CostCenterCode + where POMast.POType=? and ServiceWorkStatus=? order by POMast.UpdatedOn desc'; + + $query = $this->db->query($subQuery,array(SERVICE,SERVICE_COMPLETED)); + + //print_r( $this->db->last_query()); + return $query->result(); + + } + + /** + * This function is used to get the user listing count + * @param string $searchText : This is optional search text + * @return number $count : This is row count + */ + function purchaseorderListingCount() + { + $this->db->distinct(); + $this->db->select('POMast.PONO,supp.SupplierName,TotalOrderValue,PODate,Stat.StatusName,Req.ReqType,DeliveryDate'); + $this->db->from('T_PurchaseOrder_Master POMast'); + $this->db->join('T_SupplierDetailsN supp', 'supp.SupplierID = POMast.SupplierID'); + $this->db->join('T_Status Stat', 'Stat.StatusCode = POMast.Status'); + $this->db->join('T_PurchaseOrder_LineItem LineItem', 'POMast.PONO = LineItem.PONO'); + $this->db->join('T_Requestion_Master Req', 'Req.ReqNo = LineItem.ReqNo'); + // print_r( $this->db->last_query()); + $query = $this->db->get(); + + return count($query->result()); + } + + /** + * This function is used to get the user listing count + * @param string $searchText : This is optional search text + * @param number $page : This is pagination offset + * @param number $segment : This is pagination limit + * @return array $result : This is result + */ + +function purchaseorderListing($forwhat='') + { + $this->db->distinct(); + $this->db->select('POMast.PONO,supp.SupplierName,TotalOrderValue,PODate,Stat.StatusName,Stat.StatusCode,POMast.POType as ReqType,DeliveryDate,DeliverySchedule,DeliveryOption,POMast.CapitalRange'); + $this->db->from('T_PurchaseOrder_Master POMast'); + $this->db->join('T_SupplierDetailsN supp', 'supp.SupplierID = POMast.SupplierID'); + $this->db->join('T_Status Stat', 'Stat.StatusCode = POMast.Status'); + $this->db->join('T_PurchaseOrder_LineItem LineItem', 'POMast.PONO = LineItem.PONO'); + $this->db->join('T_Requestion_Master Req', 'Req.ReqNo = LineItem.ReqNo'); + if($forwhat=='amendment') + { + $this->db->where('POMast.Status',PO_RELEASED); + } + else + { + $this->db->where('POMast.Status !=',PO_AMENDED); + // $this->db->order_by('POMast.Status !=',PO_AMENDED); + } + $this->db->order_by('POMast.UpdatedOn','desc'); + $query = $this->db->get(); + //print_r( $this->db->last_query()); + $result = $query->result(); + return $result; + } + + /** + * This function is used to get the SupplierID and SupplierName information + * @return array $result : This is result of the query + */ + function getSupplierName($supID='') + { + $this->db->select('SupplierID, SupplierName,Address,PaymentID'); + $this->db->from('T_SupplierDetailsN'); + $this->db->where('IsActive', 1); + if($supID != '') + { + $this->db->where('SupplierID',$supID); + } + //$this->db->where('roleId !=', 1); + $query = $this->db->get(); + + return $query->result(); + } + /** + * This function is used to get the userId information + * @return array $result : This is result of the query + */ + function getusers() + { + $this->db->select('userId, name'); + $this->db->from('tbl_users'); + //$this->db->where('roleId !=', 1); + $query = $this->db->get(); + + return $query->result(); + } + + + function getqtycheck($PONO) + { + $this->db->select('IsQualityChkReqired'); + $this->db->from('T_PurchaseOrder_Master'); + $this->db->where('PONO',$PONO); + $query = $this->db->get(); + + return $query->result(); + + } +/** + * This function is used to get the Raw Material information + * @return array $result : This is result of the query + */ + function getRawPOMaterialList($ReqNo,$IsArray='') + { + + $result = $this->db-> query("CALL P_GET_REQUISTIONLIST('".$ReqNo."')") or die(mysql_error()); + + $result ->next_result(); + + //print_r($this->db->last_query()); + + if ($result->num_rows > 0) + { + //echo 'PO Line item Inserted successfully'; + if($IsArray != '') + { + return $result->result_array(); + } + else + { + return $result->result(); + } + } + + } + + /** + This Function to get the List of Requistion which require to create PO + */ + function getAllRequistionListToCreatePO() + { + $result = $this->db-> query("CALL P_PURCHASEORDER_DETAILS()") or die(mysql_error()); + + $result ->next_result(); + + + if ($result->num_rows > 0) + { + + return $result->result(); + } + } + + /** + * This function is used to get the Raw Material information + * @return array $result : This is result of the query + */ + function getRawMaterialList($MatType='',$ReqNoList='') + { + + $this->db->select('ReqNo,Req.MaterialCode,MaterialName,UOM,Req.Quantity'); + $this->db->from('T_Requestion_Details Req'); + $this->db->join('T_MaterialMaster mat', 'Req.MaterialCode = mat.MaterialCode'); + $this->db->where('mat.MaterialType', $MatType); + $this->db->where_in('Req.ReqNo', $ReqNoList); + + $query = $this->db->get(); + //print_r($this->db->last_query()); + return $query->result(); + } + /** + * This function is used to get the Raw Material information + * @return array $result : This is result of the query + */ + function getRawMaterialListForPO($MatType='',$ReqNo='') + { + $subQuery ='SELECT ReqNo,Req.MaterialCode,MaterialName,UOM,Req.Quantity + FROM T_Requestion_Details Req + JOIN T_MaterialMaster mat ON Req.MaterialCode = mat.MaterialCode + where mat.MaterialType = ? + AND Req.ReqNo = ? + AND mat.MaterialCode != (SELECT MaterialCode FROM T_PurchaseOrder_LineItem WHERE ReqNo =? + )'; + + $query = $this->db->query($subQuery,array($MatType,$ReqNo,$ReqNo)); + + return $query->result_array(); + + + } + //Import PO Available Budget Amount + function GetAvailableImportBudgetAmount($CostCode,$Year,$BudgetType) + { + $subQuery='select BudgetAmount,(select ifnull(sum((Quantity*Rate*ExchangeRate)),0)as TValue from T_PurchaseOrder_LineItem LineItem + join T_PurchaseOrder_Master Mast on Mast.PONO=LineItem.PONO where POType=? + and CostCenterCode=? and Mast.status not in (?) )as Totalvalue from T_CostCenter_Budget Bud where Bud.CostCenterCode=? and BudgetYear=? and BudgetType=?'; + $query = $this->db->query($subQuery,array($BudgetType,$CostCode,PO_AMENDED,$CostCode,$Year,$BudgetType)); + //print_r($this->db->last_query()); + return $query->result_array(); + + + } + //get available budget for capital + function GetAvailableCapitalBudgetAmount($CostCode,$Year,$BudgetType) + { + + $subQuery ='select BudgetAmount, (select ifnull(sum(IF(POMaster.ExchangeRate>0,Quantity*Rate*POMaster.ExchangeRate,Quantity*Rate-tax.Afterdiscountval)),0) as Totalvalue from + T_PurchaseOrder_LineItem Item join T_Requestion_Master mast + on mast.ReqNo = Item.ReqNo join T_PurchaseOrder_Master POMaster on POMaster.PONO=Item.PONO left join T_Service_Tax tax on tax.LineItemNo=Item.LineItemNo where Item.CostCenterCode=? and POMaster.POType=? and POMaster.status not in (?))as Totalvalue + from T_CostCenter_Budget Bud where Bud.CostCenterCode=? and + BudgetYear = ? and BudgetType =?'; + + $query = $this->db->query($subQuery,array($CostCode,$BudgetType,PO_AMENDED,$CostCode,$Year,$BudgetType)); + + return $query->result_array(); + + } + function GetAvailableBudgetAmount($CostCode,$Year,$BudgetType) + { + $subQuery ='select distinct Bud.CostCenterCode,BudgetAmount, case WHEN BudgetType = ? then (select + round(ifnull(sum((Quantity*Rate)-ifnull(tax.AfterDiscount,0)),0),2) as + Totalvalue from T_PurchaseOrder_LineItem Item join T_Requestion_Master mast + on mast.ReqNo = Item.ReqNo join T_PurchaseOrder_Master POM on POM.PONO = Item.PONO left join T_Revenue_Tax tax on + tax.LineItemNo = Item.LineItemNo + where Item.CostCenterCode=? and POM.POType=? and POM.status not in (?)) else (select + round(ifnull(sum(Quantity*Rate*ifnull(case when mast.NumberOfService=? + then 1 else mast.NumberOfService end ,1)),0),2) as + Totalvalue from T_PurchaseOrder_LineItem Item join T_Requestion_Master mast + on mast.ReqNo = Item.ReqNo join T_PurchaseOrder_Master POM on POM.PONO = Item.PONO left join T_Requestion_Master ReqMas on ReqMas.ReqNo= Item.ReqNo + where Item.CostCenterCode=? and POM.POType=? and POM.status not in (?) ) end as Totalvalue + from T_CostCenter_Budget Bud join T_CostCenter_Departments dept on dept.CostCenterCode = Bud.CostCenterCode + where Bud.CostCenterCode=? and + BudgetYear = ? and BudgetType =?'; + + + $query = $this->db->query($subQuery,array(REVENUE,$CostCode,$BudgetType,PO_AMENDED,'0.00',$CostCode,$BudgetType,PO_AMENDED,$CostCode,$Year,$BudgetType)); + + + //print_r($this->db->last_query()); + return $query->result_array(); + + } + + //to get POTYpe from ReqNo +function GetPOType($ReqNo) +{ + $this->db->select('POType'); + $this->db->from('T_PurchaseOrder_Master mast'); + $this->db->join('T_PurchaseOrder_LineItem Line', 'mast.PONO=Line.PONO'); + $this->db->where('Line.ReqNo', $ReqNo); + $query = $this->db->get(); + return $query->result_array(); +} + + /** + * This function is used to get the Requsition List for the login user + * @return array $result : This is result of the query + */ + function getRequistDetails($ReqNoList='') + { + $ReqDeatis = $this->GetRequistionMasterUsingReqNo($ReqNoList); + + foreach ($ReqDeatis as $SID): + $ReqBy = $SID->Requestedby ; + + endforeach; + if($ReqBy=='' || $ReqBy==null){ + $this->db->distinct(); + $this->db->select('ReqNo,ReqType,Status,Requestedby,mast.CreatedDate,mast.Schedule_Type,mast.NumberOfService,mast.Service_Period, + Dept.DEPCode,Dept.DepartmentName,mast.ReqDate,mast.CostCenterCode,mast.Status'); + $this->db->from('T_Requestion_Master mast'); + + $this->db->join('T_DepartmentDetails Dept', 'mast.RequestedDept = Dept.DEPCode'); + $this->db->where_in('mast.ReqNo', $ReqNoList); + } + + else if($ReqBy!='') { + $this->db->distinct(); + $this->db->select('ReqNo,ReqType,Status,Requestedby,mast.CreatedDate,mast.Schedule_Type,mast.NumberOfService,mast.Service_Period,emp.FirstName,emp.EmpID,emp.Designation, Dept.DEPCode,Dept.DepartmentName,mast.ReqDate,mast.CostCenterCode,mast.Status'); + $this->db->from('T_Requestion_Master mast'); + $this->db->join('T_Employee_Details emp', 'mast.Requestedby = emp.EmpID'); + $this->db->join('T_DepartmentDetails Dept', 'mast.RequestedDept = Dept.DEPCode'); + $this->db->where_in('mast.ReqNo', $ReqNoList); + } + + + $query = $this->db->get(); + + return $query->result(); + } + /** + * This function is used to get the Requsition List for the login user + * @return array $result : This is result of the query + */ + function getRequistDetailsForPO($ReqNoList='') + { + $this->db->distinct(); + $this->db->select('ReqNo,ReqType,Status,Requestedby,mast.CreatedDate,emp.FirstName,emp.EmpID,emp.Designation, Dept.DEPCode,Dept.DepartmentName,mast.ReqDate'); + $this->db->from('T_Requestion_Master mast'); + $this->db->join('T_Employee_Details emp', 'mast.Requestedby = emp.EmpID'); + $this->db->join('T_DepartmentDetails Dept', 'emp.Departmentcode = Dept.DEPCode'); + $this->db->where_in('mast.ReqNo', $ReqNoList); + + $query = $this->db->get(); + + return $query->result(); + } + /** + * This function is used to get the Cost center information + * @return array $result : This is result of the query + */ + function getCostCenter() + { + + $this->db->select('CostName, Description'); + $this->db->from('T_CostCentre'); + + $query = $this->db->get(); + + return $query->result(); + } + + + /** + * This function is used to get the CostCenter for the Selected Requistion Number + * @return array $result : This is result of the query + */ + function getCostCenterbyRequist($ReqNo='',$BudYear='',$ReqType='') + { + + $this->db->distinct(); + $this->db->select('Mast.CostCenterCode,Mast.CostCenterName,Bud.BudgetAmount,ReqNo'); + $this->db->from('T_CostCenter_Master Mast'); + $this->db->join('T_CostCenter_Departments CostDept', 'CostDept.CostCenterCode = Mast.CostCenterCode'); + $this->db->join('T_CostCenter_Budget Bud', 'Bud.CostCenterCode = Mast.CostCenterCode'); + $this->db->join('T_Employee_Details emp', 'CostDept.DEPCode = emp.Departmentcode'); + $this->db->join('T_Requestion_Master req', 'req.Requestedby = emp.EmpID'); + + $this->db->where('BudgetType ',$ReqType ); + $this->db->where('BudgetYear ',$BudYear ); + if($ReqNo != '') + { + $this->db->where('ReqNo ',$ReqNo); + } + + $query = $this->db->get(); + return $query->result(); + } + +/** + * This function is used to get the Config value from configuration table + * @return array $result : This is result of the query + */ + function getRequistionNoFromPO($PONO='') + { + $this->db->distinct(); + $this->db->select('ReqNo,'); + $this->db->from('T_PurchaseOrder_LineItem'); + if($PONO != '') + { + $this->db->where('PONO ',$PONO ); + } + + $query = $this->db->get(); + + return $query->result(); + } + + + /** + * This function is used to get the Config value from configuration table + * @return array $result : This is result of the query + */ + function getConfigValue($ConfigID ,$ConfigValue = '') + { + + $this->db->select('ConfigValue'); + $this->db->from('T_ConfigDetails'); + $this->db->where('Config_id ',$ConfigID ); + if($ConfigValue != '') + { + $this->db->where('ConfigValue != ',$ConfigValue ); + } + $query = $this->db->get(); + + return $query->result(); + } + + + + + /** + * This function is used to get the Company information from T_Company_Details table + * @return array $result : This is result of the query + */ + function getCompanyInformation() + { + + $subQuery = "select CompanyName,replace(Address,'
','') as Address,GSTNO,PAN,ContactNumber,EmailAddress,AlternateContactNumber,companyWebsite,StateCode + from T_Company_Details "; + + + + $query = $this->db->query($subQuery); + + + //print_r($this->db->last_query()); + return $query->result(); + // return $query->result(); + } + /** + * This function is used to get the Company information from T_Company_Details table + * @return array $result : This is result of the query + */ + function getCompanyInformationforPDF() + { + + $subQuery = "select CompanyName,Address,GSTNO,PAN,ContactNumber,EmailAddress,AlternateContactNumber,companyWebsite,StateCode + from T_Company_Details "; + + + + $query = $this->db->query($subQuery); + + + //print_r($this->db->last_query()); + return $query->result(); + // return $query->result(); + } + + /** + * This function is used to get the Employee List + * @return array $result : This is result of the query + */ + function getAllEmployees() + { + $this->db->select('EmpID,FirstName,LastName'); + $this->db->from('T_Employee_Details'); + $query = $this->db->get(); + + return $query->result(); + } + + /** + * This function is used to get the Employee List + * @return array $result : This is result of the query + */ + function getLastCreatedPODate() + { + $this->db->select('max(PODate) as PODate'); + $this->db->from('T_PurchaseOrder_Master'); + $query = $this->db->get(); + + return $query->result(); + } + + function getLastReleasedPODate() + { + $this->db->select('max(ReleasedOn) as PODate'); + $this->db->from('T_PurchaseOrder_Master'); + $query = $this->db->get(); + + return $query->result(); + } + /** + * This function is used to add New Purchase order to the system + + */ + function addPOMaster($POMaster,$POType,$POSubtype) + { + $this->db->trans_start(); + $this->db->insert('T_PurchaseOrder_Master', $POMaster); + //$this->db->update('T_PONO_Reset_Table') + + $insert_id = $this->db->affected_rows(); + $this->db->trans_complete(); + // print_r($this->db->last_query()); + if($insert_id>0) + { + $subQuery = 'select PONO from T_PurchaseOrder_Master where POType=? and POSubType=? and isnull(ParentPO) order by CreatedDate desc limit 1 '; + + $query = $this->db->query($subQuery,array($POType,$POSubtype)); + + //print_r($query->result());die(); + return $query->result_array(); + } + } + + + + + + function addAmendPOMaster($POMaster,$CreatedBy,$ParentPO) + { + // print_r($POMaster); + $this->db->trans_start(); + $this->db->insert('T_PurchaseOrder_Master', $POMaster); + $insert_id = $this->db->affected_rows(); + $this->db->trans_complete(); + // print_r($this->db->last_query()); + if($insert_id>0) + { + $subQuery = 'select PONO from T_PurchaseOrder_Master where CreatedBy=? and ParentPO=? order by CreatedDate desc limit 1'; + + $query = $this->db->query($subQuery,array($CreatedBy,$ParentPO)); + + return $query->result_array(); + } + } + + /** + * This function is used to add New Purchase order Line Item to the system + */ + function addPOLineItem($POLineItem) + { + $this->db->trans_start(); + $this->db->insert('T_PurchaseOrder_LineItem', $POLineItem); + $insert_id = $this->db->affected_rows(); + $this->db->trans_complete(); + // print_r($this->db->last_query()); + if($insert_id>0) + { + // $subQuery = 'select max(LineItemNo) as LineItemNo from T_PurchaseOrder_LineItem'; + $subQuery = 'SELECT * FROM T_PurchaseOrder_LineItem where PONO = "'.$POLineItem['PONO'].'" ORDER BY LineItemNo DESC'; + + $query = $this->db->query($subQuery); + + return $query->result_array(); + } + } + + /** + * This function is used to add Revenue Tax to the system + */ + function addRevenueTax($RevenueTaxList) + { + $this->db->trans_start(); + $this->db->insert('T_Revenue_Tax', $RevenueTaxList); + $this->db->trans_complete(); + $insert_id = $this->db->insert_id(); + $aff_row = $this->db->affected_rows(); + // print_r( $this->db->last_query()); die(); + // echo "aff_row".$aff_row." $insert_id".$insert_id; + return $aff_row > 0 ? $this->db->insert_id() : 0; + } + /** + * This function is used to add Service Tax to the system + */ + function addServiceTax($ServiceTaxList) + { + $this->db->trans_start(); + $this->db->insert('T_Service_Tax', $ServiceTaxList); + $this->db->trans_complete(); + $insert_id = $this->db->affected_rows(); + return $insert_id>0 ? $this->db->insert_id() : 0; + } + + + /** + * This function is used to add Service Tax to the system + */ + function addImportTax($ImportTaxList) + { + $this->db->trans_start(); + $this->db->insert('T_Import_Tax', $ImportTaxList); + $this->db->trans_complete(); + $insert_id = $this->db->affected_rows(); + return $insert_id>0 ? $this->db->insert_id() : 0; + } + + + + function addadvanceRequest($advance) + { + $this->db->trans_start(); + $this->db->insert('T_PurchaseOrder_AdvanceRequest', $advance); + $insert_id = $this->db->affected_rows(); + $this->db->trans_complete(); + return $insert_id; + + + } + + function PONOExists($PONO) + { + + $this->db->select('PONO'); + $this->db->from('T_PurchaseOrder_AdvanceRequest'); + $this->db->where('PONO ',$PONO); + $query = $this->db->get(); + + if ($query->num_rows > 0) { + return $query->result_array(); + } + + + } + + + + function updateadvanceRequest($advance,$PONO) + { + $this->db->where('PONO', $PONO); + $this->db->update('T_PurchaseOrder_AdvanceRequest',$advance); + $insert_id = $this->db->affected_rows(); + return $insert_id; + } + + + /** + * This function used to get user information by id + * @param number $userId : This is user id + * @return array $result : This is user information + */ + function getuserInfo($PO) + { + $this->db->select('POType, PODate, SupplierID,SpecialOrder,UserID,RequestedDate,RequesterEmail,RequesterPh, PurchasingCategory,BudgetManager,BudgetManagerDepartment,'); + $this->db->from('T_PurchaseOrderDetails'); + $this->db->where('PONO', $PO); + $query = $this->db->get(); + + return $query->result(); + } + + // This Method to get the Service PO Details for Edit the Item + + function GetServicePurchaseOrder($PONO = '') + { + $this->db->distinct(); + $this->db->select('ReqNo,POMast.PONO,POMast.PaymentTerms,POMast.PaymentOtherDescription,ServiceDescription,supp.SupplierID,supp.SupplierName,supp.Address,PODate,Stat.StatusName,DeliveryOption,DeliverySchedule,DeliveryDate,DeliveryAddress,POMast.PaymentTerms,POMast.ExchangeRate,POMast.UpdatedOn,Stat.StatusCode,POMast.ServiceWorkStatus,POMast.*,POMast.TotalOrderValue,POMast.BudgetType,IGR.IGRNO'); + $this->db->from('T_PurchaseOrder_Master POMast'); + $this->db->join('T_SupplierDetailsN supp', 'supp.SupplierID = POMast.SupplierID'); + $this->db->join('T_Status Stat', 'Stat.StatusCode = POMast.Status'); + $this->db->join('T_PurchaseOrder_LineItem LineItem', 'POMast.PONO = LineItem.PONO'); + $this->db->join('T_IGR_Master IGR','POMast.PONO = IGR.PONO','left'); + + $this->db->where('POMast.PONO', $PONO); + $query = $this->db->get(); + + $result = $query->result(); + + return $result; + } + + // This Method to get the Service PO Child Details for Edit the Item + + +// This Method to get the Service PO Child Details for Edit the Item + function GetServicePurchaseOrderDetails($PONO = '') + { + + $subQuery ='SELECT distinct LineItem.LineItemNo,LineItem.ReqNo,LineItem.Per,Mat.MaterialCode,Mat.MaterialName,Mat.UOM,LineItem.Quantity,ReceivedQuantity,Rate,LineItem.Status,(LineItem.Quantity *Rate) as BasicValue ,(After_CGST + After_SGST + After_IGST) as Taxamount,Dept.DepartmentName + ,TotalValue,CGST,After_CGST,SGST,After_SGST,IGST,After_IGST,otherallowance,LineItem.CostCenterCode,LineItem.ServiceFrequency,LineItem.ServiceMaterialDescription,Req.Schedule_Type,Req.NumberOfService,Req.Service_Period,ReqDet.MaterialDescription + FROM T_PurchaseOrder_LineItem LineItem + join T_MaterialMaster Mat on Mat.MaterialCode = LineItem.MaterialCode + join T_Service_Tax Tax on Tax.LineItemNo = LineItem.LineItemNo + join T_Requestion_Master Req on Req.ReqNo = LineItem.ReqNo + join T_Requestion_Details ReqDet on ReqDet.ReqNo = LineItem.ReqNo and LineItem.MaterialCode = ReqDet.MaterialCode + left join T_Employee_Details emp on Req.Requestedby = emp.EmpID + join T_DepartmentDetails Dept on Req.RequestedDept = Dept.DEPCode + where LineItem.PONO =?'; + + $query = $this->db->query($subQuery,array($PONO)); + + return $query->result(); + + + } + // This Method to get the Service PO Child Details for Edit the Item + function GetServicePurchaseOrderDetailsforPdf($PONO = '') + { + + + + $subQuery ='SELECT distinct LineItem.LineItemNo,LineItem.ReqNo,LineItem.Per,LineItem.ServiceMaterialDescription,Mat.MaterialCode,Mat.MaterialName,POMaster.ParentPO, + Mat.UOM,Quantity,Rate,ROUND((Quantity *Rate),2 ) as BasicValue,POMaster.AmendedDetails,LineItem.AmendedDetails as lineamenddetails, + ROUND(( Tax.After_SGST + Tax.After_CGST + Tax.After_IGST ) ,2)as Taxamount,ReqMat.NumberOfService,ReqMat.Schedule_Type,ReqMat.Service_Period, + TotalValue,Tax.*,LineItem.CostCenterCode ,POMaster.*,sup.SupplierName,sup.SupplierID,sup.Address,sup.ContactNumber,sup.EmailAddress,sup.PAN,sup.GSTNO,Payment.PaymentTerms,AdvanceAmount + FROM T_PurchaseOrder_LineItem LineItem + join T_MaterialMaster Mat on Mat.MaterialCode = LineItem.MaterialCode + join T_Service_Tax Tax on Tax.LineItemNo = LineItem.LineItemNo + join T_PurchaseOrder_Master POMaster on POMaster.PONO = LineItem.PONO + join T_SupplierDetailsN sup on sup.SupplierID = POMaster.SupplierID + join T_PaymentTerms Payment on Payment.PaymentID = POMaster.PaymentTerms + join T_Requestion_Master ReqMat on ReqMat.ReqNo = LineItem.ReqNo + left join T_PurchaseOrder_AdvanceRequest PurAdv on POMaster.PONO=PurAdv.PONO + where LineItem.PONO =?'; + + $query = $this->db->query($subQuery,array($PONO)); + + return $query->result(); + + + } + + + + // This Method to get the Revenue PO Child Details for Edit the Item + function GetRevenuePurchaseOrderDetails($PONO = '') + { + + $subQuery ='SELECT distinct LineItem.LineItemNo,Req.ReqNo,Mat.MaterialCode,Mat.MaterialName,Mat.UOM,Quantity,Per,ServiceMaterialDescription,ReceivedQuantity,Rate,Req.Status,(Quantity *Rate) as BasicValue , (( AfterSGST + AfterCGST + + AfterIGST )) as Taxamount ,TotalValue,Tax.*,Req.CostCenterCode,Dept.DepartmentName + FROM T_PurchaseOrder_LineItem LineItem + join T_MaterialMaster Mat on Mat.MaterialCode = LineItem.MaterialCode + left join T_Revenue_Tax Tax on Tax.LineItemNo = LineItem.LineItemNo + join T_Requestion_Master Req on Req.ReqNo = LineItem.ReqNo + left join T_Employee_Details emp on Req.Requestedby = emp.EmpID + join T_DepartmentDetails Dept on Req.RequestedDept = Dept.DEPCode + where LineItem.PONO =?'; + + $query = $this->db->query($subQuery,array($PONO)); + + return $query->result(); + + + } + + // This Method to get the Revenue PO Child Details for Edit the Item + function GetRevenuePurchaseOrderDetailsForPDF($PONO = '') + { + + $subQuery ='SELECT distinct LineItem.LineItemNo,LineItem.Per,ReqNo,Mat.MaterialCode,Mat.MaterialName,POMaster.PaymentOtherDescription,LineItem.ServiceMaterialDescription, + Mat.UOM,Mat.HSNCODE,Quantity,Rate,ROUND((Quantity *Rate),2 ) as BasicValue , + ROUND(((AfterSGST + AfterCGST + + AfterIGST)) ,2)as Taxamount,AdvanceAmount, + TotalValue,Tax.*,LineItem.CostCenterCode ,POMaster.*,sup.SupplierName,sup.Address,sup.SupplierID,sup.ContactNumber,sup.EmailAddress,sup.PAN,sup.GSTNO,LineItem.AmendedDetails as LineAmend,Payment.PaymentTerms + FROM T_PurchaseOrder_LineItem LineItem + left join T_MaterialMaster Mat on Mat.MaterialCode = LineItem.MaterialCode + left join T_Revenue_Tax Tax on Tax.LineItemNo = LineItem.LineItemNo + join T_PurchaseOrder_Master POMaster on POMaster.PONO = LineItem.PONO + join T_SupplierDetailsN sup on sup.SupplierID = POMaster.SupplierID + left join T_PaymentTerms Payment on Payment.PaymentID = POMaster.PaymentTerms + left join T_PurchaseOrder_AdvanceRequest PurAdv on POMaster.PONO=PurAdv.PONO + where LineItem.PONO =?'; + + $query = $this->db->query($subQuery,array($PONO)); + + return $query->result(); + + + } + + function getRevenueTaxinforforpdf($PONO) + { + $subQuery ='SELECT group_concat(pl.MaterialCode ORDER BY pl.MaterialCode ASC) as Itemcode,rt.CGST,rt.SGST,rt.IGST,rt.FreightValue,rt.AfterFreightValue,rt.PackagingValue,rt.AfterPackagingValue,rt.DiscountValue,rt.AfterDiscount FROM T_Revenue_Tax rt + + join T_PurchaseOrder_LineItem pl on pl.LineItemNo=rt.LineItemNo + + join T_PurchaseOrder_Master pm on pm.PONO=pl.PONO + + where pm.POType=? and pm.PONO=? + + group by rt.CGST,rt.SGST,rt.IGST,rt.FreightValue,rt.PackagingValue,rt.AfterDiscount,rt.AfterFreightValue,rt.AfterPackagingValue ORDER BY rt.LineItemNo ASC'; + + $query = $this->db->query($subQuery,array("REVENUE",$PONO)); + + return $query->result(); + + } +// This Method to get the Revenue PO Child Details for Edit the Item + + +function GetImportPurchaseOrderDetailsForPDF($PONO = '') + { + + // $subQuery ='SELECT distinct LineItem.LineItemNo,LineItem.ReqNo,Mat.MaterialCode,Mat.MaterialName, + // Mat.UOM,Quantity,ReqMas.Requestedby,Rate,ROUND((RMCIncludingCustomersPerKG*Quantity),2)as Taxamount, + // ProductPrice,Tax.*,LineItem.CostCenterCode , POMaster.*,sup.SupplierName,sup.Address + // FROM T_PurchaseOrder_LineItem LineItem + // join T_Requestion_Master ReqMas on ReqMas.ReqNo=LineItem.ReqNo + // join T_MaterialMaster Mat on Mat.MaterialCode = LineItem.MaterialCode + // join T_Import_Tax Tax on Tax.LineItemNo = LineItem.LineItemNo + // join T_PurchaseOrder_Master POMaster on POMaster.PONO = LineItem.PONO + // join T_SupplierDetailsN sup on sup.SupplierID = POMaster.SupplierID + // where LineItem.PONO =?'; + + $subQuery='SELECT distinct LineItem.LineItemNo,LineItem.ReqNo,Mat.MaterialCode,Mat.MaterialName,Import_DispatchDetails,LineItem.Per,LineItem.ServiceMaterialDescription, +Mat.UOM,Quantity,ReqMas.Requestedby,Rate,ROUND((RMCIncludingCustomersPerKG*Quantity),2)as Taxamount , +ProductPrice,Tax.*,LineItem.CostCenterCode ,Date(ReqMast.ReqDate) as ReqDate,POMaster.*,sup.SupplierName,sup.Address,LineItem.AmendedDetails as LineAmend,AdvanceAmount, Pay.PaymentTerms as Pay,ROUND((Quantity *Rate),2 ) as BasicValue,HSNCODE,sup.EmailAddress,sup.SupplierID,sup.PAN,sup.ContactNumber,sup.GSTNO +FROM T_PurchaseOrder_LineItem LineItem +join T_Requestion_Master ReqMas on ReqMas.ReqNo=LineItem.ReqNo +join T_MaterialMaster Mat on Mat.MaterialCode = LineItem.MaterialCode +join T_Import_Tax Tax on Tax.LineItemNo = LineItem.LineItemNo +join T_PurchaseOrder_Master POMaster on POMaster.PONO = LineItem.PONO +join T_SupplierDetailsN sup on sup.SupplierID = POMaster.SupplierID +left join T_PurchaseOrder_AdvanceRequest PurAdv on POMaster.PONO=PurAdv.PONO +join T_Requestion_Master ReqMast on LineItem.ReqNo=ReqMast.ReqNo +join T_PaymentTerms Pay on POMaster.PaymentTerms=Pay.PaymentID +where LineItem.PONO =?'; + + $query = $this->db->query($subQuery,array($PONO)); + //print_r($this->db->last_query()); + + return $query->result(); + + + } + + + function GetCurrencyDetail($Currency='') + { + + $subQuery='SELECT * from T_Currency_Details where Currency_Code=?'; + $query=$this->db->query($subQuery,array($Currency)); + //print_r($query); + return $query->result(); + + } + + + function GerRequesterName($Requester='') + { + $subQuery='SELECT EmpID,FirstName,Departmentcode from T_Employee_Details where EmpID=?'; + + $query=$this->db->query($subQuery,array($Requester)); + + return $query->result(); + } + + + function GerRequesterDep($Depcode='') + { + $subQuery='SELECT DepartmentName from T_DepartmentDetails where DEPCode=?'; + $query=$this->db->query($subQuery,array($Depcode)); + + return $query->result(); + + } + + function GerCurrencyCodeName($Currencycode='') + { + $subQuery='SELECT * from T_Currency_Details where Currency_Code=?'; + $query=$this->db->query($subQuery,array($Currencycode)); + //print_r($this->db->last_query()); + return $query->result(); + + } + + + function GetPOStatus($Status='') + { + $subQuery='SELECT StatusName from T_Status where StatusCode=?'; + $query=$this->db->query($subQuery,array($Status)); + return $query->result(); + + } + + + function GetPaymentTerms($PONO='') + { + $subQuery='SELECT PaymentTerms from T_PurchaseOrder_Master where PONO=?'; + $query=$this->db->query($subQuery,array($PONO)); + //print_r($query); + return $query->result(); + + } + + + + + // function getSupplierPayment($Currency='') + // { + + // $subQuery='select distinct PaymentTerms from T_SupplierDetailsN'; + // $query=$this->db->query($subQuery,array($Currency)); + // //print_r($this->db->last_query()); + // return $query->result(); + + // } + + function getSupplierPayment($Config_ID='') + { + + // $subQuery='select distinct PaymentTerms from T_SupplierDetailsN'; + $subQuery='select ConfigValue from T_ConfigDetails where Config_ID=?'; + $query=$this->db->query($subQuery,array($Config_ID)); + //print_r($this->db->last_query()); + return $query->result(); + + } + + function GetWorkStatus($Config_ID='') + { + $subQuery = 'select ConfigValue from T_ConfigDetails where Config_ID=?'; + $query=$this->db->query($subQuery,array($Config_ID)); + //print_r($query); + return $query->result(); + } + + + + + +function GetImportPurchaseOrderDetails($PONO = '') + { + + $subQuery ='SELECT distinct LineItem.LineItemNo,Req.ReqNo,Mat.MaterialCode,Mat.MaterialName, +Mat.UOM,Quantity,Rate,Req.Status,ROUND((Quantity *Rate),2 ) as BasicValue,ReceivedQuantity, +QuantityRejected,ROUND(Quantity-ReceivedQuantity)as PendingQty,Per, + ROUND((RMCIncludingCustomersPerKG*Quantity),2)as Taxamount,LandingCharge,HighSeasSalesCharge,CustomDuty,ExciseDuty,ExciseDutyEdCess,CustomEdCess,POMast.ExchangeRate,AfterLandingCharge,AfterHighSeasSalesCharge,AfterCustomDuty,AfterExciseDuty,AfterExciseDutyEdCess,AddlExciseDuty,AfterAddlExciseDuty,Grossdutypayable,AvailableModvat,Grossexpensesduetocustomduty,purchaseratePerKG,CustomDutyExpensesPerKG,RMCIncludingCustomersPerKG,QuantityKG,BasicPriceInMTon,ProductPrice,CustomSHCess,AfterCustomSHCess,AfterExciseDutySHCess,ExciseDutySHCess, + AfterCustomEdCess,ROUND((Quantity *Rate),2)as TotalOrderValue,ROUND((POMast.ExchangeRate*BasicPriceInMTon),2) as BasicINRValue,TotalValue,CurrencyType,ReceivedQuantity,Tax.*,LineItem.ServiceMaterialDescription, + + Req.CostCenterCode,Dept.DepartmentName FROM T_PurchaseOrder_LineItem LineItem + join T_PurchaseOrder_Master POMast on POMast.PONO = LineItem.PONO + join T_MaterialMaster Mat on Mat.MaterialCode = LineItem.MaterialCode + join T_Import_Tax Tax on Tax.LineItemNo = LineItem.LineItemNo + join T_Requestion_Master Req on Req.ReqNo = LineItem.ReqNo + left join T_Employee_Details emp on Req.Requestedby = emp.EmpID + + left join T_MRIR_Master Mast on POMast.PONO=Mast.PONO + + left join T_MRIR_Details Det on Det.MaterialCode=LineItem.MaterialCode and Mast.MRIRNO=Det.MRIRNO + + join T_DepartmentDetails Dept on Req.RequestedDept = Dept.DEPCode where LineItem.PONO =?'; + //print_r($subQuery); + + $query = $this->db->query($subQuery,array($PONO)); + + return $query->result(); + + + } + + + + + +function GetCurrencytype() + { + + $subQuery = 'select * from T_Currency_Details'; + + $query = $this->db->query($subQuery); + + return $query->result(); + } + + function GetINRCurrencytype($Currency_Code='') + { + $subQuery='select * from T_Currency_Details where Currency_Code=?'; + $query=$this->db->query($subQuery,array($Currency_Code)); + //print_r($this->db->last_query()); + return $query->result(); + + } + + + + + + + // To Update the PO + function updatePOMaster($PONO,$PODetails) + { + $this->db->where('PONO', $PONO); + $this->db->update('T_PurchaseOrder_Master', $PODetails); + + return TRUE; + } + + + // To update Parent PO as Amended PO + function updateAmendPOMaster($PONO,$PODetail) + { + //echo $PONO."from model"; + + + $this->db->where('PONO', $PONO); + $this->db->update('T_PurchaseOrder_Master', $PODetail); + $insert_id = $this->db->affected_rows(); + + return $insert_id; + } + /** + * This function is used to check the Line Item is already available in the database + * @return array $result : This is result of the query + */ + function LineItemExists($LineItemNo) + { + $this->db->select('LineItemNo,TaxID'); + $this->db->from('T_Service_Tax'); + $this->db->where('LineItemNo ',$LineItemNo ); + //$this->db->where('Requestedby ',$ReqBy ); + $query = $this->db->get(); + + if ($query->num_rows > 0) { + //echo $result->num_rows; + return $query->result_array(); + } + } + /** + * This function is used to check the Revenue Line Item is already available in the database + * @return array $result : This is result of the query + */ + function LineItemExistsinRevenueTax($LineItemNo) + { + $this->db->select('LineItemNo'); + $this->db->from('T_Revenue_Tax'); + $this->db->where('LineItemNo ',$LineItemNo ); + $query = $this->db->get(); + + if ($query->num_rows > 0) { + return $query->result_array(); + } + } + + + function LineItemExistsinImportTax($LineItemNo) + { + $this->db->select('LineItemNo'); + $this->db->from('T_Import_Tax'); + $this->db->where('LineItemNo ',$LineItemNo ); + $query = $this->db->get(); + + if ($query->num_rows > 0) { + return $query->result_array(); + } + } + // To Update the PO Line Item + function updatePOLineItem($PONO,$LineItemNo,$PODetails) + { + $this->db->where('PONO', $PONO); + $this->db->where('LineItemNo', $LineItemNo); + $this->db->update('T_PurchaseOrder_LineItem', $PODetails); + + return TRUE; + } + /*// To Update the Service Tax Item */ + function updateServiceTax($LineItemNo,$PODetails) + { + + $this->db->where('LineItemNo', $LineItemNo); + $this->db->update('T_Service_Tax', $PODetails); + + // print_r($this->db->last_query()); + + return TRUE; + } + + /*// To Update the Revenue Tax Item */ + function updateRevenueTax($LineItemNo,$PODetails) + { + $this->db->where('LineItemNo', $LineItemNo); + $this->db->update('T_Revenue_Tax', $PODetails); + + // print_r($this->db->last_query()); + + return TRUE; + } + + function updateImportTax($LineItemNo,$PODetails) + { + $this->db->where('LineItemNo', $LineItemNo); + $this->db->update('T_Import_Tax', $PODetails); + + // print_r($this->db->last_query()); + + return TRUE; + } + + function getLastInsertedPO() + { + $this->db->select('max(PONO) as PO'); + $this->db->from('T_PurchaseOrderDetails'); + $query = $this->db->get(); + + return $query->result_array(); + } + + + /* This Method to get all the Department name for the requistion */ + function getDepartmentListForAllReq() + { + $subQuery ='SELECT DISTINCT DEPT.DEPCode,DEPT.DepartmentName FROM T_Requestion_Master REQ + JOIN T_Employee_Details EMP ON REQ.Requestedby = EMP.EmpID + JOIN T_DepartmentDetails DEPT ON EMP.Departmentcode = DEPT.DEPCode WHERE REQ.Status not in(?,?,?,?)'; + + $query = $this->db->query($subQuery,array(REQ_DRAFT,REQ_PENDING_APPROVAL,REQ_DELETED,REQ_REJECTED)); + //print_r($query); + return $query->result(); + } + /* + This Method to get all department list + */ + function getDepartmentAllList() + { + $subQuery ='SELECT DISTINCT DEPCode,DepartmentName FROM T_DepartmentDetails'; + + $query = $this->db->query($subQuery); + //print_r($query); + return $query->result(); + } + + + function getStatusListforAllReq() + { + $subQuery ='SELECT DISTINCT STAT.StatusCode, STAT.StatusName FROM T_Requestion_Master REQ + JOIN T_Status STAT on REQ.Status = STAT.StatusCode where STAT.StatusCode not in (?,?,?,?)'; + $query = $this->db->query($subQuery,array(REQ_DRAFT,REQ_PENDING_APPROVAL,REQ_DELETED,REQ_REJECTED)); + + // print_r( $this->db->last_query()); + + return $query->result(); + } + + function getStatusByDepartment($DepNo='') + { + + $subQuery ='SELECT DISTINCT STAT.StatusCode ,STAT.StatusName FROM T_Requestion_Master REQ + JOIN T_Employee_Details EMP ON REQ.Requestedby = EMP.EmpID + JOIN T_DepartmentDetails DEPT ON EMP.Departmentcode = DEPT.DEPCode + JOIN T_Status STAT ON REQ.Status = STAT.StatusCode + WHERE DEPT.DEPCode=? AND REQ.Status NOT IN (?,?,?,?)'; + $query = $this->db->query($subQuery,array($DepNo,REQ_DRAFT,REQ_PENDING_APPROVAL,REQ_DELETED,REQ_REJECTED)); + + return $query->result_array(); + } + + function getRequistionListbySearch($Depid='',$Status='',$FromDate='',$ToDate='') + { + $subQuery =' SELECT ReqNo,ReqType,Requestedby,EMP.FirstName,EMP.Designation,STAT.StatusCode ,STAT.StatusName,ReqDate,DEPT.DEPCode,DEPT.DepartmentName FROM T_Requestion_Master REQ + JOIN T_Employee_Details EMP ON REQ.Requestedby = EMP.EmpID + JOIN T_DepartmentDetails DEPT ON EMP.Departmentcode = DEPT.DEPCode + JOIN T_Status STAT on REQ.Status = STAT.StatusCode + where REQ.Status NOT IN (?,?,?,?,?)'; + + $appendQuery = $subQuery ; + + if($Depid != '' && $Status != '' && $FromDate != '' && $ToDate != '') + { + $appendQuery .= ' AND DEPT.DEPCode=? AND STAT.StatusCode=? AND ReqDate >= ? AND ReqDate <= ?'; + //echo "$appendQuery";die(); + $query = $this->db->query($appendQuery,array(REQ_DRAFT,REQ_PENDING_APPROVAL,REQ_DELETED,REQ_REJECTED,REQ_PO_CREATED,$Depid ,$Status,$FromDate,$ToDate)); + //print_r($this->db->last_query()); + return $query->result_array(); + } + else if($Depid != '' && $Status == '' && $FromDate == '' && $ToDate == '') + { + $appendQuery .= ' AND DEPT.DEPCode=?'; + + $query = $this->db->query($appendQuery,array(REQ_DRAFT,REQ_PENDING_APPROVAL,REQ_DELETED,REQ_REJECTED,REQ_PO_CREATED,$Depid)); + //print_r($this->db->last_query()); + return $query->result_array(); + } + else if($Depid == '' && $Status != '' && $FromDate == '' && $ToDate == '') + { + $appendQuery .= ' AND STAT.StatusCode=?'; + + $query = $this->db->query($appendQuery,array(REQ_DRAFT,REQ_PENDING_APPROVAL,REQ_DELETED,REQ_REJECTED,REQ_PO_CREATED,$Status)); + //print_r($this->db->last_query()); + return $query->result_array(); + } + else if($Depid == '' && $Status == '' && $FromDate != '' && $ToDate != '') + { + $appendQuery .= ' AND ReqDate >= ? AND ReqDate <= ?'; + + $query = $this->db->query($appendQuery,array(REQ_DRAFT,REQ_PENDING_APPROVAL,REQ_DELETED,REQ_REJECTED,REQ_PO_CREATED,$FromDate,$ToDate)); + //print_r($this->db->last_query()); + return $query->result_array(); + } + else if($Depid != '' && $Status != '' && $FromDate == '' && $ToDate == '') + { + $appendQuery .= ' AND DEPT.DEPCode=? AND STAT.StatusCode=?'; + + $query = $this->db->query($appendQuery,array(REQ_DRAFT,REQ_PENDING_APPROVAL,REQ_DELETED,REQ_REJECTED,REQ_PO_CREATED,$Depid ,$Status)); + // print_r($this->db->last_query()); + return $query->result_array(); + } + else if($Depid != '' && $Status == '' && $FromDate != '' && $ToDate != '') + { + $appendQuery .= ' AND DEPT.DEPCode=? AND ReqDate >= ? AND ReqDate <= ?'; + + $query = $this->db->query($appendQuery,array(REQ_DRAFT,REQ_PENDING_APPROVAL,REQ_DELETED,REQ_REJECTED,REQ_PO_CREATED,$Depid ,$FromDate,$ToDate)); + //print_r($this->db->last_query()); + return $query->result_array(); + } + else if($Depid == '' && $Status != '' && $FromDate != '' && $ToDate != '') + { + $appendQuery .= ' AND STAT.StatusCode=? AND ReqDate >= ? AND ReqDate <= ?'; + + $query = $this->db->query($appendQuery,array(REQ_DRAFT,REQ_PENDING_APPROVAL,REQ_DELETED,REQ_REJECTED,REQ_PO_CREATED,$Status ,$FromDate,$ToDate)); + // print_r($this->db->last_query()); + return $query->result_array(); + } + else + { + $query = $this->db->query($subQuery,array(REQ_DRAFT,REQ_PENDING_APPROVAL,REQ_DELETED,REQ_REJECTED,REQ_PO_CREATED)); + //print_r($this->db->last_query()); + return $query->result(); + } + + } + + function UpdateRequistItemStatus() + { + $query = $this->db->query("update T_Requestion_Details REQ + JOIN T_PurchaseOrder_LineItem line ON REQ.ReqNo = line.ReqNo + JOIN T_PurchaseOrder_Master PO ON PO.PONO = line.PONO + set REQ.Status = CASE WHEN REQ.Quantity = line.Quantity THEN 'ST022' WHEN REQ.Quantity > line.Quantity THEN 'ST023' ELSE 'ST003' END , + REQ.updatedOn= CURRENT_TIMESTAMP + where PO.Status ='".PO_CREATED."'"); + + //$query ->next_result(); + + } + function UpdateRequistionStatus() + { + $result = $this->db-> query("CALL P_UPDATE_REQUISTIONSTATUS_New()") or die(mysql_error()); + + $result ->next_result(); + + } + /** + * This function is used to delete the Line item from details into Database + * @return array $result : This is result of the query + */ + function DeletePOLineItem( $LineItem='',$ReqNo='',$MaterialCode='') + { + $this->db->where('LineItemNo', $LineItem); + $this->db->where('ReqNo', $ReqNo); + $this->db->where('MaterialCode', $MaterialCode); + $this->db->delete('T_PurchaseOrder_LineItem'); + + return TRUE; + } + + /** + * This function is used to delete the Revenue item from details into Database + * @return array $result : This is result of the query + */ + function DeletePORevenueTax( $LineItem='') + { + $this->db->where('LineItemNo', $LineItem); + $this->db->delete('T_Revenue_Tax'); + + return TRUE; + } + + /** + * This function is used to delete Service Tax from details into Database + * @return array $result : This is result of the query + */ + function DeletePOServiceTax( $LineItem='') + { + $this->db->where('LineItemNo', $LineItem); + $this->db->delete('T_Service_Tax'); + + return TRUE; + } + + + function DeletePOImportTax( $LineItem='') + { + $this->db->where('LineItemNo', $LineItem); + $this->db->delete('T_Import_Tax'); + + return TRUE; + } + + /** + * This function is used to get the List of PO details to the approver + * @return array $result : This is result of the query + join T_DepartmentDetails Dept on emp.Departmentcode = Dept.DEPCode + */ + function getPOList($type) + { + + $this->db->distinct(); + $this->db->select('mast.PONO,mast.TotalOrderValue,st.StatusCode,st.StatusName,emp.FirstName,mast.CreatedDate,ccm.CostCenterName,ccm.CostCenterCode,mast.POType as RType,mast.Remarks,DepartmentName,mast.ApprovedBy,(select EmpID from tbl_users where userId=mast.ApprovedBy )as EID,rmast.ReqType,mast.Status,mast.CapitalRange, +(select FirstName from T_Employee_Details where EmpID=EID)as Approver'); + $this->db->from('T_PurchaseOrder_Master mast'); + // $this->db->order_by('mast.Status',"PO_CREATED"); + $this->db->join('T_Status st', 'st.StatusCode=mast.Status'); + + $this->db->join('T_PurchaseOrder_LineItem req', 'req.PONO= mast.PONO'); + $this->db->join('T_Requestion_Master rmast','rmast.ReqNo=req.ReqNo'); + //$this->db->join('T_CostCenter_Budget bud','bud.CostCenterCode = req.CostCenterCode and bud.BudgetType = rmast.ReqType'); + $this->db->join('T_CostCenter_Master ccm','ccm.CostCenterCode = req.CostCenterCode','left'); + $this->db->join('tbl_users tbl', 'rmast.createdby=tbl.userid'); + $this->db->join('T_Employee_Details as emp', 'emp.empid=tbl.empid'); + $this->db->join('T_DepartmentDetails as Dep','Dep.DEPCode=emp.Departmentcode'); + + if($type=='APPROVAL'){ + $this->db->or_where('mast.Status',PO_CREATED); + $this->db->or_where('mast.Status',PO_APPROVER_ONHOLD); + $this->db->or_where('mast.Status',PO_AWAITING_RELEASE); + $this->db->or_where('mast.Status',PO_RELEASED); + $this->db->or_where('mast.Status',REQITEM_Emergency_PO_CREATED); + $this->db->order_by('mast.Status'); + + } + else if($type=='RELEASE'){ + $this->db->or_where('mast.Status',PO_AWAITING_RELEASE); + $this->db->or_where('mast.Status',PO_RELEASER_ONHOLD); + $this->db->or_where('mast.Status',PO_RELEASED); + $this->db->order_by('mast.Status'); + + + + } + $result=$this->db->get(); + // print_r($this->db->last_query()); + return $result->result(); + + } + + + function UpdatePO($store, $PONO) + { + + $this->db->where('PONO', $PONO); + $this->db->update('T_PurchaseOrder_Master', $store); + + return TRUE; + } + + function GetReleasedDetails($PONO){ + $this->db->select('mast.ReleasedOn,re.FirstName'); + $this->db->from('T_PurchaseOrder_Master mast'); + $this->db->join('tbl_users tbl','mast.ReleasedBy=tbl.userid'); + $this->db->join('T_Employee_Details re','re.EmpID=tbl.EmpID'); + $this->db->where('mast.PONO',$PONO); + $result=$this->db->get(); + //print_r($this->db->last_query()); +//die(); + return $result->result(); + + } + //This is get the capital po list for edit + +function getCapitalPurchaseOrderDetails($PONO = '') + { + + $subQuery ='SELECT distinct LineItem.LineItemNo,LineItem.Per,LineItem.ServiceMaterialDescription,Req.ReqNo,Mat.MaterialCode,Mat.MaterialName,LineItem.ServiceMaterialDescription,LineItem.ServiceFrequency, +Mat.UOM,Quantity,ReceivedQuantity,Rate,Req.Status,Tax.*, + ROUND((RMCIncludingCustomersPerKG*Quantity),2)as Taxamount,LandingCharge,HighSeasSalesCharge,CustomDuty,ExciseDuty,ExciseDutyEdCess,CustomEdCess,POMast.ExchangeRate,POMast.ExchangeRateCalculatedon,POMast.TotalOrderValue as BasicValue,POMast.CapitalRange,AfterLandingCharge,AfterHighSeasSalesCharge,AfterCustomDuty,AfterExciseDuty,AfterExciseDutyEdCess,AddlExciseDuty,AfterAddlExciseDuty,Grossdutypayable,AvailableModvat,Grossexpensesduetocustomduty,purchaseratePerKG,CustomDutyExpensesPerKG,RMCIncludingCustomersPerKG,QuantityKG,BasicPriceInMTon,ProductPrice,CustomSHCess,AfterCustomSHCess,AfterExciseDutySHCess,ExciseDutySHCess,AfterCustomEdCess,ROUND((POMast.ExchangeRate*BasicPriceInMTon*Quantity),2) as BasicINRValue,Tax.TotalValue as ImportTotalValue,Tax.FreightType,Tax.NoOfTrip,Tax.FreightValue,Tax.AfterFreightValue,POMast.CurrencyType, + + Req.CostCenterCode,Dept.DepartmentName FROM T_PurchaseOrder_LineItem LineItem + join T_PurchaseOrder_Master POMast on POMast.PONO = LineItem.PONO +join T_MaterialMaster Mat on Mat.MaterialCode = LineItem.MaterialCode + + join T_Import_Tax Tax on Tax.LineItemNo = LineItem.LineItemNo + join T_Requestion_Master Req on Req.ReqNo = LineItem.ReqNo +left join T_Employee_Details emp on Req.Requestedby = emp.EmpID + + join T_DepartmentDetails Dept on Req.RequestedDept = Dept.DEPCode where LineItem.PONO =?'; + //print_r($subQuery); + + $query = $this->db->query($subQuery,array($PONO)); + + return $query->result(); + + + } + +// This Method to get the Capital PO Details for pdf + function GetCapitalPurchaseOrderDetailsForPDF($PONO = '') + { + + $subQuery ='SELECT distinct LineItem.LineItemNo,LineItem.Per,LineItem.AmendedDetails as lineamd,ReqNo,Mat.MaterialCode,Mat.MaterialName,LineItem.ServiceMaterialDescription, + Mat.UOM,Mat.HSNCODE,Quantity,Rate,ROUND((Quantity *Rate),2 ) as BasicValue , + LineItem.CostCenterCode , POMaster.*,sup.SupplierName,sup.SupplierID,sup.Address,sup.ContactNumber,sup.EmailAddress,sup.PAN,sup.GSTNO,Payment.PaymentID,Payment.PaymentTerms,AdvanceAmount,HSNCODE + FROM T_PurchaseOrder_LineItem LineItem + join T_MaterialMaster Mat on Mat.MaterialCode = LineItem.MaterialCode + + join T_PurchaseOrder_Master POMaster on POMaster.PONO = LineItem.PONO + join T_SupplierDetailsN sup on sup.SupplierID = POMaster.SupplierID + join T_PaymentTerms Payment on Payment.PaymentID = POMaster.PaymentTerms + left join T_PurchaseOrder_AdvanceRequest Adv on POMaster.PONO=Adv.PONO + where LineItem.PONO =?'; + $query = $this->db->query($subQuery,array($PONO)); + + return $query->result(); + + + } + // get requested by details + function GetRequesedByDetails($PONO){ + $this->db->select('mast.CreatedBy,re.FirstName,Dept.DEPCode,Dept.DepartmentName'); + $this->db->from('T_PurchaseOrder_Master mast'); + $this->db->join('tbl_users tbl','mast.CreatedBy=tbl.userid'); + $this->db->join('T_Employee_Details re','re.EmpID=tbl.EmpID'); + $this->db->join('T_DepartmentDetails Dept', 're.Departmentcode = Dept.DEPCode'); + + $this->db->where('mast.PONO',$PONO); + $result=$this->db->get(); + + return $result->result(); + + } + + // get domestic capital po list + + + function getDomesticCapitalPurchaseOrderDetails($PONO = '') + { + + $subQuery ='SELECT distinct LineItem.LineItemNo,LineItem.Per,LineItem.ServiceMaterialDescription,Req.ReqNo,Mat.MaterialCode,Mat.MaterialName,LineItem.ServiceMaterialDescription,LineItem.ServiceFrequency, + Mat.UOM,Quantity,ReceivedQuantity,Rate,Req.Status,ROUND((ServiceTax.After_CGST + ServiceTax.After_SGST + ServiceTax.After_IGST),2) as ServiceTaxamount + ,ServiceTax.TotalValue,ServiceTax.CGST,ServiceTax.After_CGST,ServiceTax.SGST,ServiceTax.After_SGST,ServiceTax.IGST,ServiceTax.After_IGST,ServiceTax.otherallowance,ServiceTax.discount,ServiceTax.discountval,ServiceTax.Afterdiscountval, + POMast.ExchangeRate,POMast.ExchangeRateCalculatedon,POMast.TotalOrderValue as BasicValue,POMast.CapitalRange,ROUND((POMast.TotalOrderValue),2) as BasicINRValue,POMast.CurrencyType,FreightType as Ftype,NoOfTrip as NoTrip,FreightValue as Fvalue,AfterFreightValue as Afvalue, + + Req.CostCenterCode,Dept.DepartmentName FROM T_PurchaseOrder_LineItem LineItem + join T_PurchaseOrder_Master POMast on POMast.PONO = LineItem.PONO + join T_MaterialMaster Mat on Mat.MaterialCode = LineItem.MaterialCode + join T_Service_Tax ServiceTax on ServiceTax.LineItemNo = LineItem.LineItemNo + join T_Requestion_Master Req on Req.ReqNo = LineItem.ReqNo + join T_Employee_Details emp on Req.Requestedby = emp.EmpID + + join T_DepartmentDetails Dept on emp.Departmentcode = Dept.DEPCode where LineItem.PONO =?'; + //print_r($subQuery); + + $query = $this->db->query($subQuery,array($PONO)); + + return $query->result(); + + + } + //get pdf po requistion details + + + function GetPdfRequistionDetails($PONO){ + $this->db->select('LineItem.ReqNo'); + $this->db->from('T_PurchaseOrder_LineItem LineItem'); + $this->db->where('LineItem.PONO',$PONO); + $result=$this->db->get(); + $ReqNo=''; + + foreach ($result->result() as $res){ + + if($ReqNo==$res->ReqNo){ + + } + else{ + $ReqNo = $res->ReqNo; + $this->db->select('ReqMast.ReqNo,ReqMast.CostCenterCode,ReqMast.ReqDate,ReqMast.Schedule_Type,ReqMast.NumberOfService,ReqMast.Service_Period,Dept.DEPCode,Dept.DepartmentName,Dept.shortName'); + $this->db->from('T_Requestion_Master ReqMast'); + + $this->db->join('T_DepartmentDetails Dept', 'ReqMast.RequestedDept = Dept.DEPCode'); + $this->db->where('ReqMast.ReqNo',$ReqNo); + $Reqresult=$this->db->get(); + $Details['RequistionNo']= $Reqresult->result()[0]->ReqNo; + $Detaisl['ReqDate']=$Reqresult->result()[0]->ReqDate; + + $Details['RequestedDept']= $Reqresult->result()[0]->shortName; + $Details['CostCenterCode']= $Reqresult->result()[0]->CostCenterCode; + $date = new DateTime($Reqresult->result()[0]->ReqDate,new DateTimeZone('Asia/Kolkata')); + $retDate = $date->format('d-m-Y'); + $Details['ReqDate']= $retDate; + $ScheduleType = $Reqresult->result()[0]->Schedule_Type; + if($ScheduleType!='Recurring'){ + $Details['Frequency']= $Reqresult->result()[0]->Schedule_Type; + + } + else{ + $Details['Frequency']= $Reqresult->result()[0]->Service_Period.' - '.$Reqresult->result()[0]->NumberOfService; + } + + $ResultArray[]=$Details; + } + + } + + $RequistionDetails = $ResultArray; + return $RequistionDetails; + } + function GetLineItemReceivedQty($ParentPO,$MaterialCode) + { + $this->db->select('ReceivedQuantity'); + $this->db->from('T_PurchaseOrder_LineItem'); + + $this->db->where('PONO',$ParentPO); + $this->db->where('MaterialCode',$MaterialCode); + $result=$this->db->get(); + + return $result->result_array(); + } + + //get paymentTerms details + + function getPaymentTermsDetails($Payment_ID='') + { + + + $getpaymentQuery='select distinct PaymentID,PaymentTerms,Details from T_PaymentTerms'; + $paymentQuery=$this->db->query($getpaymentQuery); + + return $paymentQuery->result(); + + } + /** + * This function is used to get status in status table + + */ + function getStatus($StatusType = '') + { + $this->db->select('StatusCode,StatusName '); + $this->db->from('T_Status'); + $this->db->where('StatusType', $StatusType); + $query = $this->db->get(); + + return $query->result(); + } + + + function edit_mrir($MrirNo) + { + $this->db->distinct(); + $this->db->select('TMM.MRIRNO,TMM.PONO,TMM.IGRNO,TMM.Createdon,TMD.ActualQuantityReceived,IGRM.DeliveryChellanOrInvoiceNo,IGRM.DeliveryChellanDate,IGRM.VehicleNo,IGRM.CourierNo,IGRM.CreatedDate,IGRD.QuantityAsPerInvoice,SUPP.SupplierName,SUPP.Address,POMR.PODate,POMR.DeliveryDate,POMR.ServiceDescription,TMD.MaterialCode,MM.MaterialName,MM.UOM,POLT.Quantity,POLT.ReceivedQuantity,ED.FirstName as PORasiedbyName,ED1.FirstName as MRIRRasiedbyName, ED2.FirstName as IGRRasiedbyName,TMM.MRIRStatus,TMM.Createdon as MRIRCreatedon,POLT.CostCenterCode,CostCenterName,QuantityAccepted,QuantityRejected,TMD.Remarks'); + $this->db->from ('T_MRIR_Master TMM'); + $this->db->join ('T_MRIR_Details TMD','TMM.MRIRNO = TMD.MRIRNO','left');//to get IGRNO,PONO,MRIRNO,mrirdate, + $this->db->join ('T_IGR_Master IGRM', 'IGRM.IGRNO = TMM.IGRNO','left');//to get actualquantity,deliverydate,Invoicedate,vechileno,courierno,igrdate, + $this->db->join ('T_PurchaseOrder_Master POMR ','IGRM.PONO = POMR.PONO','left');//to get podate,deliverydate,servicedescription + $this->db->join ('T_PurchaseOrder_LineItem POLT','IGRM.PONO=POLT.PONO','left');//to get receivedquantity,quantity + + $this->db->join ('T_IGR_Details IGRD','IGRD.IGRNO = IGRM.IGRNO','left');//to get invoicequantity + $this->db->join ('T_MaterialMaster MM','IGRD.MaterialCode = MM.MaterialCode','left'); + $this->db->join ('T_SupplierDetailsN SUPP','POMR.SupplierID = SUPP.SupplierID','left');//to get suppliername,supplieraddress + $this->db->join ('tbl_users user','user.userid = POMR.CreatedBy','left');//to get poraisedby + $this->db->join ('T_Employee_Details ED','ED.EmpID = user.EmpID','left'); + $this->db->join ('tbl_users user1','user1.userid=TMM.CreatedBy','left');//to get mrirraisedby + $this->db->join ('T_Employee_Details ED1','ED1.EmpID = user1.EmpID','left'); + $this->db->join ('tbl_users user2','user2.userid=IGRM.CreatedBy','left');//to get igrraisedby + $this->db->join ('T_Employee_Details ED2','ED2.EmpID = user2.EmpID','left'); + $this->db->join('T_CostCenter_Master TCOST','POLT.CostCenterCode=TCOST.CostCenterCode'); + $this->db->where('TMM.MRIRNO',$MrirNo); + $this->db->group_by('TMM.MRIRNO,TMD.MaterialCode'); + $query = $this->db->get(); + $result = $query->result(); + //print_r( $this->db->last_query()); + return $result; + + } + + + + + + function getadvancePONO($Status='') + { + $this->db->select ('Mast.PONO,POType,Mast.CreatedDate,Mast.ReleasedOn,Mast.TotalOrderValue,Mast.SupplierID,DeliveryDate,DeliverySchedule,DeliveryOption,Mast.PaymentTerms as Paycode,Payterm.PaymentTerms,LineItem.ReqNo,Requestedby,Departmentcode,DepartmentName,LineItem.CostCenterCode,SupDet.SupplierName,Import_DispatchDetails,CurrencyType,AdvancePercentage,AdvanceAmount,POAdv.Remarks,Mast.CapitalRange,Mast.PaymentOtherDescription,RequestedDept'); + $this->db->from('T_PurchaseOrder_Master Mast'); + $this->db->join('T_PurchaseOrder_LineItem LineItem','Mast.PONO=LineItem.PONO'); + $this->db->join('T_Requestion_Master ReqMa','LineItem.ReqNo=ReqMa.ReqNo'); + $this->db->join('T_Employee_Details EmpDet','ReqMa.Requestedby=EmpDet.EmpID','left'); + $this->db->join('T_DepartmentDetails DepDet','EmpDet.Departmentcode=DepDet.DEPCode or ReqMa.RequestedDept=DepDet.DEPCode','left'); + $this->db->join('T_SupplierDetailsN SupDet','Mast.SupplierID=SupDet.SupplierID'); + $this->db->join('T_PurchaseOrder_AdvanceRequest POAdv','Mast.PONO=POAdv.PONO','left'); + $this->db->join('T_PaymentTerms Payterm','Mast.PaymentTerms=Payterm.PaymentID'); + $this->db->where('Mast.Status',$Status); + $query = $this->db->get(); + // print_r($this->db->last_query()); + return $query->result(); + + } + + // update req deatail if work status is completed + + function updateReqDetail($PONO,$POStatus,$MaterialCode) + { + + $this->db->set('Req.Status',$POStatus); + $this->db->where('Item.PONO',$PONO); + $this->db->where('Req.MaterialCode',$MaterialCode); + $this->db->update('T_PurchaseOrder_LineItem Item JOIN T_Requestion_Details Req ON Item.ReqNo= Req.ReqNo'); + return TRUE; + } + + function UpdateReceivedQtyforServicePO($PONO,$updateddt,$updatedBy) + { + $this->db->select('LineItemNo,MaterialCode'); + $this->db->from('T_PurchaseOrder_LineItem'); + $this->db->where('PONO ',$PONO ); + $query = $this->db->get(); + $result = $query->result(); + + if(!empty($result)) + { + foreach ($result as $res) + { + $LineItemNo =$res->LineItemNo; + $MaterialCode = $res->MaterialCode; + //echo $LineItemNo; + + $subQuery = 'update T_PurchaseOrder_LineItem + set ReceivedQuantity=Quantity, status=?,UpdatedOn=?,UpdateBY=? where PONO=? and LineItemNo=?'; + + $query = $this->db->query($subQuery,array(PO_SERVICE_COMPLETED,$updateddt,$updatedBy,$PONO,$LineItemNo)); + $finddot = strpos($PONO,'.'); + if($finddot = true) + { + $subQuery = 'update T_PurchaseOrder_LineItem + set ReceivedQuantity=Quantity, status=?,UpdatedOn=?,UpdateBY=? where PONO=substring(?,1,(case when INstr(?,?) > 0 then INstr(?,?)-1 else 0 end)) and MaterialCode=?'; + + $query = $this->db->query($subQuery,array(PO_SERVICE_COMPLETED,$updateddt,$updatedBy,$PONO,$PONO,'.',$PONO,'.',$MaterialCode)); + } + + } + + } + + } +//get service tax listusing po number + function GetServiceTaxDetails($PONO = ''){ + + $taxQuery ='SELECT group_concat(@count:=@count+1) Itemcode, +st.CGST,st.SGST,st.IGST,st.otherallowance FROM T_Service_Tax st + join T_PurchaseOrder_LineItem pl on pl.LineItemNo=st.LineItemNo + join T_PurchaseOrder_Master pm on pm.PONO=pl.PONO JOIN + (SELECT @count := 0) count + where pm.POType=? and pm.PONO=? + group by st.CGST,st.SGST,st.IGST,st.otherallowance + ORDER BY Itemcode ASC '; + + + $query = $this->db->query($taxQuery,array("SERVICE",$PONO)); + + return $query->result(); + } + // get capital tax listing by po no + + function GetCapitalTaxListDetails($PONO = '',$CapitalRange=''){ + + if($CapitalRange==1){ + $taxQuery ='SELECT group_concat(pl.MaterialCode ORDER BY pl.MaterialCode ASC) as Itemcode,SUM(st.`After_CGST`) AS TotalCGST,SUM(st.`After_SGST`) AS TotalSGST,SUM(st.`After_IGST`) AS TotalIGST,SUM(st.`otherallowance`) AS TotalOtherAllowance,SUM(st.`Afterdiscountval`) AS TotalDiscount,st.discountval,st.Afterdiscountval,st.CGST,st.SGST,st.IGST,st.otherallowance,SUM(st.`AfterFreightValue`) AS TotalFreight,st.FreightValue FROM T_Service_Tax st + join T_PurchaseOrder_LineItem pl on pl.LineItemNo=st.LineItemNo + join T_PurchaseOrder_Master pm on pm.PONO=pl.PONO + where pm.POType=? and pm.PONO=? + group by st.Afterdiscountval,st.CGST,st.SGST,st.IGST,st.otherallowance ORDER BY st.LineItemNo ASC'; + $query = $this->db->query($taxQuery,array("CAPITAL",$PONO)); + + return $query->result(); + } + else if($CapitalRange==0){ + $taxQuery ='SELECT group_concat(pl.MaterialCode ORDER BY pl.MaterialCode ASC) as Itemcode, + SUM(it.`AfterFreightValue`) AS TotalFreight,it.FreightValue,it.AfterFreightValue, + it.IGST AS TotalIGSTPer,SUM(it.AfterIGST) as AfterIGST1,it.AfterIGST as AIgst FROM T_Import_Tax it + join T_PurchaseOrder_LineItem pl on pl.LineItemNo=it.LineItemNo + join T_PurchaseOrder_Master pm on pm.PONO=pl.PONO + where pm.POType=? and pm.PONO=? + group by it.AfterFreightValue ORDER BY it.LineItemNo ASC'; + $query = $this->db->query($taxQuery,array("CAPITAL",$PONO)); + + return $query->result(); + } + + } + // get po format for acedamic year based + function GetPoFormat($PONO=''){ + $poQuery ='select PONO from T_PurchaseOrder_Master where PONO=?'; + $query = $this->db->query($poQuery,array($PONO)); + + return $query->result(); +} +//get Dept Emp Name +function getDepartmentEmpList($DepCode=''){ + $this->db->select('EmpID'); + $this->db->from('T_Employee_Details'); + $this->db->where('Departmentcode', $DepCode); + $this->db->limit('1'); + $query = $this->db->get(); + + return $query->result(); +} +//get req master details using reqno +function GetRequistionMasterUsingReqNo($Req){ + + + $this->db->select('Requestedby'); + $this->db->from('T_Requestion_Master'); + $this->db->where('ReqNo', $Req[0]); + $query = $this->db->get(); + + return $query->result(); + + +} +function amendpdf($PONO='') +{ + $Amend ='select p.PONO,p.ParentPO,p.Status,p.TotalOrderValue, + m.Status as parentpostatus, + m.TotalOrderValue as partenttotalorder + from T_PurchaseOrder_Master as p + join T_PurchaseOrder_Master as m + on m.PONO = p.ParentPO + where p.PONO = ?'; + $amendment = $this->db->query($Amend,array($PONO)); + + return $amendment->result(); +} + + + + function GetClients() + { + $this->db->select('client_id,client_name'); + $this->db->from('ip_clients'); + $query = $this->db->get(); + return $query->result_array(); + } + + + function SaveEnquiry($save) + { + $this->db->trans_start(); + $this->db->insert('T_Enquiry', $save); + $insert_id = $this->db->affected_rows(); + $this->db->trans_complete(); + return $insert_id; + + } + + + function UpdateEnquiry($save,$Id) + { + + $this->db->where('Id',$Id); + $this->db->update('T_Enquiry',$save); + $insert_id = $this->db->affected_rows(); + return $insert_id; + } + + + function GetEnquiryDetails() + { + $this->db->select('T_Enquiry.*,client_name'); + $this->db->from('T_Enquiry'); + $this->db->join('ip_clients','ip_clients.client_id=T_Enquiry.client_id'); + $this->db->order_by('Id','desc'); + $query = $this->db->get(); + return $query->result(); + + } + + + function GetEnquiry($Id) + { + $this->db->select('T_Enquiry.*,client_name'); + $this->db->from('T_Enquiry'); + $this->db->join('ip_clients','ip_clients.client_id=T_Enquiry.client_id'); + $this->db->where('Id',$Id); + $this->db->order_by('Id','desc'); + $query = $this->db->get(); + return $query->result(); + } + + + +function GetEnquiryCount($createddt) +{ + + $this->db->select('count(Id) as Countnumber'); + $this->db->from('T_Enquiry'); + $this->db->where('Created_Date',$createddt); + $query = $this->db->get(); + return $query->result(); +} + + +function SaveActionMaster($master) +{ + + $this->db->trans_start(); + $this->db->insert('T_ActionReport_Master', $master); + $insert_id = $this->db->affected_rows(); + $this->db->trans_complete(); + // print_r($this->db->last_query()); + if($insert_id>0) + { + $subQuery = 'select max(Id) as Id from T_ActionReport_Master'; + + $query = $this->db->query($subQuery,array()); + + return $query->result_array(); + } +} + + +function SaveActionDisposition($actionsave) +{ + $this->db->trans_start(); + $this->db->insert('T_Action_Disposition',$actionsave); + $insert_id = $this->db->affected_rows(); + $this->db->trans_complete(); + return $insert_id; +} + + +function UpdateActionDisposition($actionsave,$LineDisposition) +{ + //echo $LineDisposition; + + $this->db->where('DispositionId', $LineDisposition); + $this->db->update('T_Action_Disposition', $actionsave); + return TRUE; +} + +function UpdateRootCause($rootsave,$Lineroot) +{ + $this->db->where('RootId', $Lineroot); + $this->db->update('T_RootCause', $rootsave); + return TRUE; +} + + +function Updatecounteraction($savecounter,$LineCounter) +{ + $this->db->where('CounterId', $LineCounter); + $this->db->update('T_Action_Counter_Measure', $savecounter); + return TRUE; +} + + +function UpdateActionMaster($master,$Id) +{ + + $this->db->where('Id', $Id); + $this->db->update('T_ActionReport_Master', $master); + $insert_id = $this->db->affected_rows(); + //return TRUE; + if($insert_id>0) + { + $subQuery = 'select max(Id) as Id from T_ActionReport_Master'; + + $query = $this->db->query($subQuery,array()); + + return $query->result_array(); + } +} + + + +function SaveRootCause($rootsave) +{ + + $this->db->trans_start(); + $this->db->insert('T_RootCause',$rootsave); + $insert_id = $this->db->affected_rows(); + $this->db->trans_complete(); + return $insert_id; + +} + +function Savecounteraction($savecounter) +{ + $this->db->trans_start(); + $this->db->insert('T_Action_Counter_Measure',$savecounter); + $insert_id = $this->db->affected_rows(); + $this->db->trans_complete(); + return $insert_id; +} + +function GetNcrlist() +{ + $this->db->select('*'); + $this->db->from('T_ComplaintRegister'); + $this->db->join('ip_clients','ip_clients.client_id=T_ComplaintRegister.client_id'); + $this->db->order_by('CId','desc'); + $query = $this->db->get(); + return $query->result(); +} + + +function GetncrmasterDetails($Id) +{ + $this->db->select('*'); + $this->db->from('T_ActionReport_Master'); + $this->db->where('Id',$Id); + $query = $this->db->get(); + return $query->result(); +} + + +function GetDispositionDetails($Id) +{ + $this->db->select('*'); + $this->db->from('T_Action_Disposition'); + $this->db->where('Id',$Id); + $query = $this->db->get(); + return $query->result(); + +} + +function GetRootcauseDetails($Id) +{ + $this->db->select('*'); + $this->db->from('T_RootCause'); + $this->db->where('Id',$Id); + $query = $this->db->get(); + return $query->result(); + +} + +function GetCouteractionDetails($Id) +{ + + $this->db->select('*'); + $this->db->from('T_Action_Counter_Measure'); + $this->db->where('Id',$Id); + $query = $this->db->get(); + return $query->result(); +} + + + +function Savecomplaint($save_complaint) +{ + $this->db->trans_start(); + $this->db->insert('T_ComplaintRegister',$save_complaint); + $insert_id = $this->db->affected_rows(); + $this->db->trans_complete(); + return $insert_id; +} + + +function Get_SavedComplaint($CId) +{ + $this->db->select('*'); + $this->db->from('T_ComplaintRegister'); + $this->db->join('ip_clients','ip_clients.client_id=T_ComplaintRegister.client_id'); + $this->db->where('CId',$CId); + $this->db->order_by('CId','desc'); + $query = $this->db->get(); + //print_r($this->db->last_query()); + return $query->result(); +} + +function Updatecomplaint($save_complaint,$CId) +{ + + $this->db->where('CId', $CId); + $this->db->update('T_ComplaintRegister', $save_complaint); + return TRUE; +} + +function updatecomplaintId($up,$CId) +{ + $this->db->where('CId', $CId); + $this->db->update('T_ComplaintRegister',$up); + return TRUE; +} + + +function GetActionid($LineDisposition) +{ + + $this->db->select('*'); + $this->db->from('T_Action_Disposition'); + $this->db->where('DispositionId',$LineDisposition); + $query = $this->db->get(); + //print_r($this->db->last_query()); + return $query->result(); +} + + + +function GetlastDispositionId() +{ + $subQuery = 'select max(DispositionId) from T_Action_Disposition'; + + $query = $this->db->query($subQuery,array()); + + return $query->result_array(); +} + + + +function Getrootid($Lineroot) +{ + $this->db->select('*'); + $this->db->from('T_RootCause'); + $this->db->where('RootId',$Lineroot); + $query = $this->db->get(); + //print_r($this->db->last_query()); + return $query->result(); +} + + + +function Getcounterid($LineCounter) +{ + $this->db->select('*'); + $this->db->from('T_Action_Counter_Measure'); + $this->db->where('CounterId',$LineCounter); + $query = $this->db->get(); + //print_r($this->db->last_query()); + return $query->result(); +} + + +function DeleteAction($DelId) +{ + $this->db->where('DispositionId', $DelId); + $this->db->delete('T_Action_Disposition'); + //print_r($this->db->last_query()); + return TRUE; +} + + +function DeleteRoot($DelId) +{ + $this->db->where('RootId', $DelId); + $this->db->delete('T_RootCause'); + //print_r($this->db->last_query()); + return TRUE; +} + + +function DeleteCounter($DelId) +{ + $this->db->where('CounterId', $DelId); + $this->db->delete('T_Action_Counter_Measure'); + //print_r($this->db->last_query()); + return TRUE; +} + + +/*------------------------------------------------------------------------------*/ + +function updatefile($bill,$Picture,$oldfile) +{ + + // if($oldfile != ''){ + // //unlink("uploads/BillFiles/".$oldfile);//this deletes the file on particular folder too + // } + +$this->db->set('FilePath', $Picture); //value that used to update column +$this->db->where('BillNo', $bill); //which row want to upgrade +$this->db->update('T_PurchaseOrder_BillUpload'); +$afftectedRows = $this->db->affected_rows(); +return $afftectedRows; + +} + + + +// function newlogpo($logpo) +// { + +// $this->db->trans_start(); +// $this->db->insert('T_ponewlogs_Details',$logpo); +// $insert_id = $this->db->affected_rows(); +// $this->db->trans_complete(); +// return $insert_id; + + +// // $this->db->trans_start(); +// // $this->db->insert('T_polog_Details',$logpo); +// // $insert_id = $this->db->affected_rows(); +// // $this->db->trans_complete(); +// // return $insert_id; + +// } + + + +function insertlogpo($logpo){ + + + + + // $this->db->where('MaterialCode',$MaterialCode,'LineItemNos',$POLineItemNo); + // $this->db->update('T_ponewlogs_Details',$logpo); + $this->db->trans_start(); + $this->db->insert('T_polog_Details',$logpo); + $insert_id = $this->db->affected_rows(); + $this->db->trans_complete(); + return $insert_id; + +} +function getlogpodtl($PONO){ + + + + + + +// $SQL = "select distinct log.PONO as LPONO, +// case +// WHEN log.Quantity <> pl.Quantity THEN log.Quantity +// else '-' +// ENd as Lqty, + +// case +// WHEN log.SupplierID <> pm.SupplierID THEN sup.Suppliername +// else '-' +// ENd as LSuppid, +// case +// WHEN log.Date <> pm.PODate THEN log.Date +// else '-' +// ENd as logDate , +// case +// WHEN log.Rate <> pl.Rate THEN log.Rate +// else '-' +// ENd as logRate , + + +// log.LineItemNos,log.MaterialCode,log.UpdatedOn,log.UpdateBy,emp.FirstName + + +// from T_ponewlogs_Details log +// join T_PurchaseOrder_LineItem pl on log.LineItemNos = pl.LineItemNo +// join T_PurchaseOrder_Master pm on pm.PONO = log.PONO +// join tbl_users user on user.userId = log.UpdateBy +// left join T_Employee_Details emp on emp.EmpID= user.EmpID +// left join T_SupplierDetailsN sup on sup.SupplierID = log.SupplierID +// where log.PONO ='".$PONO."'"; + + + +$SQL = "select log.*,sup.SupplierName,emp.FirstName from + T_polog_Details log + join tbl_users user on user.userId = log.UpdateBy + left join T_Employee_Details emp on emp.EmpID= user.EmpID + left join T_SupplierDetailsN sup on sup.SupplierID = log.oldValue + where PONO ='".$PONO."'"; + + +$logpodtl = $this->db->query($SQL); + + return $logpodtl->result(); +} + + + // function EditpoValues($pono) + // { + // $this->db->select('*'); + // $this->db->from('T_ponewlogs_Details'); + // $this->db->where('PONO',$pono); + // // $this->db->where('MaterialCode',$materialcode); + // $query = $this->db->get(); + // return $query->result_array(); + // } + + + function insertfile($filelist) + { + + //print_r($myfile);die; + + $this->db->insert('T_PurchaseOrder_BillUpload',$filelist); + $myfile=$this->db->affected_rows(); + return $myfile; + } + +/*------------------------------------------------------------------------------*/ + +function updateigrM($PONO,$IGRNo,$igrMaster){ + + //print_r($igrMaster);die; + $this->db->where('PONO',$PONO); + $this->db->where('IGRNO',$IGRNo); + + $this->db->update('T_IGR_Master',$igrMaster); + + $r = $this->db->affected_rows(); + return $r; +} +function getigrno($bill){ + + $subQuery ='select bill.BillNo,IGR.IGRNO, IGR.PONO FROM T_IGR_Master IGR + join T_PurchaseOrder_BillUpload bill on bill.IGRNO = IGR.IGRNO + where bill.BillNO = ? '; + + $query = $this->db->query($subQuery,array($bill)); + + return $query->result_array(); + } + /*** ----------------------------- */ +} \ No newline at end of file diff --git a/application/models/models/quality_model.php b/application/models/models/quality_model.php new file mode 100644 index 00000000..2fe7c161 --- /dev/null +++ b/application/models/models/quality_model.php @@ -0,0 +1,589 @@ +db->select('invoice_number'); + $this->db->from('ip_invoices'); + $result = $this->db->get(); + return $result->result(); + } + + function getAllprodcuts() + { + $this->db->select('product_id,product_name,product_description'); + $this->db->from('ip_products'); + $result = $this->db->get(); + return $result->result(); + } + + function getAllprodcutsInward() + { + $this->db->select('MaterialCode,MaterialName'); + $this->db->from('T_MaterialMaster'); + $this->db->like('T_MaterialMaster.Category','raw material'); + $result = $this->db->get(); + return $result->result(); + } + + function getAllcustomers() + { + $this->db->select('client_id,client_name'); + $this->db->from('ip_clients'); + $result = $this->db->get(); + return $result->result(); + } + + function getAllcustomersInward() + { + $this->db->select('SupplierID,SupplierName'); + $this->db->from('T_SupplierDetailsN'); + $this->db->where('IsActive',1); + $result = $this->db->get(); + return $result->result(); + } + + function checkExist($product,$customer,$name,$type) + { + $this->db->select('count(*) as count'); + $this->db->from('T_Prodcut_Specification_Master'); + $this->db->where('product_id',$product); + $this->db->where('customer_id',$customer); + $this->db->where('testtype',$name); + $this->db->where('type',$type); + $result = $this->db->get(); + return $result->result(); + } + + + function addSpecMast($data) + { + //print_r($data); + $this->db->insert('T_Prodcut_Specification_Master',$data); + $r = $this->db->affected_rows(); + return $r; + } + + function updateSpecMast($data,$product,$customer,$name,$type) + { + //echo $product.$customer.$name; + //print_r($data); + $this->db->where('product_id',$product); + $this->db->where('customer_id',$customer); + $this->db->where('testtype',$name); + $this->db->where('type',$type); + $this->db->update('T_Prodcut_Specification_Master',$data); + $r = $this->db->affected_rows(); + //echo $r;die(); + return $r; + } + + function getAllspec() + { + $this->db->select('T_Prodcut_Specification_Master.*,ip_products.product_name,ip_products.product_description,ip_clients.client_name,count(*) as count'); + $this->db->from('T_Prodcut_Specification_Master'); + $this->db->join('ip_products','T_Prodcut_Specification_Master.product_id=ip_products.product_id'); + $this->db->join('ip_clients','T_Prodcut_Specification_Master.customer_id=ip_clients.client_id'); + $this->db->group_by('product_id,customer_id,T_Prodcut_Specification_Master.type'); + $result = $this->db->get(); + return $result->result(); + } + + function getAllspecInward() + { + $this->db->select('T_Prodcut_Specification_Master.*,T_MaterialMaster.MaterialCode,T_MaterialMaster.MaterialName,T_SupplierDetailsN.SupplierID,T_SupplierDetailsN.SupplierName,count(*) as count'); + $this->db->from('T_Prodcut_Specification_Master'); + $this->db->join('T_MaterialMaster','T_Prodcut_Specification_Master.product_id=T_MaterialMaster.MaterialCode'); + $this->db->join('T_SupplierDetailsN','T_Prodcut_Specification_Master.customer_id=T_SupplierDetailsN.SupplierID'); + $this->db->group_by('product_id,customer_id,T_Prodcut_Specification_Master.type'); + $result = $this->db->get(); + return $result->result(); + } + + + function getIndividualSpec($prodcutid,$customerid,$type) + { + $this->db->select('T_Prodcut_Specification_Master.*,ip_products.product_name,ip_products.product_description,ip_clients.client_name'); + $this->db->from('T_Prodcut_Specification_Master'); + $this->db->join('ip_products','T_Prodcut_Specification_Master.product_id=ip_products.product_id'); + $this->db->join('ip_clients','T_Prodcut_Specification_Master.customer_id=ip_clients.client_id'); + $this->db->where('T_Prodcut_Specification_Master.product_id',$prodcutid); + $this->db->where('T_Prodcut_Specification_Master.customer_id',$customerid); + $this->db->where('T_Prodcut_Specification_Master.type',$type); + $result = $this->db->get(); + //print_r($result->result()); + if(empty($result->result())) + { + + $this->db->select('T_Prodcut_Specification_Master.*,T_MaterialMaster.MaterialCode,T_MaterialMaster.MaterialName as product_name,T_SupplierDetailsN.SupplierID,T_SupplierDetailsN.SupplierName as client_name'); + $this->db->from('T_Prodcut_Specification_Master'); + $this->db->join('T_MaterialMaster','T_Prodcut_Specification_Master.product_id=T_MaterialMaster.MaterialCode'); + $this->db->join('T_SupplierDetailsN','T_Prodcut_Specification_Master.customer_id=T_SupplierDetailsN.SupplierID'); + $this->db->where('T_Prodcut_Specification_Master.product_id',$prodcutid); + $this->db->where('T_Prodcut_Specification_Master.customer_id',$customerid); + $this->db->where('T_Prodcut_Specification_Master.type',$type); + $result = $this->db->get(); + + } + //exit(); + return $result->result(); + } + + + function deleteSpecification($spname,$product,$customer,$type) + { + $this->db->where("testtype", $spname); + $this->db->where("product_id", $product); + $this->db->where("customer_id", $customer); + $this->db->where("type", $type); + $this->db->delete('T_Prodcut_Specification_Master'); + $r = $this->db->affected_rows(); + return $r; + } + + + function getDataforReport() + { + $this->db->select('ip_invoices.invoice_number,ip_invoices.client_id,ip_invoice_custom.invoice_custom_fieldvalue,ip_clients.client_name,ip_invoices.invoice_date_created,ip_invoice_items.item_product_id,ip_products.product_name,ip_products.product_description,ip_invoice_items.item_quantity'); + $this->db->from('ip_invoices'); + $this->db->join('ip_clients','ip_invoices.client_id=ip_clients.client_id'); + $this->db->join('ip_invoice_items','ip_invoices.invoice_id=ip_invoice_items.invoice_id'); + $this->db->join('ip_products','ip_invoice_items.item_product_id=ip_products.product_id'); + $this->db->join('ip_invoice_custom','ip_invoices.invoice_id=ip_invoice_custom.invoice_id and invoice_custom_fieldid=62'); + $this->db->where('ip_invoices.invoice_number NOT IN (SELECT invoiceid from T_Test_Report_Master where invoiceid is not null)',NULL,false); + $this->db->order_by('ip_invoices.invoice_number','desc'); + $res = $this->db->get(); + //print_r($res->result());die(); + return $res->result(); + } + + function getSpecifications($productid,$customerid,$ttype="") + { + //echo 'from model'.$productid.'-'.$customerid; + // $this->db->where('product_id',$productid); + // $this->db->where('customer_id',$customerid); + // $res = $this->db->get('T_Prodcut_Specification_Master'); + $sql =''; + $res = ""; + if(!empty($ttype)) + { + $sql = "Select * from T_Prodcut_Specification_Master where product_id = ? and customer_id = ? and type = ?"; + $res = $this->db->query($sql,array($productid,$customerid,$ttype)); + } + else + { + $sql = "Select * from T_Prodcut_Specification_Master where product_id = ? and customer_id = ?"; + $res = $this->db->query($sql,array($productid,$customerid)); + } + + // print_r($this->db->last_query()); + return $res->result(); + //print_r($res->result()); + + } + function getOperatorsListforReport() + { + $r = $this->db->select('EmpID,FirstName,LastName')->from('T_Employee_Details')->get(); + return $r->result(); + } + + function getExistOperatorsListforReport($rbcid) + { + $sql = "select T_Employee_Details.EmpID,T_Employee_Details.FirstName,T_Employee_Details.LastName + from T_ResinBatchCard_Operators join T_Employee_Details on T_ResinBatchCard_Operators.EmpID = + T_Employee_Details.EmpID where T_ResinBatchCard_Operators.master_id = ?"; + $r = $this->db->query($sql,array($rbcid)); + return $r->result(); + } + function getEmplistforReport() + { + $this->db->select('T_Employee_Details.EmpID,T_Employee_Details.FirstName,T_Employee_Details.LastName,T_Employee_Details.Departmentcode,T_DepartmentDetails.shortName,'); + $this->db->from('T_Employee_Details'); + $this->db->join('T_DepartmentDetails','T_Employee_Details.Departmentcode=T_DepartmentDetails.DEPCode'); + //$this->db->join('ip_invoice_items','ip_invoices.invoice_number=ip_invoice_items.invoice_number'); + //$this->db->join('ip_products','ip_invoice_items.item_product_id=ip_products.product_id'); + //$this->db->join('ip_invoice_custom','ip_invoices.invoice_number=ip_invoice_custom.invoice_number and invoice_custom_fieldid=62'); + $this->db->order_by('T_Employee_Details.EmpID'); + $res = $this->db->get(); + return $res->result(); + + } + + + function saveMasterTestData($masterreportdata) + { + $this->db->insert('T_Test_Report_Master',$masterreportdata); + $id = $this->db->insert_id(); + return $id; + } + + function saveResinBatchCardMasterTestData($masterreportdata) + { + $this->db->insert('T_ResinBatchCard_Master',$masterreportdata); + $id = $this->db->insert_id(); + return $id; + } + + + function updateResinBatchCardChildTestData($newArray) + { + $this->db->select('resinbatchcard_iter_id'); + $this->db->from('T_ResinBatchCard_Child'); + $this->db->where('master_report_id',$newArray['master_report_id']); + $this->db->where('i_time',$newArray['i_time']); + $this->db->where('spec_id',$newArray['spec_id']); + $res = $this->db->get(); + $res = $res->result(); + + if(!empty($res[0]->resinbatchcard_iter_id)) + { + $this->db->where('master_report_id',$newArray['master_report_id']); + $this->db->where('i_time',$newArray['i_time']); + $this->db->where('spec_id',$newArray['spec_id']); + $this->db->update('T_ResinBatchCard_Child',$newArray); + } + else + { + $this->saveResinBatchCardChildTestData($newArray); + } + + } + + function saveResinBatchCardChildTestData($newArray) + { + $this->db->insert('T_ResinBatchCard_Child',$newArray); + + } + function updateResinBatchCardMasterTestData($masterreportdata,$MASTERID) + { + $this->db->where('resinbatch_id',$MASTERID); + $this->db->update('T_ResinBatchCard_Master',$masterreportdata); + } + + function getResinBatchCardDetails($rbcid) + { + $sql = 'select T_ResinBatchCard_Master.*,ip_products.product_name,ip_products.product_description,ip_clients.client_name,T_Machine_Master.Machine_Name,T_Employee_Details.EmpID,T_Employee_Details.FirstName,T_Employee_Details.LastName,a.FirstName as name from T_ResinBatchCard_Master + join ip_products on T_ResinBatchCard_Master.productid = ip_products.product_id + join ip_clients on T_ResinBatchCard_Master.customerid = ip_clients.client_id + join T_Machine_Master on T_ResinBatchCard_Master.machinecode = T_Machine_Master.Machine_Code + join tbl_users on T_ResinBatchCard_Master.createdby = tbl_users.userId + join T_Employee_Details on tbl_users.EmpID = T_Employee_Details.EmpID + join T_Employee_Details as a on a.EmpID = T_ResinBatchCard_Master.operatedby + where T_ResinBatchCard_Master.resinbatch_id = ?'; + $res['masterdata'] = $this->db->query($sql,array($rbcid))->result(); + //print_r($res['masterdata']); + $sql = 'select T_ResinBatchCard_Child.*,T_Prodcut_Specification_Master.testtype from T_ResinBatchCard_Child + join T_Prodcut_Specification_Master on T_ResinBatchCard_Child.spec_id = T_Prodcut_Specification_Master.productspecmaster_id + where master_report_id = ?;'; + $res['childdata'] = $this->db->query($sql,array($rbcid))->result(); + $sid = ''; + //print_r($res['childdata']); + $index = 0; + $newArray = array(); + $allspecs = array('TEST'); + foreach($res['childdata'] as $c) + { + if($sid != $c->i_time) + { + $index++; + $newArray[$index] = array($c->i_time,$c->spec_value); + if($index == 1){ + array_push($allspecs,strtolower($c->testtype)); + } + } + else + { + array_push($newArray[$index],$c->spec_value); + if($index == 1){ + array_push($allspecs,strtolower($c->testtype)); + } + } + $sid = $c->i_time; + + + } + $res['childdata'] = $newArray; + //print_r($res['childdata']); + $res['allspec'] = $allspecs; + return $res; + } + + function getResinBatchCardTestMasterList() + { + $sql = 'Select resinbatch_id,productid,ip_products.product_name,ip_products.product_description,customerid,client_name,batchdate,igrno,igrlineno,operatedby,T_ResinBatchCard_Master.createdby,approvedby,document,ED.FirstName from T_ResinBatchCard_Master + join ip_products on T_ResinBatchCard_Master.productid=ip_products.product_id + join ip_clients on T_ResinBatchCard_Master.customerid=ip_clients.client_id + join tbl_users on T_ResinBatchCard_Master.createdby = tbl_users.userId + join T_Employee_Details ED on ED.EmpID = T_ResinBatchCard_Master.operatedby + join T_Employee_Details EmpDtl on EmpDtl.EmpID = tbl_users.EmpID'; + + $res = $this->db->query($sql); + return $res->result(); + } + + function saveTestReportData($testreportdata) + { + $this->db->insert('T_Test_Report',$testreportdata); + $row = $this->db->affected_rows(); + return $row; + } + + function saveTestReportAFSData($afstabledata) + { + $this->db->insert('T_Test_Report_AFS',$afstabledata); + $row = $this->db->affected_rows(); + return $row; + } + + function saveTestReportLOIData($loitabledata) + { + $this->db->insert('T_Test_Report_LOI',$loitabledata); + $row = $this->db->affected_rows(); + return $row; + } + + function getIndividualReportData($reportid) + { + + $this->db->select('T_Test_Report_Master.testreport_id,ip_invoices.invoice_date_created,T_Test_Report_Master.invoiceid,T_Test_Report_Master.batchdate,T_Test_Report_Master.chartdata,ip_clients.client_id,ip_clients.client_name,invoice_custom_fieldvalue,ip_products.product_id,ip_products.product_name,ip_products.product_description,T_Employee_Details.FirstName,T_Employee_Details.LastName,ip_invoice_items.item_quantity,T_Test_Report_Master.approvedby'); + $this->db->from('T_Test_Report_Master'); + $this->db->join('ip_invoices','T_Test_Report_Master.invoiceid=ip_invoices.invoice_number'); + $this->db->join('ip_clients','ip_invoices.client_id=ip_clients.client_id'); + $this->db->join('ip_invoice_items','ip_invoices.invoice_id=ip_invoice_items.invoice_id'); + $this->db->join('ip_products','ip_products.product_id=ip_invoice_items.item_product_id'); + $this->db->join('ip_invoice_custom','ip_invoices.invoice_id=ip_invoice_custom.invoice_id and invoice_custom_fieldid=62'); + $this->db->join('tbl_users','T_Test_Report_Master.createdby=tbl_users.userid'); + $this->db->join('T_Employee_Details','tbl_users.EmpID=T_Employee_Details.EmpID'); + //$this->db->join('T_Employee_Details','T_Test_Report_Master.EmpID=T_Employee_Details.EmpID'); + //$this->db->join('ip_invoice_custom','ip_invoices.invoice_number=ip_invoice_custom.invoice_number and invoice_custom_fieldid=62'); + $this->db->where('testreport_id',$reportid); + // $this->db->join('T_Test_Report','T_Test_Report_Master.testreport_id=T_Test_Report.testreport_id'); + // $this->db->join('T_Test_Report_loi','T_Test_Report_Master.testreport_id=T_Test_Report_loi.testreport_id'); + // $this->db->join('T_Test_Report_afs','T_Test_Report_Master.testreport_id=T_Test_Report_afs.testreport_id'); + + $res = $this->db->get(); + $reportdata['master'] = $res->result(); + + $this->db->select('T_Test_Report.*'); + $this->db->from('T_Test_Report'); + $this->db->where('testreport_id',$reportid); + $res1 = $this->db->get(); + $reportdata['masterreport'] = $res1->result(); + + $this->db->select('T_Test_Report_LOI.*'); + $this->db->from('T_Test_Report_LOI'); + $this->db->where('testreport_id',$reportid); + $res1 = $this->db->get(); + $reportdata['masterreportloi'] = $res1->result(); + + $this->db->select('T_Test_Report_AFS.*'); + $this->db->from('T_Test_Report_AFS'); + $this->db->where('testreport_id',$reportid); + $res1 = $this->db->get(); + $reportdata['masterreportafs'] = $res1->result(); + + $this->db->select('T_Company_Details.CompanyName,T_Company_Details.Address,T_Company_Details.ProfilePic'); + $this->db->from('T_Company_Details'); + //$this->db->where('testreport_id',$reportid); + $res1 = $this->db->get(); + $reportdata['company'] = $res1->result(); + + return $reportdata; + + } + + function getIndividualInwardReportData($reportid) + { + + $this->db->select('T_Test_Report_Master.chartdata,T_Test_Report_Master.batchdate,T_Test_Report_Master.testreport_id,T_IGR_Master.IGRNO,T_IGR_Master.DeliveryChellanOrInvoiceNo,T_IGR_Master.DeliveryChellanDate,T_IGR_Details.IGRItemNo,T_IGR_Details.QuantityAsPerInvoice,T_MaterialMaster.MaterialCode,T_MaterialMaster.Materialname,T_SupplierDetailsN.SupplierID,T_SupplierDetailsN.SupplierName,T_Test_Report_Master.approvedby,T_Employee_Details.EmpID,T_Employee_Details.FirstName,T_Employee_Details.LastName'); + $this->db->from('T_Test_Report_Master'); + $this->db->join('T_IGR_Master','T_Test_Report_Master.igrno=T_IGR_Master.IGRNO'); + $this->db->join('T_IGR_Details','T_Test_Report_Master.igrlineitemno=T_IGR_Details.IGRItemNo'); + $this->db->join('T_PurchaseOrder_Master','T_IGR_Master.PONO=T_PurchaseOrder_Master.PONO'); + $this->db->join('T_MaterialMaster','T_IGR_Details.MaterialCode=T_MaterialMaster.MaterialCode'); + $this->db->join('T_SupplierDetailsN','T_PurchaseOrder_Master.SupplierID=T_SupplierDetailsN.SupplierID'); + $this->db->join('tbl_users','T_Test_Report_Master.createdby=tbl_users.userid'); + $this->db->join('T_Employee_Details','tbl_users.EmpID=T_Employee_Details.EmpID'); + $this->db->where('T_Test_Report_Master.testreport_id',$reportid); + + + $res = $this->db->get(); + $reportdata['master'] = $res->result(); + + $this->db->select('T_Test_Report.*'); + $this->db->from('T_Test_Report'); + $this->db->where('testreport_id',$reportid); + $res1 = $this->db->get(); + $reportdata['masterreport'] = $res1->result(); + + $this->db->select('T_Test_Report_LOI.*'); + $this->db->from('T_Test_Report_LOI'); + $this->db->where('testreport_id',$reportid); + $res1 = $this->db->get(); + $reportdata['masterreportloi'] = $res1->result(); + + $this->db->select('T_Test_Report_AFS.*'); + $this->db->from('T_Test_Report_AFS'); + $this->db->where('testreport_id',$reportid); + $res1 = $this->db->get(); + $reportdata['masterreportafs'] = $res1->result(); + + $this->db->select('T_Company_Details.CompanyName,T_Company_Details.Address,T_Company_Details.ProfilePic'); + $this->db->from('T_Company_Details'); + //$this->db->where('testreport_id',$reportid); + $res1 = $this->db->get(); + $reportdata['company'] = $res1->result(); + + return $reportdata; + + } + + function getTestMasterforList() + { + $this->db->select('T_Test_Report_Master.testreport_id,T_Test_Report_Master.invoiceid,T_Test_Report_Master.batchdate,T_Test_Report_Master.document,ip_clients.client_id,ip_clients.client_name,ip_products.product_id,ip_products.product_name,ip_products.product_description'); + $this->db->from('T_Test_Report_Master'); + $this->db->join('ip_invoices','T_Test_Report_Master.invoiceid=ip_invoices.invoice_number'); + $this->db->join('ip_clients','ip_invoices.client_id=ip_clients.client_id'); + $this->db->join('ip_invoice_items','ip_invoices.invoice_id=ip_invoice_items.invoice_id'); + $this->db->join('ip_products','ip_products.product_id=ip_invoice_items.item_product_id'); + //$this->db->where('T_Test_Report_Master.invoiceid','!=0'); + $res = $this->db->get(); + return $res->result(); + } + + function getTestMasterforListInward() + { + // $this->db->select('T_Test_Report_Master.testreport_id,T_Test_Report_Master.igrno,T_Test_Report_Master.igrlineitemno,T_Test_Report_Master.batchdate,ip_clients.client_id,ip_clients.client_name,ip_products.product_id,ip_products.product_name,ip_products.product_description'); + // $this->db->from('T_Test_Report_Master'); + // $this->db->join('ip_invoices','T_Test_Report_Master.invoiceid=ip_invoices.invoice_number'); + // $this->db->join('ip_clients','ip_invoices.client_id=ip_clients.client_id'); + // $this->db->join('ip_invoice_items','ip_invoices.invoice_id=ip_invoice_items.invoice_id'); + // $this->db->join('ip_products','ip_products.product_id=ip_invoice_items.item_product_id'); + // $res = $this->db->get(); + // return $res->result(); + + $this->db->select('T_Test_Report_Master.batchdate,T_Test_Report_Master.testreport_id,T_IGR_Master.IGRNO,T_IGR_Master.DeliveryChellanOrInvoiceNo,T_IGR_Master.DeliveryChellanDate,T_IGR_Details.IGRItemNo,T_IGR_Details.QuantityAsPerInvoice,T_MaterialMaster.MaterialCode,T_MaterialMaster.Materialname,T_SupplierDetailsN.SupplierID,T_SupplierDetailsN.SupplierName,T_Test_Report_Master.approvedby,T_Test_Report_Master.document,T_Employee_Details.EmpID,T_Employee_Details.FirstName,T_Employee_Details.LastName'); + $this->db->from('T_Test_Report_Master'); + $this->db->join('T_IGR_Master','T_Test_Report_Master.igrno=T_IGR_Master.IGRNO'); + $this->db->join('T_IGR_Details','T_Test_Report_Master.igrlineitemno=T_IGR_Details.IGRItemNo'); + $this->db->join('T_PurchaseOrder_Master','T_IGR_Master.PONO=T_PurchaseOrder_Master.PONO'); + $this->db->join('T_MaterialMaster','T_IGR_Details.MaterialCode=T_MaterialMaster.MaterialCode'); + $this->db->join('T_SupplierDetailsN','T_PurchaseOrder_Master.SupplierID=T_SupplierDetailsN.SupplierID'); + $this->db->join('tbl_users','T_Test_Report_Master.createdby=tbl_users.userid'); + $this->db->join('T_Employee_Details','tbl_users.EmpID=T_Employee_Details.EmpID'); + $this->db->order_by('testreport_id','desc'); + $res = $this->db->get(); + return $res->result(); + } + + function getIGRNOforReport() + { + // $this->db->distinct(); + // $this->db->select('IGRNO'); + // $this->db->from('T_IGR_Details'); + // $this->db->join('T_MaterialMaster','T_IGR_Details.MaterialCode=T_MaterialMaster.MaterialCode'); + // $this->db->like('T_MaterialMaster.Category','raw material'); + + $sql = 'select distinct IGRNO from T_IGR_Details + join T_MaterialMaster on T_IGR_Details.MaterialCode = T_MaterialMaster.MaterialCode + where T_MaterialMaster.Category like "%Raw Material%"and date(T_IGR_Details.CreatedDate) + between date(SUBDATE(CURRENT_DATE,1)) and date(CURRENT_DATE) + order by IGRNO desc'; + $result = $this->db->query($sql); + return $result->result(); + } + + function getIGRLineItemNo($igrno) + { + // $this->db->select('IGRItemNo'); + // $this->db->from('T_IGR_Details'); + // $this->db->where('IGRNO',$igrno); + + $sql = 'select IGRItemNo from T_IGR_Details + join T_MaterialMaster on T_IGR_Details.MaterialCode = T_MaterialMaster.MaterialCode + where IGRNO = ? and T_MaterialMaster.Category like "%Raw Material%"'; + + $result = $this->db->query($sql,array($igrno)); + return $result->result(); + + + } + + function getIGRNOReport() + { + $this->db->select('igrno,igrlineitemno'); + $this->db->from('T_Test_Report_Master'); + $res['generated'] = ($this->db->get()->result()); + + // $this->db->select('IGRNO,IGRItemNo'); + // $this->db->from('T_IGR_Details'); + // $this->db->where('IGRNO NOT IN (SELECT IGRNO from T_Test_Report_Master)',NULL,false); + // $this->db->or_where('IGRItemNo NOT IN (SELECT IGRItemNo from T_Test_Report_Master)',NULL,false); + $sql= 'select distinct IGRNO,IGRItemNo from T_IGR_Details join T_MaterialMaster on T_IGR_Details.MaterialCode = T_MaterialMaster.MaterialCode + where (T_IGR_Details.IGRNO not in (select igrno from T_Test_Report_Master where igrno != "") + or T_IGR_Details.IGRItemNo not in (select igrlineitemno from T_Test_Report_Master where igrno != "") ) + and T_MaterialMaster.Category like "%Raw Material%" + order by T_IGR_Details.IGRNO DESC'; + $r = $this->db->query($sql); + $res['notgenerated'] = ($r->result()); + + return $res; + } + + function getIGRDataforReport($igrno,$igrlineitemno) + { + //echo $igrno.'-'.$igrlineitemno;die(); + // $this->db->select('T_IGR_Master.DeliveryChellanOrInvoiceNo,T_IGR_Master.DeliveryChellanDate,T_SupplierDetailsN.SupplierID,T_SupplierDetailsN.SupplierName,T_MaterialMaster.MaterialCode,T_MaterialMaster.MaterialName,T_IGR_Details.QuantityAsPerInvoice'); + // $this->db->from('T_IGR_Master'); + // $this->db->join('T_IGR_Details','T_IGR_Master.IGRNO=T_IGR_Details.IGRNO'); + // $this->db->join('T_MaterialMaster','T_IGR_Details.MaterialCode=T_MaterialMaster.MaterialCode'); + // $this->db->join('T_PurchaseOrder_Master','T_IGR_Master.PONO=T_PurchaseOrder_Master.PONO'); + // $this->db->join('T_SupplierDetailsN','T_PurchaseOrder_Master.SupplierID=T_SupplierDetailsN.SupplierID'); + + // $this->db->where('T_IGR_Details.IGRNO',$igrno); + // $this->db->where('T_IGR_Details.IGRItemNo',$igrlineitemno); + // $this->db->order_by('T_IGR_Master.IGRNO'); + // $res = $this->db->get(); + // return $res->result(); + + $sql = 'select T_IGR_Master.DeliveryChellanOrInvoiceNo, date_format(T_IGR_Master.DeliveryChellanDate,"%d-%m-%Y") as DeliveryChellanDate,T_SupplierDetailsN.SupplierID,T_SupplierDetailsN.SupplierName,T_MaterialMaster.MaterialCode, + T_MaterialMaster.MaterialName,T_IGR_Details.QuantityAsPerInvoice + from T_IGR_Master + join T_IGR_Details on T_IGR_Master.IGRNO=T_IGR_Details.IGRNO + join T_MaterialMaster on T_IGR_Details.MaterialCode=T_MaterialMaster.MaterialCode + join T_PurchaseOrder_Master on T_IGR_Master.PONO=T_PurchaseOrder_Master.PONO + join T_SupplierDetailsN on T_PurchaseOrder_Master.SupplierID=T_SupplierDetailsN.SupplierID + where T_IGR_Master.IGRNO = ? and T_IGR_Details.IGRItemNo = ?'; + $res = $this->db->query($sql,array($igrno,$igrlineitemno)); + return $res->result(); + } + + function getIGRNos() + { + $sql = 'select IGRNO from T_IGR_Master order by IGRNO desc'; + $res = $this->db->query($sql); + return $res->result(); + } + + function getMachineList() + { + $sql = 'select Machine_Code,Machine_Name from T_Machine_Master'; + $res = $this->db->query($sql); + return $res->result(); + } + + function getTRPBatchcardNos() + { + $sql = 'select dailyid from T_daily_batchcard_data'; + $res = $this->db->query($sql); + return $res->result(); + } + function getIGRItemNos() + { + $sql = 'select IGRItemNo from T_IGR_Details order by IGRItemNo desc'; + $res = $this->db->query($sql); + return $res->result(); + } +} +?> \ No newline at end of file diff --git a/application/models/models/rawmaterialdetails_model.php b/application/models/models/rawmaterialdetails_model.php new file mode 100644 index 00000000..d5ff54a8 --- /dev/null +++ b/application/models/models/rawmaterialdetails_model.php @@ -0,0 +1,350 @@ +db->select('*'); + $this->db->from('T_MaterialMaster'); + $this->db->where('IsActive',1 ); + $query = $this->db->get(); + $result = $query->result(); + return $result; + } + + function getUOM($UOM = '') + { + $ConfigID = 'C001'; + $this->db->select('ConfigValue'); + $this->db->from('T_ConfigDetails'); + $this->db->where('Config_id ',$ConfigID ); + if($UOM != '') + { + $this->db->where('ConfigValue !=',$UOM ); + } + $query = $this->db->get(); + + return $query->result(); + } + + function getmaterialType($MaterialType = '') + { + $Config_ID = 'C003'; + $this->db->select('Config_ID,ConfigValue'); + $this->db->from('T_ConfigDetails'); + $this->db->where('Config_id',$Config_ID ); + if($MaterialType != '') + { + $this->db->where('ConfigValue !=',$MaterialType ); + } + $query = $this->db->get(); + + return $query->result(); + } + + //This function used to get the material category using configdetails table + function getmaterialCategory($MaterialCategory = '') + { + $Config_ID = 'C023'; + $this->db->select('Config_ID,ConfigValue'); + $this->db->from('T_ConfigDetails'); + $this->db->where('Config_id',$Config_ID ); + if($MaterialCategory != '') + { + $this->db->where('ConfigValue !=',$MaterialCategory ); + } + $query = $this->db->get(); + + return $query->result(); + } + + //This function used to get the conversionfactor using configdetails table + function getConversionfactorUOM($ConversionFactorUOM ='') + { + $Config_ID = 'C024'; + $this->db->select('Config_ID,ConfigValue'); + $this->db->from('T_ConfigDetails'); + $this->db->where('Config_id',$Config_ID ); + if($ConversionFactorUOM != '') + { + $this->db->where('ConfigValue !=',$ConversionFactorUOM ); + } + $query = $this->db->get(); + + return $query->result(); + + } + + //AssetCode + /** + * This function used to get user information by id + * @param number $userId : This is user id + * @return array $result : This is user information + */ + + + function addNewRawMaterial($RawMaterial='') + { + + $this->db->insert('T_MaterialMaster', $RawMaterial); + return TRUE; + } + + function insertvalueintoconfig($config){ + + $this->db->insert('T_ConfigDetails', $config); + return TRUE; + } + + /** + * This function used to get user information by id + * @param number $userId : This is user id + * @return array $result : This is user information + */ + function getMaterialDetails($MaterialCode) + { + + + $sql=" SELECT * FROM T_MaterialMaster WHERE MaterialCode ='$MaterialCode'"; + $query = $this->db->query( $sql); + return $query->result(); + + + } + + + function getMaterialstock($MaterialCode, $currentdate) + + { + + $dt = date('d',strtotime($currentdate)); + $year = date('Y', strtotime($currentdate)); + $month = date('m', strtotime($currentdate)); + + if($month<04) + { + //echo "b4finance"; + $newyr = $year - 1; + $startdate = $newyr.'-'.'04'.'-'.'01'; + // print_r( $startdate);die(); + + //echo $startdate; + } + + else + { + //echo "after Finance"; + $startdate = $year.'-'.'04'.'-'.'01'; + // print_r( $startdate);die(); + // echo $startdate; + } + + $nedt= $dt+1; + + $newdate=$year.'-'.$month.'-'.$nedt; + + + $subquery="SELECT SUM(IF(Transaction_type='Add',Quantity,0)) - SUM(IF(Transaction_type='Reduce',Quantity,0))as remainingqty +FROM T_Material_stock_history +WHERE MaterialCode=? AND CreatedOn >=? AND CreatedOn <=? "; + $query = $this->db->query($subquery,array($MaterialCode,$startdate,$newdate)); + + // print_r($this->db->last_query());die(); + + return $query->result_array(); + + + } + + + + function getAssetcode() + { + $this->db->select('AssetCode,AssetName'); + $this->db->from('T_Asset_Details'); + //$this->db->where('Assetcode',$Assetcode ); + //$this->db->where('AssetCode',$Assetcode ); + $query = $this->db->get(); + return $query->result(); + } + + + function getCostCenterCode()//$CostCenterCode='') + { + $this->db->select('CostCenterCode,CostCenterName'); + $this->db->from('T_CostCenter_Master'); + //$this->db->where('CostCenterCode', $CostCenterCode); + $query = $this->db->get(); + return $query->result(); + } + + + function editRawmaterial($RawMaterial, $MaterialCode) + { + + $this->db->where('MaterialCode', $MaterialCode); + $this->db->update('T_MaterialMaster', $RawMaterial); + + return TRUE; + } + + + function viewrawmaterial($RawMaterial, $MaterialCode) + { + echo $MaterialCode; //."and".$RawMaterial ; + + $this->db->where('MaterialCode', $MaterialCode); + $this->db->update('T_MaterialMaster', $RawMaterial); + + return TRUE; + } + + function export_excel(){ + + $this->db->select('det.*,emp.firstname,emp1.firstname as Updated_By,det.IsActive'); + $this->db->join('tbl_users as tbl',' det.createdby = tbl.userid','left'); + $this->db->join('T_Employee_Details as emp', 'emp.empid=tbl.empid','left'); + $this->db->join('tbl_users as tbl1',' det.UpdatedBy = tbl1.userid','left'); + $this->db->join('T_Employee_Details as emp1', 'emp1.empid=tbl1.empid','left'); + return $this->db->get('T_MaterialMaster as det')->result_array(); + } + + /** + * This function is used to delete the user information + * @param number $userId : This is user id + * @return boolean $result : TRUE / FALSE*/ + + // function deletePO($PO, $POinfo) + // { + // $this->db->where('PO', $PO); + // $this->db->update('T_PurchaseOrderDetails', $POInfo); + // return $this->db->affected_rows(); + // } + function checkMaterialExists($material) + { + // $sql="SELECT MaterialCode, MaterialName, MaterialType, Category,REPLACE(MaterialName, ' ', '') + // FROM T_MaterialMaster + // WHERE REPLACE(MaterialName, ' ', '') LIKE REPLACE('%'".$material."'%', ' ', '')"; + + $this->db->select('MaterialCode,MaterialName,MaterialType,Category'); + $this->db->from('T_MaterialMaster'); + $this->db->like('REPLACE(MaterialName, " ", "")',$material); + + $query = $this->db->get(); + //print_r($query->result()); + return $query->result(); + + } + function checkMaterialCategory($mc){ + + // $this->db->select('ConfigValue'); + // $this->db->from('T_ConfigDetails'); + // $this->db->where(Config_ID,'C023'); + // $this->db->like('ConfigValue',$mc); + // $query = $this->db->get(); + // //print_r($query->result()); + // return $query->result(); + + // //return $this->db->get('T_MaterialMaster'); + // } + $temp[] = '' ; + // echo $materialcategory; + $this->db->distinct(); + $this->db->select('ConfigValue'); + $this->db->from('T_ConfigDetails'); + $this->db->where('Config_ID','C023'); + $this->db->like('ConfigValue',$mc); + $query = $this->db->get(); + //print_r($query->result());die; + $temparr[] = '' ; + foreach($query->result() as $arr){ + $temparr[] = $arr->ConfigValue ; + } + $temp['suggestions'] = $temparr; + //print_r($temp); + + return $temp; + } + + + + function reOrderListing() + { + + //$subQuery='SELECT * from T_MaterialMaster where Current_stock < reorder?'; + + + $today= date("Y-m-d"); + + $today_month = date('F', strtotime($today)); + + $today_year = date('Y', strtotime($today)); + + $pre_year = $today_year -1; + + $Fin_year =''; + + if($today_month <=3) + { + $Fin_year = '01-04-'.$pre_year; + } + + else + { + $Fin_year = '01-04-'.$today_year; + } + + + $subQuery ="SELECT DISTINCT(p.MaterialCode),mm.MaterialName,opens.CurrentStock,OpeningStock,mm.reorder +FROM T_Material_stock_history AS p + +left join T_MaterialMaster mm on mm.MaterialCode = p.MaterialCode + +left join +(select StockId,pp.MaterialCode mc, +SUM((IF(pp.Transaction_type='Add',Quantity,0))-(IF(pp.Transaction_type='Reduce',Quantity,0))) +AS CurrentStock, + +SUM( + CASE WHEN date(stockdate) > '".$Fin_year."' + THEN stock + ELSE 0 + END + ) as OpeningStock + +FROM T_Material_stock_history AS pp +left join T_MaterialMaster mm on mm.MaterialCode = pp.MaterialCode +GROUP BY pp.MaterialCode +) as opens on opens.mc = p.MaterialCode + + +where (CurrentStock+OpeningStock)db->query($subQuery,array()); + //print_r($this->db->last_query()); + + return $query->result(); + } + + + function getMaterialAvg($RawMaterialID) + { + $subQuery='select AVG(Rate) as avg_rate from T_PurchaseOrder_LineItem + join T_PurchaseOrder_Master on T_PurchaseOrder_Master.PONO=T_PurchaseOrder_LineItem.PONO + where MaterialCode = ?'; + + $query = $this->db->query($subQuery,array($RawMaterialID)); + //print_r($this->db->last_query()); + return $query->result_array(); + } + +} +?> \ No newline at end of file diff --git a/application/models/models/requistion_model.php b/application/models/models/requistion_model.php new file mode 100644 index 00000000..a290c9e8 --- /dev/null +++ b/application/models/models/requistion_model.php @@ -0,0 +1,540 @@ +db->select('SupplierID, SupplierName,ADeleteRequistionLineItemddress'); + $this->db->from('T_SupplierDetailsN'); + //$this->db->where('roleId !=', 1); + $query = $this->db->get(); + + return $query->result(); + } + /** + * This function is used to get the userId information + * @return array $result : This is result of the query + */ + function getusers() + { + $this->db->select('userId, name'); + $this->db->from('tbl_users'); + //$this->db->where('roleId !=', 1); + $query = $this->db->get(); + + return $query->result(); + } + /* This function is used to getEditRequistItemList view the information + * @return array $result : This is result of the query + */ + function getEditRequistItemList($ReqNo) + { + + $result = $this->db->query("CALL P_GET_REQUISTITEMLIST('".$ReqNo."')"); + + + //echo 'REQUISTITEMLIST Line item view successfully'; + + + + $result ->next_result(); + + if($result->num_rows > 0) + { + + return $result->result(); + } + + + /* $subQuery ='select distinct Req.ReqNo, Req.MaterialCode,Mat.MaterialName,Mat.UOM, Req.Quantity, +ifnull(Po.Quantity,0) as POQTY,sta.StatusName + from T_Requestion_Details Req join T_MaterialMaster Mat on + Req.MaterialCode = Mat.MaterialCode + left join T_PurchaseOrder_LineItem Po on Po.ReqNo = Req.ReqNo + left join T_PurchaseOrder_Master POmast on POmast.PONO=Po.PONO + and Po.MaterialCode = Req.MaterialCode + join T_Status sta on sta.StatusCode = Req.Status + where Req.ReqNo = ? and POmast.Status != ?'; + + $query = $this->db->query($subQuery, array($ReqNo,PO_AMENDED)); + + // print_r($this->db->last_query()); + return $query->result(); */ + + } + + /** + * This function is used to get the userId information + * @return array $result : This is result of the query + */ + function getStatus() + { + $this->db->select('StatusCode,StatusName '); + $this->db->from('T_Status'); + $this->db->where('StatusType', REQUISTSTATUS); + $this->db->where('StatusCode !=', REQ_DRAFT); + $query = $this->db->get(); + + return $query->result(); + } + /* This function is used to get the Raw Material information + * @return array $result : This is result of the query + */ + function getRequistionList($ReqNo,$IsArray='') + { + + $result = $this->db-> query("CALL P_GET_AllREQUISTION('".$ReqNo."')") or die(mysql_error()); + + { + //echo 'PO Line item Inserted successfully'; + if($IsArray != '') + { + + return $result->result_array(); + } + else + { + return $result->result(); + } + } + + + } + + /** + * This function is used to get Employee details based on Employee ID Selection + * @return array $result : This is result of the query + */ + function GetEmployeeDetails($EmpID) + { + + $this->db->select(' EMP.EmpID,EMP.Designation,DEPT.DEPCode,DEPT.DepartmentName'); + $this->db->from('T_Employee_Details EMP'); + $this->db->join('T_DepartmentDetails DEPT', 'EMP.Departmentcode = DEPT.DEPCode'); + $this->db->where('EMP.EmpID ',$EmpID ); + $query = $this->db->get(); + + return $query->result_array(); + } + + /** + * This function is used to get the Cost Center details for the Login user department + * @return array $result : This is result of the query + */ + function GetCostCenterByDept($DeptId) + { + + $this->db->select('Mast.CostCenterCode,Mast.CostCenterName'); + $this->db->from('T_CostCenter_Master Mast '); + $this->db->join('T_CostCenter_Departments COST', 'COST.CostCenterCode = Mast.CostCenterCode'); + $this->db->where('COST.DEPCode ',$DeptId ); + $query = $this->db->get(); + // print_r( $this->db->last_query()); + return $query->result_array(); + } + /** + * This function is used to get the Available BudgetAmount for the Cost center + * @return array $result : This is result of the query + */ + function GetAvailableBudgetAmount($CostCode,$Year,$BudgetType) + { + $this->db->select('BudgetAmount'); + $this->db->from('T_CostCenter_Budget'); + $this->db->where('CostCenterCode',$CostCode ); + $this->db->where('BudgetYear',$Year ); + $this->db->where('BudgetType',$BudgetType ); + $query = $this->db->get(); + + return $query->result_array(); + } + + function EditMaterialCode($ReqNo,$ReqType) + { + $subQuery ='SELECT Mat.MaterialCode,Mat.MaterialName,Mat.UOM + from T_MaterialMaster Mat where Mat.MaterialCode not in (select Req.MaterialCode from T_Requestion_Details Req + join T_Requestion_Master mast on Req.ReqNo = mast.ReqNo where mast.ReqNo=? and mast.ReqType=? + ) and Mat.MaterialType=?'; + + $query = $this->db->query($subQuery, array($ReqNo,$ReqType,$ReqType)); + + + return $query->result(); + + } + + + /** + * This function is used to get the Material details for the Request type + * @return array $result : This is result of the query + */ + function GetMaterialCode($ReqType,$NotArray='') + { + $this->db->select('MaterialCode, MaterialName,UOM'); + $this->db->from('T_MaterialMaster'); + $this->db->where('IsActive',1); + //$this->db->where('MaterialType',$ReqType ); + + $query = $this->db->get(); + if($NotArray == '') + { + return $query->result_array(); + } + else + { + return $query->result(); + } + } + /** + * This function is used to get the Raw Material information + * @return array $result : This is result of the query + */ + function getRawMaterialList($MaterialCode) + { + $this->db->select('MaterialName,UOM'); + $this->db->from('T_MaterialMaster'); + $this->db->where('MaterialCode',$MaterialCode ); + $query = $this->db->get(); + + return $query->result_array(); + } + + /** + * This function is used to get the Config value from configuration table + * @return array $result : This is result of the query + */ + function getConfigValue($ConfigID ,$ConfigValue = '') + { + + $this->db->select('ConfigValue'); + $this->db->from('T_ConfigDetails'); + $this->db->where('Config_id ',$ConfigID ); + if($ConfigValue != '') + { + $this->db->where('ConfigValue != ',$ConfigValue ); + } + $query = $this->db->get(); + + return $query->result(); + } + + + /** + * This function is used to get the All employees + * @return array $result : This is result of the query + */ + function getAllEmployees() + { + $this->db->select('EmpID,FirstName,LastName'); + $this->db->from('T_Employee_Details'); + $query = $this->db->get(); + + return $query->result(); + } + + /** + * This function is used to get the Employee Details + * @return array $result : This is result of the query + */ + function getEmpIdByUserID($UserID) + { + $subQuery ='SELECT EMP.EmpID,EMP.FirstName,EMP.Designation,DEPT.DEPCode,DEPT.DepartmentName + FROM T_Employee_Details EMP JOIN T_DepartmentDetails DEPT ON + EMP.Departmentcode = DEPT.DEPCode + WHERE EMP.EmpID=(select EmpID from tbl_users where userId=?)'; + + $query = $this->db->query($subQuery, array($UserID)); + + + return $query->result(); + } + + /** + * This function is used to get the CostCenter for the Selected Employee + * @return array $result : This is result of the query + */ + function getCostCenterUserID($UserID) + { + $subQuery ='SELECT Mast.CostCenterCode,Mast.CostCenterName from T_CostCenter_Master Mast + LEFT JOIN T_CostCenter_Departments COST ON COST.CostCenterCode = Mast.CostCenterCode + WHERE COST.DEPCode=(select Departmentcode from T_Employee_Details where EmpID = (select EmpID from tbl_users where userId=?))'; + + $query = $this->db->query($subQuery, array($UserID)); + //print_r($this->db->last_query()); + return $query->result(); + } + + /** + * This function is used to get the Purchase order Type + * @return array $result : This is result of the query + */ + function CheckDraftStatus($UserID) + { + + $subQuery = 'select count(ReqNo) as cnt,ReqNo from T_Requestion_Master where + Requestedby= ( select EmpID from tbl_users where userId=?) and status=?'; + + $query = $this->db->query($subQuery, array($UserID,REQ_DRAFT)); + + return $query->result(); + } + /** + * This function is used to get the Requsition List for the login user + * @return array $result : This is result of the query + */ + function getRequistDetails($ReqID,$NoArray='') + { + + $subQuery = 'select distinct ReqNo,ReqType,Status,Requestedby,DATE_FORMAT(mast.CreatedDate, "%d-%m-%Y") as CreatedDate,Schedule_Type,NumberOfService,Service_Period ,emp.FirstName,emp.EmpID,emp.Designation, Dept.DEPCode,Dept.DepartmentName,DATE_FORMAT(mast.ReqDate, "%d-%m-%Y") as ReqDate,mast.CostCenterCode,Cost.CostCenterName + from T_Requestion_Master mast + left join T_CostCenter_Master Cost on Cost.CostCenterCode = mast.CostCenterCode + join T_Employee_Details emp on mast.Requestedby = emp.EmpID + join T_DepartmentDetails Dept on emp.Departmentcode = Dept.DEPCode + + where ReqNo=?'; + + $query = $this->db->query($subQuery, array($ReqID)); + // print_r($this->db->last_query()); + if($NoArray == '') + { + return $query->result_array(); + } + else + { + return $query->result(); + } + } + /** + * This function is used to get the Requsition List for the login user + * @return array $result : This is result of the query + */ + function getRequistListUserID($UserID) + { + + $subQuery = 'select ReqNo, ReqType ,Status,CreatedDate ,StatusName from T_Requestion_Master mast + join T_Status st on st.StatusCode= mast.Status where + Requestedby = ( select EmpID from tbl_users where userId=?) and Status != ? '; + + $query = $this->db->query($subQuery, array($UserID,REQ_DELETED)); + + return $query->result(); + } + /** + * This function is used to get the Requsition List for the login user + * @return array $result : This is result of the query + */ + function getRequistItemList($ReqID,$NoArray='') + { + + /* $subQuery = 'select distinct Req.ReqNo, Mat.MaterialCode,Mat.MaterialName,Mat.UOM, Req.Quantity,sum(Po.Quantity) as POQTY,sta.StatusName from T_MaterialMaster Mat + left join T_Requestion_Details Req on Req.MaterialCode = Mat.MaterialCode + left join T_PurchaseOrder_LineItem Po on Po.ReqNo = Req.ReqNo and Po.MaterialCode = Req.MaterialCode + left join T_Status sta on sta.StatusCode = Req.Status where Req.ReqNo=? group by Po.ReqNo,Req.MaterialCode'; + + + $query = $this->db->query($subQuery, array($ReqID)); */ + $result = $this->db-> query("CALL P_GET_REQUISTITEMLIST('".$ReqID."')") or die(mysql_error()); + $result ->next_result(); + + if($result->num_rows > 0) + { + if($NoArray == '') + { + return $result->result_array(); + } + else + { + return $result->result(); + } + } + } + + /** + * This function is used to add the Requistion into the Database + * @return array $result : This is result of the query + */ + function addRequistion($Requistion) + { + $this->db->trans_start(); + $this->db->insert('T_Requestion_Master', $Requistion); + $insert_id = $this->db->affected_rows(); + $this->db->trans_complete(); + + if($insert_id>0) + { + $subQuery = 'select max(ReqNo) as ReqNo from T_Requestion_Master'; + + $query = $this->db->query($subQuery); + + return $query->result_array(); + } + + } + /** + * This function is used to check the Request is in Draft status + * @return array $result : This is result of the query + */ + function RequistionIsExists($ReqBy) + { + $this->db->select('ReqNo'); + $this->db->from('T_Requestion_Master'); + $this->db->where('Status ',REQ_DRAFT ); + $this->db->where('Requestedby ',$ReqBy ); + $query = $this->db->get(); + + if ($query->num_rows > 0) { + //echo $result->num_rows; + return $query->result_array(); + } + } + /** + * This function is used to check the Request Line Item is in Draft status + * @return array $result : This is result of the query + */ + function LineItemIsExists($ReqNo,$MaterialCode) + { + $this->db->select('ReqNo'); + $this->db->from('T_Requestion_Details'); + $this->db->where('ReqNo ',$ReqNo ); + $this->db->where('MaterialCode ',$MaterialCode ); + $query = $this->db->get(); + + if ($query->num_rows > 0) { + //echo $result->num_rows; + return $query->result_array(); + } + } + /** + * This function is used to add the Line item details to the Database + * @return array $result : This is result of the query + */ + function addRequistionDetails($Requistion,$RegNo='') + { + $this->db->trans_start(); + $this->db->insert('T_Requestion_Details', $Requistion); + $insert_id = $this->db->affected_rows(); + $this->db->trans_complete(); + $subQuery = 'select max(ItemNo) as ItemNo from T_Requestion_Details where ReqNo=?'; + + $query = $this->db->query($subQuery,array($RegNo)); + + + return $query->result_array(); + + } + + function getItemNumber($ReqNo,$MaterialCode) + { + $subQuery = 'select ItemNo from T_Requestion_Details where ReqNo=? and MaterialCode=?'; + + $query = $this->db->query($subQuery,array($ReqNo,$MaterialCode)); + + return $query->result_array(); + } + /** + * This function is used to delete the Line item from details into Database + * @return array $result : This is result of the query + */ + function DeleteRequistionLineItem( $ReqNo,$MaterialCode) + { + $this->db->where('ReqNo', $ReqNo); + $this->db->where('MaterialCode', $MaterialCode); + $this->db->delete('T_Requestion_Details'); + + return TRUE; + } + + /** + * This function is used to update the details into Database + * @return array $result : This is result of the query + */ + function UpdateRequistionLineItem($Requist, $ReqNo,$MaterialCode) + { + $this->db->where('ReqNo', $ReqNo); + $this->db->where('MaterialCode', $MaterialCode); + $this->db->update('T_Requestion_Details',$Requist); + + return TRUE; + } + + + + + + function UpdateAvlQty($BalanceQuantity,$MaterialCode) + { + $this->db->where('MaterialCode',$MaterialCode); + $this->db->update('T_Store_Stockdetails',$BalanceQuantity); + return TRUE; + } + + /** + * This function is used to update the details into Database + * @return array $result : This is result of the query + */ + function UpdateRequistion($Requistion, $ReqNo) + { + $this->db->where('ReqNo', $ReqNo); + $this->db->update('T_Requestion_Master', $Requistion); + + return TRUE; + } + + + + /** + * This function is used to get the List of Requist details to the approver + * @return array $result : This is result of the query + */ + function getApproverRequistList($UserID,$Status = '',$FromDate='' ,$ToDate='') + { + // echo 'UserId: '.$UserID . 'From: '.$FromDate .'TO: '. $ToDate. 'Status: '. $Status; + + $subQuery = 'select distinct ReqNo,Status,mast.CreatedDate,Requestedby,emp.FirstName,mast.Comments,st.StatusName + from T_Requestion_Master mast join T_Employee_Details emp on mast.Requestedby = emp.EmpID + join T_DepartmentDetails Dept on emp.Departmentcode = Dept.DEPCode + join T_Status st on st.StatusCode = mast.Status + where status not in(?,?,?) and emp.Departmentcode in (select DEPCode from T_DepartmentDetails where HeadDept= + (select HeadDept from T_DepartmentDetails where DEPCode = (select Departmentcode from T_Employee_Details where + EmpID=(select EmpID from tbl_users where userId=?))))'; + $subQuery1 = $subQuery; + $query =''; + + if($FromDate != '' && $ToDate != '' && $Status !='' ) + { + + $Where = 'and mast.CreatedDate >= ? and mast.CreatedDate <= ? and Status=?'; + $subQuery1 .= $Where; + $query = $this->db->query($subQuery1, array(REQ_DRAFT,REQ_DELETED,REQ_REJECTED,$UserID,$FromDate,$ToDate,$Status)); + } + else if($FromDate != '' && $ToDate != '' && $Status =='') + { + $Where = 'and mast.CreatedDate >= ? and mast.CreatedDate <= ? '; + $subQuery1 .= $Where; + $query = $this->db->query($subQuery1, array(REQ_DRAFT,REQ_DELETED,REQ_REJECTED,$UserID,$FromDate,$ToDate)); + } + else if($Status != '' && $FromDate == '' && $ToDate == '') + { + $Where = 'and Status = ?'; + $subQuery1 .= $Where; + $query = $this->db->query($subQuery1, array(REQ_DRAFT,REQ_DELETED,REQ_REJECTED,$UserID,$Status)); + } + + else + { + $query = $this->db->query($subQuery, array(REQ_DRAFT,REQ_DELETED,REQ_REJECTED,$UserID)); + } + + //print_r($this->db->last_query()); + return $query->result(); + } + + + +} + + \ No newline at end of file diff --git a/application/models/models/store_model.php b/application/models/models/store_model.php new file mode 100644 index 00000000..a45b09bb --- /dev/null +++ b/application/models/models/store_model.php @@ -0,0 +1,81 @@ +db->select('st.*,st.Remarks as storeremarks,MM.*'); + $this->db->from('T_Store_Stockdetails st '); + $this->db->join('T_MaterialMaster MM','st.MaterialCode=MM.MaterialCode'); + + + $query = $this->db->get(); + //print_r($this->db->last_query()); + + $result = $query->result(); + return $result; + } + + // function viewStock() + // { + // $this->db->distinct(); + // $this->db->select('st.*,st.Remarks as storeremarks,MM.*,RDet.DeliveredQuantity'); + // $this->db->from('T_Store_Stockdetails st '); + // $this->db->join('T_MaterialMaster MM','st.MaterialCode=MM.MaterialCode'); + // $this->db->join('T_Requestion_Details RDet','st.MaterialCode=RDet.MaterialCode and MM.MaterialCode=RDet.MaterialCode'); + + // $query = $this->db->get(); + + // $result = $query->result(); + // //print_r($this->db->last_query()); + // return $result; + // } + function GetAllMaterialList() + { + + $subQuery = 'select MM.* from T_MaterialMaster MM where MaterialCode not in(select MaterialCode from T_Store_Stockdetails)'; + $query = $this->db->query($subQuery); + return $query->result(); + } + function GetConfigValue($ConfigID) + { + $this->db->select('ConfigValue'); + $this->db->from('T_ConfigDetails'); + $this->db->where('Config_ID',$ConfigID); + $query = $this->db->get(); + + $result = $query->result(); + return $result; + } + function addStock($StockDetails) + { + + $this->db->trans_start(); + $this->db->insert('T_Store_Stockdetails', $StockDetails); + $insert_id = $this->db->affected_rows(); + $this->db->trans_complete(); + } + + function UpdateStock($StockDetails,$MaterialCode) + { + $this->db->where('MaterialCode',$MaterialCode); + $this->db->update('T_Store_Stockdetails',$StockDetails); + + } + + function GetStockHisory($MaterialCode) + { + $this->db->select('Quantity,ActualQuantity,Remarks,updatedOn'); + $this->db->from('T_Store_Stockdetails_History'); + $this->db->where('MaterialCode',$MaterialCode); + $query = $this->db->get(); + + $result = $query; + return $result->result_array(); + } + +} + + \ No newline at end of file diff --git a/application/models/models/storerequistion_model.php b/application/models/models/storerequistion_model.php new file mode 100644 index 00000000..5341bdb2 --- /dev/null +++ b/application/models/models/storerequistion_model.php @@ -0,0 +1,507 @@ +db->select ('ED.FirstName,CM.CostCenterCode,CM.CostCenterName,CB.BudgetAmount,CB.BudgetType'); + $this->db-> from(' T_CostCenter_Master CM'); + $this->db->join ('T_CostCenter_Departments CD ',' CD.CostCenterCode = CM.CostCenterCode'); + $this->db->join ('T_CostCenter_Budget CB ',' CB.CostCenterCode = CM.CostCenterCode'); + $this->db->join ('T_Employee_Details ED ','ED.Departmentcode = CD.DEPCode'); + $this->db->join ('tbl_users TU ',' TU.EmpID = ED.EmpID '); + $this->db->where('TU.userId ',$userId); + //$this->db->where('CB.BudgetType','SERVICE'); + + $query = $this->db->get(); + $result = $query->result(); + //print_r( $result ); + + return $result; + + } + + + function getRawMaterialList($MaterialCode='') + { + $this->db->select('MaterialName,UOM,MaterialCode'); + $this->db->from('T_MaterialMaster'); + //$this->db->where('MaterialCode',$MaterialCode ); + $query = $this->db->get(); + $result = $query->result(); + // print_r($result); + return $result; + } + +/** + * This function is used to add the Raise store Requestion into the Database + * @return array $result : This is result of the query + */ + function addRequistion($ReqDate='') + { + + $this->db->trans_start(); + $this->db->insert('T_Store_Requestion_Master', $ReqDate); + $insert_id = $this->db->affected_rows(); + $this->db->trans_complete(); + if($insert_id>0) + { + $subQuery = 'select max(StoreReqNo) as StoreReqNo from T_Store_Requestion_Master'; + + $query = $this->db->query($subQuery); + + return $query->result_array(); + } + + //return $insert_id; + + } + + /** + * This function is used to update the details into Database + * @return array $result : This is result of the query + */ + function UpdateRequistion($StoreReqNo,$Request) + { + $this->db->where('StoreReqNo',$StoreReqNo); + $this->db->update('T_Store_Requestion_Master',$Request); + return TRUE; + } + + function getRequistionList() + { + $this->db->select('Sm.StoreReqNo, Emp.FirstName as Requestedby,Sm.ReqDate,Sm.Status,Sm.Comments as Remarks,St.StatusName,Dept.DepartmentName '); + $this->db->from ('T_Store_Requestion_Master Sm'); + $this->db->join('tbl_users user','Sm.CreatedBy = user.userId '); + $this->db->join('T_Employee_Details Emp','Emp.EmpID= user.EmpID'); + $this->db->join('T_DepartmentDetails Dept','Dept.DEPCode = Sm.DepartmentCode'); + $this->db->join('T_Status St','St.StatusCode = Sm.Status'); + $this->db->where('Sm.Status ',STORE_APPROVAL); + $this->db->or_where('Sm.Status ',STORE_PARTIALLYISSUSED); + + $query = $this->db->get(); + $result = $query->result(); + + // print_r($this->db->last_query()); + //print_r($result); + return $result; + + } + +/*this function used to Add Store Requistion*/ + function addstoreRequistion($Request) + { + //print_r($Request); + //die(); + $this->db->trans_start(); + $this->db->insert('T_Store_Requestion_Details',$Request); + $insert_id = $this->db->affected_rows(); + $this->db->trans_complete(); + if($insert_id>0) + { + $subQuery = 'select max(StoreReqLineItemNo) as StoreReqLineItemNo from T_Store_Requestion_Details'; + + $query = $this->db->query($subQuery); + + return $query->result_array(); + } + + + } + +/*this function used to Update Store Requistion*/ + function upstoreRequistion($Request) + { + //print_r($Request); + $this->db->trans_start(); + $this->db->update('T_Store_Requestion_Details',$Request); + $insert_id = $this->db->affected_rows(); + $this->db->trans_complete(); + if($insert_id>0) + { + $subQuery = 'select max(StoreReqLineItemNo) as StoreReqLineItemNo from T_Store_Requestion_Details'; + + $query = $this->db->query($subQuery); + + return $query->result_array(); + } + /** + * This function is used to check the Request Line Item is in Draft status + * @return array $result : This is result of the query + */ + function LineItemIsExists($StoreReqNo,$MaterialCode) + { + $this->db->select('StoreReqNo'); + $this->db->from('T_Store_Requestion_Details'); + $this->db->where('StoreReqNo ',$StoreReqNo ); + $this->db->where('MaterialCode ',$MaterialCode ); + $query = $this->db->get(); + + if ($query->num_rows > 0) { + //echo $result->num_rows; + return $query->result_array(); + } + } + + } + + + + + + + /** + * This function is used to add the Line item details to the Database + * @return array $result : This is result of the query + */ + function addRequistionDetails($StoreReqLineItemNo) + { + //echo "nsmdnsjkkjasdf"; die(); + $this->db->trans_start(); + $this->db->insert('T_Store_Requestion_Details', $StoreReqLineItemNo + ); + $insert_id = $this->db->affected_rows(); + $this->db->trans_complete(); + //print_r($this->db->last_query()); + return $insert_id; + + } + + /** + * This function is used to update the Line item details to the Database + * @return array $result : This is result of the query + */ + function upRequistionDetails($StoreReqLineItemNo) + { + //echo "nsmdnsjkkjasdf"; die(); + $this->db->trans_start(); + $this->db->update('T_Store_Requestion_Details', $StoreReqLineItemNo + ); + $insert_id = $this->db->affected_rows(); + $this->db->trans_complete(); + //print_r($this->db->last_query()); + return $insert_id; + + } + + + + /** + * This function is used to check the Request Line Item is in Draft status + * @return array $result : This is result of the query + */ + function LineItemIsExists($StoreReqNo,$MaterialCode) + { + $this->db->select('StoreReqNo'); + $this->db->from('T_Store_Requestion_Details'); + $this->db->where('StoreReqNo ',$StoreReqNo ); + $this->db->where('MaterialCode ',$MaterialCode ); + $query = $this->db->get(); + + if ($query->num_rows > 0) { + //echo $result->num_rows; + return $query->result_array(); + } + } + + /** + * This function is used to update the details into Database + * @return array $result : This is result of the query + */ + function UpdateRequistionLineItem($Request,$StoreReqNo,$MaterialCode) + { + $this->db->where('StoreReqNo', $StoreReqNo); + $this->db->where('MaterialCode', $MaterialCode); + $this->db->update('T_Store_Requestion_Details',($Request)); + + return TRUE; + } + /** + * This function is used to delete the Line item from details into Database + * @return array $result : This is result of the query + */ + function DeleteRequistionLineItem( $StoreReqNo,$MaterialCode) + { + $this->db->where('StoreReqNo', $StoreReqNo); + $this->db->where('MaterialCode', $MaterialCode); + $this->db->delete('T_Store_Requestion_Details'); + + return TRUE; + } + + + + /** + * This function is used to get the userId information + * @return array $result : This is result of the query + */ + function getStatus() + { + $this->db->select('StatusCode,StatusName '); + $this->db->from('T_Status'); + $this->db->where('Remarks', 'STORE REQUISTION STATUS'); + //$this->db->where('StatusCode!=', REQ_DRAFT); + $query = $this->db->get(); + // print_r($query); + return $query->result(); + } + + + function editstorerequistions($StoreReqNo) + { + + $this->db->select('Sr.StoreReqNo,Sr.MaterialCode,Sr.QuantityRequired,Sr.Status,Sr.Remarks,Mm.MaterialName,Mm.UOM,Sr.QuantityIssued,STM.Status '); + $this->db->from('T_Store_Requestion_Details Sr'); + $this->db->join('T_MaterialMaster Mm' ,' Mm.MaterialCode = Sr.MaterialCode'); + $this->db->join('T_Store_Requestion_Master STM' ,' STM.StoreReqNo = Sr.StoreReqNo'); + $this->db->where('Sr.StoreReqNo',$StoreReqNo); + $query = $this->db->get(); + return $query->result(); + } + + + /** + * This function is used to check the Request is in Draft status + * @return array $result : This is result of the query + */ + function RequistionIsExists($ReqDate) + { + $this->db->select('StoreReqNo'); + $this->db->from('T_Store_Requestion_Master'); + //$this->db->where('Status ',REQ_DRAFT ); + $this->db->where('ReqDate',$ReqDate ); + $query = $this->db->get(); + + if ($query->num_rows > 0) { + //echo $result->num_rows; + return $query->result_array(); + } + } + /** + * This function is used to check the Request is in Draft status + * @return array $result : This is result of the query + */ + function Storerequisition($MaterialCode) + { + $this->db->select('StoreReqNo'); + $this->db->from('T_Store_Requestion_Details'); + //$this->db->where('Status ',REQ_DRAFT ); + $this->db->where('MaterialCode',$MaterialCode); + $query = $this->db->get(); + + if ($query->num_rows > 0) { + //echo $result->num_rows; + return $query->result_array(); + } + } + + /** COMPLETED + * This function is used to get the List of Store Requist details to the approver + * @return array $result : This is result of the query + */ + function getApproverRequistList($UserID) + { + // echo 'UserId: '.$UserID . 'From: '.$FromDate .'TO: '. $ToDate. 'Status: '. $Status; + + + $subQuery = ' select distinct Str.StoreReqNo,Str.Requestedby,Str.ReqDate,Str.Status,Str.CreatedDate,Str.Comments,St.StatusName,Emp1.FirstName + from T_Store_Requestion_Master Str + join T_Status St on St.StatusCode = Str.Status + join T_Employee_Details Emp on Emp.Departmentcode =Str.DepartmentCode + join T_Employee_Details Emp1 on Emp1.EmpID =Str.Requestedby + join T_DepartmentDetails Dept on Dept.DEPCode = Emp.Departmentcode + where Str.Status not in(?,?,?) and Emp.Departmentcode in (select DEPCode from T_DepartmentDetails where HeadDept= + (select HeadDept from T_DepartmentDetails where DEPCode = (select Departmentcode from T_Employee_Details where + EmpID=(select EmpID from tbl_users where userId=?))))'; + + $query =''; + + + $query = $this->db->query($subQuery, array(STORE_REJECT,STORE_DRAFT,REQ_DELETED,$UserID)); + + + // print_r($this->db->last_query()); + return $query->result(); + } + /** + * This function is used to get the Store Requsition List for the login user + * @return array $result : This is result of the query + */ + function getRequistDetails($StoreReqNo='') + { + + $subQuery = ' select Str.StoreReqNo,Str.Requestedby,Str.ReqDate,Dept.DEPCode,Dept.DepartmentName,Cm.CostCenterCode,Cm.CostCenterName,Emp.FirstName from T_Store_Requestion_Master Str + join T_DepartmentDetails Dept on Dept.DEPCode = Str.DepartmentCode + join T_CostCenter_Master Cm on Cm.CostCenterCode =Str.CostCenterCode + join T_Employee_Details Emp on Emp.EmpID =Str.Requestedby + where StoreReqNo =? '; + + + + $query = $this->db->query($subQuery, array($StoreReqNo)); + // print_r($this->db->last_query()); + return $query->result(); + + } + function editRequistDetails($StoreReqNo) + { +$this->db->select('StoreReqNo,Sr.CostCenterCode,Cc.CostCenterName + '); + $this->db->from('T_Store_Requestion_Master Sr'); + $this->db->join('T_CostCenter_Master Cc ',' Cc.CostCenterCode=Sr.CostCenterCode'); + $this->db->where('StoreReqNo',$StoreReqNo); + $query = $this->db->get(); + return $query->result(); + + + } + +/** + * This function is used to get the Store Requsition List for the login user + * @return array $result : This is result of the query + */ + function getRequistItemListApproval($StoreReqNo,$NoArray='') + { + + $subQuery = ' select Str.StoreReqNo,Str.MaterialCode,Str.QuantityRequired,Str.Remarks,Mat.MaterialName,Mat.UOM,Ss.StatusName,Str.Status,Str.QuantityIssued + from T_Store_Requestion_Details Str + join T_MaterialMaster Mat on Mat.MaterialCode = Str.MaterialCode + join T_Status Ss on Ss.StatusCode = Str.Status + where Str.StoreReqNo =?'; + + + + + $query = $this->db->query($subQuery, array($StoreReqNo)); + if($NoArray == '') + { + return $query->result_array(); + } + else + { + return $query->result(); + } + } + + /** + * This function is used to get the Store Requsition List for the login user + * @return array $result : This is result of the query + */ + function getRequistItemList($StoreReqNo) + { + + $subQuery = ' select Str.StoreReqNo,Str.MaterialCode,Str.QuantityRequired,Str.QuantityIssued,Str.Remarks,Str.StoreComments,Mat.MaterialName,Mat.UOM,Ss.StatusName,St.Status,St.Quantity + from T_Store_Requestion_Details Str + join T_MaterialMaster Mat on Mat.MaterialCode = Str.MaterialCode + join T_Status Ss on Ss.StatusCode = Str.Status + left join T_Store_Stockdetails St on St.MaterialCode=Str.MaterialCode + where Str.StoreReqNo =?'; + + + + + $query = $this->db->query($subQuery, array($StoreReqNo)); + //print_r($this->db->last_query()); + + + return $query->result(); + + } + + function getStoreRequistionStatus($StreReqNo='') + { + $this->db->select('Status'); + $this->db->from('T_Store_Requestion_Master Sr'); + + $this->db->where('StoreReqNo',$StreReqNo); + $query = $this->db->get(); + return $query->result(); + } + + function UpdateStoreRequistionItem($Items,$ReqNo,$MaterialCode) + { + $this->db->where('StoreReqNo', $ReqNo); + $this->db->where('MaterialCode', $MaterialCode); + $this->db->update('T_Store_Requestion_Details', $Items); + + return TRUE; + + } + + +function getSavedQty($ReqNO,$MaterialCode) +{ + $subQuery='select QuantityIssued from T_Store_Requestion_Details + where StoreReqNo=? and MaterialCode=?'; + + $query = $this->db->query($subQuery, array($ReqNO,$MaterialCode)); + return $query->result(); +} + + + + +function updatestoremaster($updatestatus,$StoreReqNo) +{ + $this->db->where('StoreReqNo', $StoreReqNo); + $this->db->update('T_Store_Requestion_Master', $updatestatus); + + return TRUE; +} + +function getstatuscount($Status,$StoreReqNo) +{ + $this->db->select('count(Status) as SCount'); + $this->db->from('T_Store_Requestion_Details'); + + $this->db->where('Status', $Status); + $this->db->where('StoreReqNo',$StoreReqNo); + //$this->db->where('StoreReqNo', $StoreReqNo); + + $query = $this->db->get(); + //print_r($this->db->last_query()); + return $query->result(); +} + + + /*this function used to get the all store requistion list view*/ + function Storeall($StoreReqNo,$IsArray='') + { + + $result = $this->db-> query("CALL P_GET_AllSTOREREQUISTION('".$StoreReqNo."')") or die(mysql_error()); + + { + //echo 'Store Line item Inserted successfully'; + if($IsArray != '') + { + + return $result->result_array(); + } + else + { + return $result->result(); + } + } + } + + + function getItemQuantityFromStock($MaterialCode) + { + + + $subQuery = 'select Quantity from T_Store_Stockdetails where MaterialCode=?'; + $query = $this->db->query($subQuery,array($MaterialCode)); + return $query->result_array(); + } + + function UpdateStock($StockDetails,$MaterialCode) + { + + $this->db->where('MaterialCode', $MaterialCode); + $this->db->update('T_Store_Stockdetails', $StockDetails); + + return TRUE; + } + } \ No newline at end of file diff --git a/application/models/models/supplier_model.php b/application/models/models/supplier_model.php new file mode 100644 index 00000000..66e3cde2 --- /dev/null +++ b/application/models/models/supplier_model.php @@ -0,0 +1,207 @@ +db->select('BaseT.SupplierID, BaseT.SupplierName, BaseT.Address, BaseT.ContactNumber, BaseT.AlternateContactNumber,BaseT.EmailAddress,BaseT.Exiseregistration, BaseT.TIN, BaseT.PAN,,BaseT.GSTNO,BaseT.GSTRange,BaseT.CollectrateAddress,BaseT.UANumber,BaseT.CreatedOn,BaseT.PaymentID,pmt.PaymentTerms,BaseT.CSTDate');//,BaseT.PaymentTerms,BaseT.PaymentDays,BaseT.PayableAT,pmt.Details'); + $this->db->from('T_SupplierDetailsN as BaseT'); + $this->db->join('T_PaymentTerms as pmt', 'pmt.PaymentID = BaseT.PaymentID','left'); + + $query = $this->db->get(); + + $result = $query->result(); + return $result; + } + /** + * This function used to get user information by id + * @param number $userId : This is user id + * @return array $result : This is user information + */ + + + function getpayment($Configvalue = '') + { + $ConfigID = 'C009'; + $this->db->select('ConfigValue'); + $this->db->from('T_ConfigDetails'); + $this->db->where('Config_id ',$ConfigID ); + if ($Configvalue!= '') + { + $this->db->where('ConfigValue !=',$Configvalue ); + } + $query = $this->db->get(); + + return $query->result(); + } + + function getPaymentTerms($payment = '') + { + $this->db->select('*'); + $this->db->from('T_PaymentTerms'); + $query = $this->db->get(); + $result = $query->result(); + return $result; + } + + function checkPAN($PAN,$SID = '') + { + $this->db->select('PAN'); + $this->db->from('T_SupplierDetailsN'); + $this->db->where('PAN',$PAN); + if ($SID != '') + { + $this->db->where('SupplierID !=',$SID); + } + $query = $this->db->get(); + //print_r($this->db->last_query()); + if ($query->num_rows > 0) { + //echo $result->num_rows; + return $query->result_array(); + } + + } + + function checkGST($GST,$SID = '') + { + $this->db->select('GSTNO'); + $this->db->from('T_SupplierDetailsN'); + $this->db->where('GSTNO',$GST); + if ($SID != '') + { + $this->db->where('SupplierID !=',$SID); + } + $query = $this->db->get(); + //print_r($this->db->last_query()); + if ($query->num_rows > 0) { + // echo $query->num_rows; + return $query->result_array(); + } + + } + + + + +function addNewsupplier($supplier) +{ + + $this->db->insert('T_SupplierDetailsN', $supplier); + $SID = $this->db->affected_rows(); + return $SID; + +} + + + +// function addNewsupplier($supplier) +// { + +// $this->db->insert('T_SupplierDetailsN', $supplier); +// $SID = $this->db->affected_rows(); + +// // if($SID>0) +// // { +// // $subQuery = 'select max(SupplierID) as suppid from T_SupplierDetailsN'; +// // $query = $this->db->query($subQuery); +// // return $query->result(); +// // } +// return $SID; + +// } + + /** + * This function used to get user information by id + * @param number $userId : This is user id + * @return array $result : This is user information + */ + function getSupplierInfo($supplierID='') + { + $this->db->select('SD.*,PT.PaymentTerms'); + //$this->db->select('SD.SupplierID, SD.SupplierName, SD.Address, SD.ContactNumber, SD.AlternateContactNumber, SD.EmailAddress, SD.Exiseregistration, SD.TIN, SD.PAN, SD.CSTNO, SD.CSTDate, SD.GSTNO, SD.GSTRange, SD.CollectrateAddress, SD.UANumber, SD.Cert_EMS, SD.Cert_TS, SD.Cert_IMS, SD.Cert_ISO, SD.Cert_OSHAS, SD.BankAcNumber, SD.IsService, SD.IsMaintanance, SD.IsRawMaterial, SD.IFSCCode, SD.BranchName, SD.BankAddress, SD.IsActive, SD.PaymentID,PT.PaymentTerms'); + $this->db->from('T_SupplierDetailsN SD'); + $this->db->join('T_PaymentTerms PT','PT.PaymentID = SD.PaymentID','left'); + $this->db->where('SD.SupplierID', $supplierID); + $query = $this->db->get(); + // print_r($this->db->last_query()); + return $query->result(); + } + /* This function to get the Supplier Address on respective Supplier ID */ + function GetSupplierAddress($supplierID) + { + $this->db->select('Address'); + $this->db->from('T_SupplierDetailsN'); + $this->db->where('SupplierID', $supplierID); + $query = $this->db->get(); + return $query->result_array(); + } + function UpdateSupplier($supplier, $supplierID) + { + $this->db->where('SupplierID', $supplierID); + $this->db->update('T_SupplierDetailsN', $supplier); + + + + + return TRUE; + } + + + + + function viewsupplier($supplier, $supplierID) + { + $this->db->where('SupplierID', $supplierID); + $this->db->update('T_SupplierDetailsN', $supplier); + + return TRUE; + } + + function SupplierCertification($cerificate) + { + $this->db->insert_id('T_Supplier_Certification',$cerificate); + $insert_id = $this->db->affected_rows(); + + return $insert_id; + + } + + function export_excel(){ + + $this->db->select('det.SupplierID,SupplierName,det.Address,det.ContactNumber,det.AlternateContactNumber,det.EmailAddress,det.Exiseregistration,det.TIN, + det.PAN,det.CSTNO,det.CSTDate,det.GSTNO,det.GSTRange,det.CollectrateAddress,det.UANumber,pmt.PaymentTerms,emp.firstname ,emp1.firstname as Update_by,det.IsActive, + det.Cert_EMS,det.Cert_TS,det.Cert_OSHAS,det.Cert_ISO,det.Cert_IMS,det.BankAcNumber,det.IFSCCode,det.BranchName,det.BankAddress, + det.IsService,det.IsMaintanance,det.IsRawMaterial'); + $this->db->join('tbl_users as tbl',' det.createdby = tbl.userid','left'); + $this->db->join('T_Employee_Details as emp', 'emp.empid=tbl.empid','left'); + $this->db->join('tbl_users as tbl1',' det.UpdatedBy = tbl1.userid','left'); + $this->db->join('T_Employee_Details as emp1', 'emp1.empid=tbl1.empid','left'); + $this->db->join('T_PaymentTerms as pmt', 'pmt.PaymentID = det.PaymentID','left'); + return $this->db->get('T_SupplierDetailsN as det')->result_array(); + } + + function checkSupplierExists($supp_name) + { + + $this->db->select('SupplierID,SupplierName,Address'); + $this->db->from('T_SupplierDetailsN'); + $this->db->like('REPLACE(SupplierName, " ", "")', $supp_name); + + $query = $this->db->get(); + + return $query->result(); + + } + /*SUPPLIER */ + /*SUPPLIER TYPE */ + + } +?> \ No newline at end of file diff --git a/application/models/models/user_model.php b/application/models/models/user_model.php new file mode 100644 index 00000000..0f5850c1 --- /dev/null +++ b/application/models/models/user_model.php @@ -0,0 +1,315 @@ +db->select('EMP.EmpID,EMP.FirstName,EMP.LastName,EMP.Designation,EMP.EmailId,EMP.ContactNumber, + DEPT.DEPCode,DEPT.DepartmentName,role.role,user.userId'); + $this->db->from('T_Employee_Details EMP'); + $this->db->join('T_DepartmentDetails DEPT', 'EMP.Departmentcode = DEPT.DEPCode'); + $this->db->join('tbl_users user', 'user.EmpID = EMP.EmpID'); + $this->db->join('tbl_roles role', 'user.roleId = role.roleId'); + + + $this->db->where('user.isDeleted !=', 1); + + $query = $this->db->get(); + + $result = $query->result(); + return $result; + } + + function GetRoleNameByUserID($UserId) + { + $subQuery = 'select roleId, role from tbl_roles + where roleId = (select roleId from tbl_users where userId=?)'; + + $query = $this->db->query($subQuery, array($UserId)); + + + return $query->result(); + + } + /** + * This function is used to get the user roles information + * @return array $result : This is result of the query + */ + function getUserRoles() + { + $this->db->select('roleId, role'); + $this->db->from('tbl_roles'); + $this->db->where("roleid <", 4); + $query = $this->db->get(); + + return $query->result(); + } + + /** + * This function is used to check whether email id is already exist or not + * @param {string} $email : This is email id + * @param {number} $userId : This is user id + * @return {mixed} $result : This is searched result + */ + function checkEmailExists($email, $userId = 0) + { + $this->db->select("email"); + $this->db->from("tbl_users"); + $this->db->where("email", $email); + $this->db->where("isDeleted", 0); + if($userId != 0){ + $this->db->where("userId !=", $userId); + } + $query = $this->db->get(); + + return $query->result(); + } + + + /** + * This function is used to add new user to system + * @return number $insert_id : This is last inserted id + */ + function addNewUser($userInfo) + { + + $this->db->trans_start(); + $this->db->insert('tbl_users', $userInfo); + + $insert_id = $this->db->affected_rows(); + + $this->db->trans_complete(); + + return $insert_id; + } + + /** + * This function used to get user information by id + * @param number $userId : This is user id + * @return array $result : This is user information + */ + function getUserInfo($userId) + { + $this->db->select('userId, name, email, mobile, roleId,isDeleted'); + $this->db->from('tbl_users'); + $this->db->where('isDeleted', 0); + $this->db->where('roleId !=', 1); + $this->db->where('userId', $userId); + $query = $this->db->get(); + + return $query->result(); + } + + + /** + * This function is used to update the user information + * @param array $userInfo : This is users updated information + * @param number $userId : This is user id + */ + function editUser($userInfo, $userId) + { + $this->db->where('EmpID', $userId); + $this->db->update('tbl_users', $userInfo); + //print_r($this->db->last_query()); + return TRUE; + } + + + + /** + * This function is used to delete the user information + * @param number $userId : This is user id + * @return boolean $result : TRUE / FALSE + */ + function deleteUser($userId, $userInfo) + { + $this->db->where('userId', $userId); + $this->db->update('tbl_users', $userInfo); + + return $this->db->affected_rows(); + } + + + /** + * This function is used to match users password for change password + * @param number $userId : This is user id + */ + function matchOldPassword($userId, $oldPassword) + { + $this->db->select('userId, password'); + $this->db->where('userId', $userId); + $this->db->where('isDeleted', 0); + $query = $this->db->get('tbl_users'); + + $user = $query->result(); + + if(!empty($user)){ + if(verifyHashedPassword($oldPassword, $user[0]->password)){ + return $user; + } else { + return array(); + } + } else { + return array(); + } + } + + /** + * This function is used to change users password + * @param number $userId : This is user id + * @param array $userInfo : This is user updation info + */ + function changePassword($userId, $userInfo) + { + $this->db->where('userId', $userId); + $this->db->where('isDeleted', 0); + $this->db->update('tbl_users', $userInfo); + + return $this->db->affected_rows(); + } + /** + * This function is used to get Employee details based on Employee ID Selection + * @return array $result : This is result of the query + */ + function GetEmployeeDetails($UserId) + { + //echo $UserId; + $subQuery = 'select EMP.EmpID,EMP.FirstName,EMP.LastName,EMP.Designation,EMP.EmailId,EMP.ContactNumber,DEPT.DEPCode,DEPT.DepartmentName from + T_Employee_Details EMP join T_DepartmentDetails DEPT on + EMP.Departmentcode = DEPT.DEPCode where EMP.EmpID= (select EmpID from tbl_users where userId=?)'; + + $query = $this->db->query($subQuery, array($UserId)); + + + + return $query->result(); + } + /** + * This function is used to get the All employees + * @return array $result : This is result of the query + */ + function getAllEmployees() + { + /*$this->db->select('EmpID,FirstName,LastName'); + $this->db->from('T_Employee_Details'); + $query = $this->db->get(); + + return $query->result(); */ + $this->db->select('EMP.EmpID,EMP.FirstName,EMP.LastName,EMP.Designation,EMP.EmailId,EMP.ContactNumber,DEPT.DEPCode,DEPT.DepartmentName'); + $this->db->from('T_Employee_Details EMP'); + $this->db->join('T_DepartmentDetails DEPT', 'EMP.Departmentcode = DEPT.DEPCode'); + $this->db->where('EMP.IsActive ',1 ); + $query = $this->db->get(); + return $query->result(); + } + + + function addAccess($userdept) + { + $this->db->trans_start(); + $this->db->insert('T_AccessDepartments', $userdept); + + $insert_id = $this->db->affected_rows(); + + $this->db->trans_complete(); + + return $insert_id; + } + + + function DeleteAccess($empid,$Depcode) + { + $this->db->where("Departmentcode",$Depcode); + $this->db->where("EmpID",$empid); + $this->db->delete('T_AccessDepartments'); + + return TRUE; + } + + + //this function used to delivery performances + + function deliver_perform($fa,$aa,$m) +{ + + + + $sql="select ip_invoices.*,ip_invoice_items.item_quantity as qty, + ip_clients.* from ip_invoices + join ip_clients on ip_clients.client_id=ip_invoices.client_id +join ip_invoice_items on ip_invoice_items .invoice_id =ip_invoices.invoice_id + join ip_invoice_custom icf on icf.invoice_id = ip_invoices.invoice_id + where icf.invoice_custom_fieldid = 8 and ip_invoices.invoice_status_id != 1"; + + + + if ($fa and $aa != ''){ + + $sql.=" and (ip_invoices.invoice_date_created >= '".$fa."-04-01' and ip_invoices.invoice_date_created <= '".$aa."-03-31')"; + + } + + + + + if ($m!= ''){ + + $sql.=" and monthname(ip_invoices.invoice_date_created) = '".$m."'"; + + } + + $sql .= " ORDER BY ip_invoices.invoice_date_created DESC"; + $query = $this->db->query($sql); + return $query->result(); +} + + function fincalYear() + { + $sql="SELECT + CASE WHEN MONTH(invoice_date_created)>=4 THEN + concat(YEAR(invoice_date_created), '-',YEAR(invoice_date_created)+1) + ELSE concat(YEAR(invoice_date_created)-1,'-', YEAR(invoice_date_created)) END AS financial_year + FROM ip_invoices +GROUP BY financial_year "; + + $query = $this->db->query($sql); + //print_r($query->result()); + return $query->result(); + } + + /* + *fav model + */ + function favouriteadd($favourite) + + { //echo $favourite['Menu_ID'];die; + if($favourite['Menu_ID'] !=''){ + //echo "if"; + + // $this->db->where('id', $id); + // return $this->db->delete('employee'); + $this->db->where('Menu_ID',$favourite['Menu_ID']); + $this->db->delete('T_fav_add'); + + }else{ + //echo "else"; + + $this->db->insert('T_fav_add',$favourite); + $r = $this->db->affected_rows(); + return $r; + } + } + + +} + + \ No newline at end of file diff --git a/application/third_party/PHPExcel.php b/application/third_party/PHPExcel.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Autoloader.php b/application/third_party/PHPExcel/Autoloader.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/CachedObjectStorage/APC.php b/application/third_party/PHPExcel/CachedObjectStorage/APC.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/CachedObjectStorage/CacheBase.php b/application/third_party/PHPExcel/CachedObjectStorage/CacheBase.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/CachedObjectStorage/DiscISAM.php b/application/third_party/PHPExcel/CachedObjectStorage/DiscISAM.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/CachedObjectStorage/ICache.php b/application/third_party/PHPExcel/CachedObjectStorage/ICache.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/CachedObjectStorage/Igbinary.php b/application/third_party/PHPExcel/CachedObjectStorage/Igbinary.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/CachedObjectStorage/Memcache.php b/application/third_party/PHPExcel/CachedObjectStorage/Memcache.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/CachedObjectStorage/Memory.php b/application/third_party/PHPExcel/CachedObjectStorage/Memory.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/CachedObjectStorage/MemoryGZip.php b/application/third_party/PHPExcel/CachedObjectStorage/MemoryGZip.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/CachedObjectStorage/MemorySerialized.php b/application/third_party/PHPExcel/CachedObjectStorage/MemorySerialized.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/CachedObjectStorage/PHPTemp.php b/application/third_party/PHPExcel/CachedObjectStorage/PHPTemp.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/CachedObjectStorage/SQLite.php b/application/third_party/PHPExcel/CachedObjectStorage/SQLite.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/CachedObjectStorage/SQLite3.php b/application/third_party/PHPExcel/CachedObjectStorage/SQLite3.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/CachedObjectStorage/Wincache.php b/application/third_party/PHPExcel/CachedObjectStorage/Wincache.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/CachedObjectStorageFactory.php b/application/third_party/PHPExcel/CachedObjectStorageFactory.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/CalcEngine/CyclicReferenceStack.php b/application/third_party/PHPExcel/CalcEngine/CyclicReferenceStack.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/CalcEngine/Logger.php b/application/third_party/PHPExcel/CalcEngine/Logger.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Calculation.php b/application/third_party/PHPExcel/Calculation.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Calculation/Database.php b/application/third_party/PHPExcel/Calculation/Database.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Calculation/DateTime.php b/application/third_party/PHPExcel/Calculation/DateTime.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Calculation/Engineering.php b/application/third_party/PHPExcel/Calculation/Engineering.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Calculation/Exception.php b/application/third_party/PHPExcel/Calculation/Exception.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Calculation/ExceptionHandler.php b/application/third_party/PHPExcel/Calculation/ExceptionHandler.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Calculation/Financial.php b/application/third_party/PHPExcel/Calculation/Financial.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Calculation/FormulaParser.php b/application/third_party/PHPExcel/Calculation/FormulaParser.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Calculation/FormulaToken.php b/application/third_party/PHPExcel/Calculation/FormulaToken.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Calculation/Function.php b/application/third_party/PHPExcel/Calculation/Function.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Calculation/Functions.php b/application/third_party/PHPExcel/Calculation/Functions.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Calculation/Logical.php b/application/third_party/PHPExcel/Calculation/Logical.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Calculation/LookupRef.php b/application/third_party/PHPExcel/Calculation/LookupRef.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Calculation/MathTrig.php b/application/third_party/PHPExcel/Calculation/MathTrig.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Calculation/Statistical.php b/application/third_party/PHPExcel/Calculation/Statistical.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Calculation/TextData.php b/application/third_party/PHPExcel/Calculation/TextData.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Calculation/Token/Stack.php b/application/third_party/PHPExcel/Calculation/Token/Stack.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Calculation/functionlist.txt b/application/third_party/PHPExcel/Calculation/functionlist.txt old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Cell.php b/application/third_party/PHPExcel/Cell.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Cell/AdvancedValueBinder.php b/application/third_party/PHPExcel/Cell/AdvancedValueBinder.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Cell/DataType.php b/application/third_party/PHPExcel/Cell/DataType.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Cell/DataValidation.php b/application/third_party/PHPExcel/Cell/DataValidation.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Cell/DefaultValueBinder.php b/application/third_party/PHPExcel/Cell/DefaultValueBinder.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Cell/Hyperlink.php b/application/third_party/PHPExcel/Cell/Hyperlink.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Cell/IValueBinder.php b/application/third_party/PHPExcel/Cell/IValueBinder.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Chart.php b/application/third_party/PHPExcel/Chart.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Chart/Axis.php b/application/third_party/PHPExcel/Chart/Axis.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Chart/DataSeries.php b/application/third_party/PHPExcel/Chart/DataSeries.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Chart/DataSeriesValues.php b/application/third_party/PHPExcel/Chart/DataSeriesValues.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Chart/Exception.php b/application/third_party/PHPExcel/Chart/Exception.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Chart/GridLines.php b/application/third_party/PHPExcel/Chart/GridLines.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Chart/Layout.php b/application/third_party/PHPExcel/Chart/Layout.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Chart/Legend.php b/application/third_party/PHPExcel/Chart/Legend.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Chart/PlotArea.php b/application/third_party/PHPExcel/Chart/PlotArea.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Chart/Properties.php b/application/third_party/PHPExcel/Chart/Properties.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Chart/Renderer/PHP Charting Libraries.txt b/application/third_party/PHPExcel/Chart/Renderer/PHP Charting Libraries.txt old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Chart/Renderer/jpgraph.php b/application/third_party/PHPExcel/Chart/Renderer/jpgraph.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Chart/Title.php b/application/third_party/PHPExcel/Chart/Title.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Comment.php b/application/third_party/PHPExcel/Comment.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/DocumentProperties.php b/application/third_party/PHPExcel/DocumentProperties.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/DocumentSecurity.php b/application/third_party/PHPExcel/DocumentSecurity.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Exception.php b/application/third_party/PHPExcel/Exception.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/HashTable.php b/application/third_party/PHPExcel/HashTable.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Helper/HTML.php b/application/third_party/PHPExcel/Helper/HTML.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/IComparable.php b/application/third_party/PHPExcel/IComparable.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/IOFactory.php b/application/third_party/PHPExcel/IOFactory.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/NamedRange.php b/application/third_party/PHPExcel/NamedRange.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Reader/Abstract.php b/application/third_party/PHPExcel/Reader/Abstract.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Reader/CSV.php b/application/third_party/PHPExcel/Reader/CSV.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Reader/DefaultReadFilter.php b/application/third_party/PHPExcel/Reader/DefaultReadFilter.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Reader/Excel2003XML.php b/application/third_party/PHPExcel/Reader/Excel2003XML.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Reader/Excel2007.php b/application/third_party/PHPExcel/Reader/Excel2007.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Reader/Excel2007/Chart.php b/application/third_party/PHPExcel/Reader/Excel2007/Chart.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Reader/Excel2007/Theme.php b/application/third_party/PHPExcel/Reader/Excel2007/Theme.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Reader/Excel5.php b/application/third_party/PHPExcel/Reader/Excel5.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Reader/Excel5/Color.php b/application/third_party/PHPExcel/Reader/Excel5/Color.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Reader/Excel5/Color/BIFF5.php b/application/third_party/PHPExcel/Reader/Excel5/Color/BIFF5.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Reader/Excel5/Color/BIFF8.php b/application/third_party/PHPExcel/Reader/Excel5/Color/BIFF8.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Reader/Excel5/Color/BuiltIn.php b/application/third_party/PHPExcel/Reader/Excel5/Color/BuiltIn.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Reader/Excel5/ErrorCode.php b/application/third_party/PHPExcel/Reader/Excel5/ErrorCode.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Reader/Excel5/Escher.php b/application/third_party/PHPExcel/Reader/Excel5/Escher.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Reader/Excel5/MD5.php b/application/third_party/PHPExcel/Reader/Excel5/MD5.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Reader/Excel5/RC4.php b/application/third_party/PHPExcel/Reader/Excel5/RC4.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Reader/Excel5/Style/Border.php b/application/third_party/PHPExcel/Reader/Excel5/Style/Border.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Reader/Excel5/Style/FillPattern.php b/application/third_party/PHPExcel/Reader/Excel5/Style/FillPattern.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Reader/Exception.php b/application/third_party/PHPExcel/Reader/Exception.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Reader/Gnumeric.php b/application/third_party/PHPExcel/Reader/Gnumeric.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Reader/HTML.php b/application/third_party/PHPExcel/Reader/HTML.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Reader/IReadFilter.php b/application/third_party/PHPExcel/Reader/IReadFilter.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Reader/IReader.php b/application/third_party/PHPExcel/Reader/IReader.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Reader/OOCalc.php b/application/third_party/PHPExcel/Reader/OOCalc.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Reader/SYLK.php b/application/third_party/PHPExcel/Reader/SYLK.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/ReferenceHelper.php b/application/third_party/PHPExcel/ReferenceHelper.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/RichText.php b/application/third_party/PHPExcel/RichText.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/RichText/ITextElement.php b/application/third_party/PHPExcel/RichText/ITextElement.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/RichText/Run.php b/application/third_party/PHPExcel/RichText/Run.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/RichText/TextElement.php b/application/third_party/PHPExcel/RichText/TextElement.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Settings.php b/application/third_party/PHPExcel/Settings.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Shared/CodePage.php b/application/third_party/PHPExcel/Shared/CodePage.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Shared/Date.php b/application/third_party/PHPExcel/Shared/Date.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Shared/Drawing.php b/application/third_party/PHPExcel/Shared/Drawing.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Shared/Escher.php b/application/third_party/PHPExcel/Shared/Escher.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Shared/Escher/DgContainer.php b/application/third_party/PHPExcel/Shared/Escher/DgContainer.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Shared/Escher/DgContainer/SpgrContainer.php b/application/third_party/PHPExcel/Shared/Escher/DgContainer/SpgrContainer.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Shared/Escher/DgContainer/SpgrContainer/SpContainer.php b/application/third_party/PHPExcel/Shared/Escher/DgContainer/SpgrContainer/SpContainer.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Shared/Escher/DggContainer.php b/application/third_party/PHPExcel/Shared/Escher/DggContainer.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Shared/Escher/DggContainer/BstoreContainer.php b/application/third_party/PHPExcel/Shared/Escher/DggContainer/BstoreContainer.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Shared/Escher/DggContainer/BstoreContainer/BSE.php b/application/third_party/PHPExcel/Shared/Escher/DggContainer/BstoreContainer/BSE.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Shared/Escher/DggContainer/BstoreContainer/BSE/Blip.php b/application/third_party/PHPExcel/Shared/Escher/DggContainer/BstoreContainer/BSE/Blip.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Shared/Excel5.php b/application/third_party/PHPExcel/Shared/Excel5.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Shared/File.php b/application/third_party/PHPExcel/Shared/File.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Shared/Font.php b/application/third_party/PHPExcel/Shared/Font.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Shared/JAMA/CHANGELOG.TXT b/application/third_party/PHPExcel/Shared/JAMA/CHANGELOG.TXT old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Shared/JAMA/CholeskyDecomposition.php b/application/third_party/PHPExcel/Shared/JAMA/CholeskyDecomposition.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Shared/JAMA/EigenvalueDecomposition.php b/application/third_party/PHPExcel/Shared/JAMA/EigenvalueDecomposition.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Shared/JAMA/LUDecomposition.php b/application/third_party/PHPExcel/Shared/JAMA/LUDecomposition.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Shared/JAMA/Matrix.php b/application/third_party/PHPExcel/Shared/JAMA/Matrix.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Shared/JAMA/QRDecomposition.php b/application/third_party/PHPExcel/Shared/JAMA/QRDecomposition.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Shared/JAMA/SingularValueDecomposition.php b/application/third_party/PHPExcel/Shared/JAMA/SingularValueDecomposition.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Shared/JAMA/utils/Error.php b/application/third_party/PHPExcel/Shared/JAMA/utils/Error.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Shared/JAMA/utils/Maths.php b/application/third_party/PHPExcel/Shared/JAMA/utils/Maths.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Shared/OLE.php b/application/third_party/PHPExcel/Shared/OLE.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Shared/OLE/ChainedBlockStream.php b/application/third_party/PHPExcel/Shared/OLE/ChainedBlockStream.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Shared/OLE/PPS.php b/application/third_party/PHPExcel/Shared/OLE/PPS.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Shared/OLE/PPS/File.php b/application/third_party/PHPExcel/Shared/OLE/PPS/File.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Shared/OLE/PPS/Root.php b/application/third_party/PHPExcel/Shared/OLE/PPS/Root.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Shared/OLERead.php b/application/third_party/PHPExcel/Shared/OLERead.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Shared/PCLZip/gnu-lgpl.txt b/application/third_party/PHPExcel/Shared/PCLZip/gnu-lgpl.txt old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Shared/PCLZip/pclzip.lib.php b/application/third_party/PHPExcel/Shared/PCLZip/pclzip.lib.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Shared/PCLZip/readme.txt b/application/third_party/PHPExcel/Shared/PCLZip/readme.txt old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Shared/PasswordHasher.php b/application/third_party/PHPExcel/Shared/PasswordHasher.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Shared/String.php b/application/third_party/PHPExcel/Shared/String.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Shared/TimeZone.php b/application/third_party/PHPExcel/Shared/TimeZone.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Shared/XMLWriter.php b/application/third_party/PHPExcel/Shared/XMLWriter.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Shared/ZipArchive.php b/application/third_party/PHPExcel/Shared/ZipArchive.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Shared/ZipStreamWrapper.php b/application/third_party/PHPExcel/Shared/ZipStreamWrapper.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Shared/trend/bestFitClass.php b/application/third_party/PHPExcel/Shared/trend/bestFitClass.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Shared/trend/exponentialBestFitClass.php b/application/third_party/PHPExcel/Shared/trend/exponentialBestFitClass.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Shared/trend/linearBestFitClass.php b/application/third_party/PHPExcel/Shared/trend/linearBestFitClass.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Shared/trend/logarithmicBestFitClass.php b/application/third_party/PHPExcel/Shared/trend/logarithmicBestFitClass.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Shared/trend/polynomialBestFitClass.php b/application/third_party/PHPExcel/Shared/trend/polynomialBestFitClass.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Shared/trend/powerBestFitClass.php b/application/third_party/PHPExcel/Shared/trend/powerBestFitClass.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Shared/trend/trendClass.php b/application/third_party/PHPExcel/Shared/trend/trendClass.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Style.php b/application/third_party/PHPExcel/Style.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Style/Alignment.php b/application/third_party/PHPExcel/Style/Alignment.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Style/Border.php b/application/third_party/PHPExcel/Style/Border.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Style/Borders.php b/application/third_party/PHPExcel/Style/Borders.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Style/Color.php b/application/third_party/PHPExcel/Style/Color.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Style/Conditional.php b/application/third_party/PHPExcel/Style/Conditional.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Style/Fill.php b/application/third_party/PHPExcel/Style/Fill.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Style/Font.php b/application/third_party/PHPExcel/Style/Font.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Style/NumberFormat.php b/application/third_party/PHPExcel/Style/NumberFormat.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Style/Protection.php b/application/third_party/PHPExcel/Style/Protection.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Style/Supervisor.php b/application/third_party/PHPExcel/Style/Supervisor.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Worksheet.php b/application/third_party/PHPExcel/Worksheet.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Worksheet/AutoFilter.php b/application/third_party/PHPExcel/Worksheet/AutoFilter.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Worksheet/AutoFilter/Column.php b/application/third_party/PHPExcel/Worksheet/AutoFilter/Column.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Worksheet/AutoFilter/Column/Rule.php b/application/third_party/PHPExcel/Worksheet/AutoFilter/Column/Rule.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Worksheet/BaseDrawing.php b/application/third_party/PHPExcel/Worksheet/BaseDrawing.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Worksheet/CellIterator.php b/application/third_party/PHPExcel/Worksheet/CellIterator.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Worksheet/Column.php b/application/third_party/PHPExcel/Worksheet/Column.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Worksheet/ColumnCellIterator.php b/application/third_party/PHPExcel/Worksheet/ColumnCellIterator.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Worksheet/ColumnDimension.php b/application/third_party/PHPExcel/Worksheet/ColumnDimension.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Worksheet/ColumnIterator.php b/application/third_party/PHPExcel/Worksheet/ColumnIterator.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Worksheet/Dimension.php b/application/third_party/PHPExcel/Worksheet/Dimension.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Worksheet/Drawing.php b/application/third_party/PHPExcel/Worksheet/Drawing.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Worksheet/Drawing/Shadow.php b/application/third_party/PHPExcel/Worksheet/Drawing/Shadow.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Worksheet/HeaderFooter.php b/application/third_party/PHPExcel/Worksheet/HeaderFooter.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Worksheet/HeaderFooterDrawing.php b/application/third_party/PHPExcel/Worksheet/HeaderFooterDrawing.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Worksheet/MemoryDrawing.php b/application/third_party/PHPExcel/Worksheet/MemoryDrawing.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Worksheet/PageMargins.php b/application/third_party/PHPExcel/Worksheet/PageMargins.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Worksheet/PageSetup.php b/application/third_party/PHPExcel/Worksheet/PageSetup.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Worksheet/Protection.php b/application/third_party/PHPExcel/Worksheet/Protection.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Worksheet/Row.php b/application/third_party/PHPExcel/Worksheet/Row.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Worksheet/RowCellIterator.php b/application/third_party/PHPExcel/Worksheet/RowCellIterator.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Worksheet/RowDimension.php b/application/third_party/PHPExcel/Worksheet/RowDimension.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Worksheet/RowIterator.php b/application/third_party/PHPExcel/Worksheet/RowIterator.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Worksheet/SheetView.php b/application/third_party/PHPExcel/Worksheet/SheetView.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/WorksheetIterator.php b/application/third_party/PHPExcel/WorksheetIterator.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Writer/Abstract.php b/application/third_party/PHPExcel/Writer/Abstract.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Writer/CSV.php b/application/third_party/PHPExcel/Writer/CSV.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Writer/Excel2007.php b/application/third_party/PHPExcel/Writer/Excel2007.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Writer/Excel2007/Chart.php b/application/third_party/PHPExcel/Writer/Excel2007/Chart.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Writer/Excel2007/Comments.php b/application/third_party/PHPExcel/Writer/Excel2007/Comments.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Writer/Excel2007/ContentTypes.php b/application/third_party/PHPExcel/Writer/Excel2007/ContentTypes.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Writer/Excel2007/DocProps.php b/application/third_party/PHPExcel/Writer/Excel2007/DocProps.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Writer/Excel2007/Drawing.php b/application/third_party/PHPExcel/Writer/Excel2007/Drawing.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Writer/Excel2007/Rels.php b/application/third_party/PHPExcel/Writer/Excel2007/Rels.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Writer/Excel2007/RelsRibbon.php b/application/third_party/PHPExcel/Writer/Excel2007/RelsRibbon.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Writer/Excel2007/RelsVBA.php b/application/third_party/PHPExcel/Writer/Excel2007/RelsVBA.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Writer/Excel2007/StringTable.php b/application/third_party/PHPExcel/Writer/Excel2007/StringTable.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Writer/Excel2007/Style.php b/application/third_party/PHPExcel/Writer/Excel2007/Style.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Writer/Excel2007/Theme.php b/application/third_party/PHPExcel/Writer/Excel2007/Theme.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Writer/Excel2007/Workbook.php b/application/third_party/PHPExcel/Writer/Excel2007/Workbook.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Writer/Excel2007/Worksheet.php b/application/third_party/PHPExcel/Writer/Excel2007/Worksheet.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Writer/Excel2007/WriterPart.php b/application/third_party/PHPExcel/Writer/Excel2007/WriterPart.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Writer/Excel5.php b/application/third_party/PHPExcel/Writer/Excel5.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Writer/Excel5/BIFFwriter.php b/application/third_party/PHPExcel/Writer/Excel5/BIFFwriter.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Writer/Excel5/Escher.php b/application/third_party/PHPExcel/Writer/Excel5/Escher.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Writer/Excel5/Font.php b/application/third_party/PHPExcel/Writer/Excel5/Font.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Writer/Excel5/Parser.php b/application/third_party/PHPExcel/Writer/Excel5/Parser.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Writer/Excel5/Workbook.php b/application/third_party/PHPExcel/Writer/Excel5/Workbook.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Writer/Excel5/Worksheet.php b/application/third_party/PHPExcel/Writer/Excel5/Worksheet.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Writer/Excel5/Xf.php b/application/third_party/PHPExcel/Writer/Excel5/Xf.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Writer/Exception.php b/application/third_party/PHPExcel/Writer/Exception.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Writer/HTML.php b/application/third_party/PHPExcel/Writer/HTML.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Writer/IWriter.php b/application/third_party/PHPExcel/Writer/IWriter.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Writer/OpenDocument.php b/application/third_party/PHPExcel/Writer/OpenDocument.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Writer/OpenDocument/Cell/Comment.php b/application/third_party/PHPExcel/Writer/OpenDocument/Cell/Comment.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Writer/OpenDocument/Content.php b/application/third_party/PHPExcel/Writer/OpenDocument/Content.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Writer/OpenDocument/Meta.php b/application/third_party/PHPExcel/Writer/OpenDocument/Meta.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Writer/OpenDocument/MetaInf.php b/application/third_party/PHPExcel/Writer/OpenDocument/MetaInf.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Writer/OpenDocument/Mimetype.php b/application/third_party/PHPExcel/Writer/OpenDocument/Mimetype.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Writer/OpenDocument/Settings.php b/application/third_party/PHPExcel/Writer/OpenDocument/Settings.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Writer/OpenDocument/Styles.php b/application/third_party/PHPExcel/Writer/OpenDocument/Styles.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Writer/OpenDocument/Thumbnails.php b/application/third_party/PHPExcel/Writer/OpenDocument/Thumbnails.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Writer/OpenDocument/WriterPart.php b/application/third_party/PHPExcel/Writer/OpenDocument/WriterPart.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Writer/PDF.php b/application/third_party/PHPExcel/Writer/PDF.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Writer/PDF/Core.php b/application/third_party/PHPExcel/Writer/PDF/Core.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Writer/PDF/DomPDF.php b/application/third_party/PHPExcel/Writer/PDF/DomPDF.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Writer/PDF/mPDF.php b/application/third_party/PHPExcel/Writer/PDF/mPDF.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/Writer/PDF/tcPDF.php b/application/third_party/PHPExcel/Writer/PDF/tcPDF.php old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/locale/bg/config b/application/third_party/PHPExcel/locale/bg/config old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/locale/cs/config b/application/third_party/PHPExcel/locale/cs/config old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/locale/cs/functions b/application/third_party/PHPExcel/locale/cs/functions old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/locale/da/config b/application/third_party/PHPExcel/locale/da/config old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/locale/da/functions b/application/third_party/PHPExcel/locale/da/functions old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/locale/de/config b/application/third_party/PHPExcel/locale/de/config old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/locale/de/functions b/application/third_party/PHPExcel/locale/de/functions old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/locale/en/uk/config b/application/third_party/PHPExcel/locale/en/uk/config old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/locale/es/config b/application/third_party/PHPExcel/locale/es/config old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/locale/es/functions b/application/third_party/PHPExcel/locale/es/functions old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/locale/fi/config b/application/third_party/PHPExcel/locale/fi/config old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/locale/fi/functions b/application/third_party/PHPExcel/locale/fi/functions old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/locale/fr/config b/application/third_party/PHPExcel/locale/fr/config old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/locale/fr/functions b/application/third_party/PHPExcel/locale/fr/functions old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/locale/hu/config b/application/third_party/PHPExcel/locale/hu/config old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/locale/hu/functions b/application/third_party/PHPExcel/locale/hu/functions old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/locale/it/config b/application/third_party/PHPExcel/locale/it/config old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/locale/it/functions b/application/third_party/PHPExcel/locale/it/functions old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/locale/nl/config b/application/third_party/PHPExcel/locale/nl/config old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/locale/nl/functions b/application/third_party/PHPExcel/locale/nl/functions old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/locale/no/config b/application/third_party/PHPExcel/locale/no/config old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/locale/no/functions b/application/third_party/PHPExcel/locale/no/functions old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/locale/pl/config b/application/third_party/PHPExcel/locale/pl/config old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/locale/pl/functions b/application/third_party/PHPExcel/locale/pl/functions old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/locale/pt/br/config b/application/third_party/PHPExcel/locale/pt/br/config old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/locale/pt/br/functions b/application/third_party/PHPExcel/locale/pt/br/functions old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/locale/pt/config b/application/third_party/PHPExcel/locale/pt/config old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/locale/pt/functions b/application/third_party/PHPExcel/locale/pt/functions old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/locale/ru/config b/application/third_party/PHPExcel/locale/ru/config old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/locale/ru/functions b/application/third_party/PHPExcel/locale/ru/functions old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/locale/sv/config b/application/third_party/PHPExcel/locale/sv/config old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/locale/sv/functions b/application/third_party/PHPExcel/locale/sv/functions old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/locale/tr/config b/application/third_party/PHPExcel/locale/tr/config old mode 100755 new mode 100644 diff --git a/application/third_party/PHPExcel/locale/tr/functions b/application/third_party/PHPExcel/locale/tr/functions old mode 100755 new mode 100644 diff --git a/application/third_party/PHPReport.php b/application/third_party/PHPReport.php old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/LICENSE.LGPL b/application/third_party/dompdf/LICENSE.LGPL old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/dompdf.php b/application/third_party/dompdf/dompdf.php old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/dompdf_config.custom.inc.php b/application/third_party/dompdf/dompdf_config.custom.inc.php old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/dompdf_config.inc.php b/application/third_party/dompdf/dompdf_config.inc.php old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/include/absolute_positioner.cls.php b/application/third_party/dompdf/include/absolute_positioner.cls.php old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/include/abstract_renderer.cls.php b/application/third_party/dompdf/include/abstract_renderer.cls.php old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/include/attribute_translator.cls.php b/application/third_party/dompdf/include/attribute_translator.cls.php old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/include/block_frame_decorator.cls.php b/application/third_party/dompdf/include/block_frame_decorator.cls.php old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/include/block_frame_reflower.cls.php b/application/third_party/dompdf/include/block_frame_reflower.cls.php old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/include/block_positioner.cls.php b/application/third_party/dompdf/include/block_positioner.cls.php old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/include/block_renderer.cls.php b/application/third_party/dompdf/include/block_renderer.cls.php old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/include/cached_pdf_decorator.cls.php b/application/third_party/dompdf/include/cached_pdf_decorator.cls.php old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/include/canvas.cls.php b/application/third_party/dompdf/include/canvas.cls.php old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/include/canvas_factory.cls.php b/application/third_party/dompdf/include/canvas_factory.cls.php old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/include/cellmap.cls.php b/application/third_party/dompdf/include/cellmap.cls.php old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/include/cpdf_adapter.cls.php b/application/third_party/dompdf/include/cpdf_adapter.cls.php old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/include/css_color.cls.php b/application/third_party/dompdf/include/css_color.cls.php old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/include/dompdf.cls.php b/application/third_party/dompdf/include/dompdf.cls.php old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/include/dompdf_exception.cls.php b/application/third_party/dompdf/include/dompdf_exception.cls.php old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/include/dompdf_internal_exception.cls.php b/application/third_party/dompdf/include/dompdf_internal_exception.cls.php old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/include/file.skel b/application/third_party/dompdf/include/file.skel old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/include/fixed_positioner.cls.php b/application/third_party/dompdf/include/fixed_positioner.cls.php old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/include/font_metrics.cls.php b/application/third_party/dompdf/include/font_metrics.cls.php old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/include/frame.cls.php b/application/third_party/dompdf/include/frame.cls.php old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/include/frame_decorator.cls.php b/application/third_party/dompdf/include/frame_decorator.cls.php old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/include/frame_factory.cls.php b/application/third_party/dompdf/include/frame_factory.cls.php old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/include/frame_reflower.cls.php b/application/third_party/dompdf/include/frame_reflower.cls.php old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/include/frame_tree.cls.php b/application/third_party/dompdf/include/frame_tree.cls.php old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/include/functions.inc.php b/application/third_party/dompdf/include/functions.inc.php old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/include/gd_adapter.cls.php b/application/third_party/dompdf/include/gd_adapter.cls.php old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/include/image_cache.cls.php b/application/third_party/dompdf/include/image_cache.cls.php old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/include/image_frame_decorator.cls.php b/application/third_party/dompdf/include/image_frame_decorator.cls.php old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/include/image_frame_reflower.cls.php b/application/third_party/dompdf/include/image_frame_reflower.cls.php old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/include/image_renderer.cls.php b/application/third_party/dompdf/include/image_renderer.cls.php old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/include/inline_frame_decorator.cls.php b/application/third_party/dompdf/include/inline_frame_decorator.cls.php old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/include/inline_frame_reflower.cls.php b/application/third_party/dompdf/include/inline_frame_reflower.cls.php old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/include/inline_positioner.cls.php b/application/third_party/dompdf/include/inline_positioner.cls.php old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/include/inline_renderer.cls.php b/application/third_party/dompdf/include/inline_renderer.cls.php old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/include/javascript_embedder.cls.php b/application/third_party/dompdf/include/javascript_embedder.cls.php old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/include/list_bullet_frame_decorator.cls.php b/application/third_party/dompdf/include/list_bullet_frame_decorator.cls.php old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/include/list_bullet_frame_reflower.cls.php b/application/third_party/dompdf/include/list_bullet_frame_reflower.cls.php old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/include/list_bullet_image_frame_decorator.cls.php b/application/third_party/dompdf/include/list_bullet_image_frame_decorator.cls.php old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/include/list_bullet_positioner.cls.php b/application/third_party/dompdf/include/list_bullet_positioner.cls.php old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/include/list_bullet_renderer.cls.php b/application/third_party/dompdf/include/list_bullet_renderer.cls.php old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/include/null_frame_decorator.cls.php b/application/third_party/dompdf/include/null_frame_decorator.cls.php old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/include/null_frame_reflower.cls.php b/application/third_party/dompdf/include/null_frame_reflower.cls.php old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/include/null_positioner.cls.php b/application/third_party/dompdf/include/null_positioner.cls.php old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/include/page_cache.cls.php b/application/third_party/dompdf/include/page_cache.cls.php old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/include/page_frame_decorator.cls.php b/application/third_party/dompdf/include/page_frame_decorator.cls.php old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/include/page_frame_reflower.cls.php b/application/third_party/dompdf/include/page_frame_reflower.cls.php old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/include/pdflib_adapter.cls.php b/application/third_party/dompdf/include/pdflib_adapter.cls.php old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/include/php_evaluator.cls.php b/application/third_party/dompdf/include/php_evaluator.cls.php old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/include/positioner.cls.php b/application/third_party/dompdf/include/positioner.cls.php old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/include/renderer.cls.php b/application/third_party/dompdf/include/renderer.cls.php old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/include/style.cls.php b/application/third_party/dompdf/include/style.cls.php old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/include/stylesheet.cls.php b/application/third_party/dompdf/include/stylesheet.cls.php old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/include/table_cell_frame_decorator.cls.php b/application/third_party/dompdf/include/table_cell_frame_decorator.cls.php old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/include/table_cell_frame_reflower.cls.php b/application/third_party/dompdf/include/table_cell_frame_reflower.cls.php old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/include/table_cell_positioner.cls.php b/application/third_party/dompdf/include/table_cell_positioner.cls.php old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/include/table_cell_renderer.cls.php b/application/third_party/dompdf/include/table_cell_renderer.cls.php old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/include/table_frame_decorator.cls.php b/application/third_party/dompdf/include/table_frame_decorator.cls.php old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/include/table_frame_reflower.cls.php b/application/third_party/dompdf/include/table_frame_reflower.cls.php old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/include/table_row_frame_decorator.cls.php b/application/third_party/dompdf/include/table_row_frame_decorator.cls.php old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/include/table_row_frame_reflower.cls.php b/application/third_party/dompdf/include/table_row_frame_reflower.cls.php old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/include/table_row_group_frame_decorator.cls.php b/application/third_party/dompdf/include/table_row_group_frame_decorator.cls.php old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/include/table_row_group_frame_reflower.cls.php b/application/third_party/dompdf/include/table_row_group_frame_reflower.cls.php old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/include/table_row_positioner.cls.php b/application/third_party/dompdf/include/table_row_positioner.cls.php old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/include/tcpdf_adapter.cls.php b/application/third_party/dompdf/include/tcpdf_adapter.cls.php old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/include/text_frame_decorator.cls.php b/application/third_party/dompdf/include/text_frame_decorator.cls.php old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/include/text_frame_reflower.cls.php b/application/third_party/dompdf/include/text_frame_reflower.cls.php old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/include/text_renderer.cls.php b/application/third_party/dompdf/include/text_renderer.cls.php old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/include/ttf_info.cls.php b/application/third_party/dompdf/include/ttf_info.cls.php old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/index.php b/application/third_party/dompdf/index.php old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/class.pdf.php b/application/third_party/dompdf/lib/class.pdf.php old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/fonts/Courier-Bold.afm b/application/third_party/dompdf/lib/fonts/Courier-Bold.afm old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/fonts/Courier-BoldOblique.afm b/application/third_party/dompdf/lib/fonts/Courier-BoldOblique.afm old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/fonts/Courier-Oblique.afm b/application/third_party/dompdf/lib/fonts/Courier-Oblique.afm old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/fonts/Courier.afm b/application/third_party/dompdf/lib/fonts/Courier.afm old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/fonts/Helvetica-Bold.afm b/application/third_party/dompdf/lib/fonts/Helvetica-Bold.afm old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/fonts/Helvetica-Bold.afm.php b/application/third_party/dompdf/lib/fonts/Helvetica-Bold.afm.php old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/fonts/Helvetica-BoldOblique.afm b/application/third_party/dompdf/lib/fonts/Helvetica-BoldOblique.afm old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/fonts/Helvetica-Oblique.afm b/application/third_party/dompdf/lib/fonts/Helvetica-Oblique.afm old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/fonts/Helvetica.afm b/application/third_party/dompdf/lib/fonts/Helvetica.afm old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/fonts/Helvetica.afm.php b/application/third_party/dompdf/lib/fonts/Helvetica.afm.php old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/fonts/Symbol.afm b/application/third_party/dompdf/lib/fonts/Symbol.afm old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/fonts/Times-Bold.afm b/application/third_party/dompdf/lib/fonts/Times-Bold.afm old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/fonts/Times-Bold.afm.php b/application/third_party/dompdf/lib/fonts/Times-Bold.afm.php old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/fonts/Times-BoldItalic.afm b/application/third_party/dompdf/lib/fonts/Times-BoldItalic.afm old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/fonts/Times-BoldItalic.afm.php b/application/third_party/dompdf/lib/fonts/Times-BoldItalic.afm.php old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/fonts/Times-Italic.afm b/application/third_party/dompdf/lib/fonts/Times-Italic.afm old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/fonts/Times-Italic.afm.php b/application/third_party/dompdf/lib/fonts/Times-Italic.afm.php old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/fonts/Times-Roman.afm b/application/third_party/dompdf/lib/fonts/Times-Roman.afm old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/fonts/Times-Roman.afm.php b/application/third_party/dompdf/lib/fonts/Times-Roman.afm.php old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/fonts/ZapfDingbats.afm b/application/third_party/dompdf/lib/fonts/ZapfDingbats.afm old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/fonts/dompdf_font_family_cache.dist.php b/application/third_party/dompdf/lib/fonts/dompdf_font_family_cache.dist.php old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/fonts/log.htm b/application/third_party/dompdf/lib/fonts/log.htm old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/fonts/mustRead.html b/application/third_party/dompdf/lib/fonts/mustRead.html old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/res/broken_image.png b/application/third_party/dompdf/lib/res/broken_image.png old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/res/html.css b/application/third_party/dompdf/lib/res/html.css old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/README.TXT b/application/third_party/dompdf/lib/ttf2ufm/README.TXT old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/bin/ttf2ufm.exe b/application/third_party/dompdf/lib/ttf2ufm/bin/ttf2ufm.exe old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/CHANGES b/application/third_party/dompdf/lib/ttf2ufm/src/CHANGES old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/CHANGES.html b/application/third_party/dompdf/lib/ttf2ufm/src/CHANGES.html old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/COPYRIGHT b/application/third_party/dompdf/lib/ttf2ufm/src/COPYRIGHT old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/FONTS b/application/third_party/dompdf/lib/ttf2ufm/src/FONTS old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/FONTS.hpux b/application/third_party/dompdf/lib/ttf2ufm/src/FONTS.hpux old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/FONTS.hpux.html b/application/third_party/dompdf/lib/ttf2ufm/src/FONTS.hpux.html old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/FONTS.html b/application/third_party/dompdf/lib/ttf2ufm/src/FONTS.html old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/Makefile b/application/third_party/dompdf/lib/ttf2ufm/src/Makefile old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/README b/application/third_party/dompdf/lib/ttf2ufm/src/README old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/README.FIRST b/application/third_party/dompdf/lib/ttf2ufm/src/README.FIRST old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/README.html b/application/third_party/dompdf/lib/ttf2ufm/src/README.html old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/app/RPM/Makefile b/application/third_party/dompdf/lib/ttf2ufm/src/app/RPM/Makefile old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/app/RPM/ttf2pt1.spec b/application/third_party/dompdf/lib/ttf2ufm/src/app/RPM/ttf2pt1.spec old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/app/RPM/ttf2pt1.spec.src b/application/third_party/dompdf/lib/ttf2ufm/src/app/RPM/ttf2pt1.spec.src old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/app/TeX/README b/application/third_party/dompdf/lib/ttf2ufm/src/app/TeX/README old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/app/TeX/README.html b/application/third_party/dompdf/lib/ttf2ufm/src/app/TeX/README.html old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/app/TeX/cjk-latex-config b/application/third_party/dompdf/lib/ttf2ufm/src/app/TeX/cjk-latex-config old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/app/TeX/cjk-latex-t1mapgen b/application/third_party/dompdf/lib/ttf2ufm/src/app/TeX/cjk-latex-t1mapgen old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/app/TeX/sfd2map b/application/third_party/dompdf/lib/ttf2ufm/src/app/TeX/sfd2map old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/app/X11/README b/application/third_party/dompdf/lib/ttf2ufm/src/app/X11/README old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/app/X11/README.html b/application/third_party/dompdf/lib/ttf2ufm/src/app/X11/README.html old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/app/X11/t1-xf86.334.patch b/application/third_party/dompdf/lib/ttf2ufm/src/app/X11/t1-xf86.334.patch old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/app/X11/t1-xf86.39.patch b/application/third_party/dompdf/lib/ttf2ufm/src/app/X11/t1-xf86.39.patch old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/app/netscape/Makefile b/application/third_party/dompdf/lib/ttf2ufm/src/app/netscape/Makefile old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/app/netscape/README b/application/third_party/dompdf/lib/ttf2ufm/src/app/netscape/README old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/app/netscape/README.html b/application/third_party/dompdf/lib/ttf2ufm/src/app/netscape/README.html old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/app/netscape/fontsz.cf b/application/third_party/dompdf/lib/ttf2ufm/src/app/netscape/fontsz.cf old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/app/netscape/notscape b/application/third_party/dompdf/lib/ttf2ufm/src/app/netscape/notscape old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/app/netscape/nsfilter b/application/third_party/dompdf/lib/ttf2ufm/src/app/netscape/nsfilter old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/app/netscape/nsfix.c b/application/third_party/dompdf/lib/ttf2ufm/src/app/netscape/nsfix.c old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/app/netscape/nspr b/application/third_party/dompdf/lib/ttf2ufm/src/app/netscape/nspr old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/app/netscape/nsprint b/application/third_party/dompdf/lib/ttf2ufm/src/app/netscape/nsprint old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/app/netscape/psfonts.cf b/application/third_party/dompdf/lib/ttf2ufm/src/app/netscape/psfonts.cf old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/bdf.c b/application/third_party/dompdf/lib/ttf2ufm/src/bdf.c old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/bitmap.c b/application/third_party/dompdf/lib/ttf2ufm/src/bitmap.c old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/byteorder.h b/application/third_party/dompdf/lib/ttf2ufm/src/byteorder.h old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/cygbuild.sh b/application/third_party/dompdf/lib/ttf2ufm/src/cygbuild.sh old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/encodings/README b/application/third_party/dompdf/lib/ttf2ufm/src/encodings/README old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/encodings/README.html b/application/third_party/dompdf/lib/ttf2ufm/src/encodings/README.html old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/encodings/adobestd/adobe-std.tbl b/application/third_party/dompdf/lib/ttf2ufm/src/encodings/adobestd/adobe-std.tbl old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/encodings/bulgarian/README b/application/third_party/dompdf/lib/ttf2ufm/src/encodings/bulgarian/README old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/encodings/bulgarian/encodings.alias b/application/third_party/dompdf/lib/ttf2ufm/src/encodings/bulgarian/encodings.alias old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/encodings/bulgarian/ibm-1251.tbl b/application/third_party/dompdf/lib/ttf2ufm/src/encodings/bulgarian/ibm-1251.tbl old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/encodings/bulgarian/ibm-866.tbl b/application/third_party/dompdf/lib/ttf2ufm/src/encodings/bulgarian/ibm-866.tbl old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/encodings/bulgarian/iso8859-5.tbl b/application/third_party/dompdf/lib/ttf2ufm/src/encodings/bulgarian/iso8859-5.tbl old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/encodings/bulgarian/koi8-r.tbl b/application/third_party/dompdf/lib/ttf2ufm/src/encodings/bulgarian/koi8-r.tbl old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/encodings/cyrillic/encodings.alias b/application/third_party/dompdf/lib/ttf2ufm/src/encodings/cyrillic/encodings.alias old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/encodings/cyrillic/ibm-1251.tbl b/application/third_party/dompdf/lib/ttf2ufm/src/encodings/cyrillic/ibm-1251.tbl old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/encodings/cyrillic/ibm-866.tbl b/application/third_party/dompdf/lib/ttf2ufm/src/encodings/cyrillic/ibm-866.tbl old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/encodings/cyrillic/iso8859-5.tbl b/application/third_party/dompdf/lib/ttf2ufm/src/encodings/cyrillic/iso8859-5.tbl old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/encodings/cyrillic/koi8-r.tbl b/application/third_party/dompdf/lib/ttf2ufm/src/encodings/cyrillic/koi8-r.tbl old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/encodings/latin1/iso8859-1.tbl b/application/third_party/dompdf/lib/ttf2ufm/src/encodings/latin1/iso8859-1.tbl old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/encodings/latin2/iso8859-2.tbl b/application/third_party/dompdf/lib/ttf2ufm/src/encodings/latin2/iso8859-2.tbl old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/encodings/latin4/iso8859-4 b/application/third_party/dompdf/lib/ttf2ufm/src/encodings/latin4/iso8859-4 old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/encodings/latin4/iso8859-4.tbl b/application/third_party/dompdf/lib/ttf2ufm/src/encodings/latin4/iso8859-4.tbl old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/encodings/latin5/iso8859-9 b/application/third_party/dompdf/lib/ttf2ufm/src/encodings/latin5/iso8859-9 old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/encodings/russian/README b/application/third_party/dompdf/lib/ttf2ufm/src/encodings/russian/README old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/encodings/russian/encodings.alias b/application/third_party/dompdf/lib/ttf2ufm/src/encodings/russian/encodings.alias old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/encodings/russian/ibm-1251.tbl b/application/third_party/dompdf/lib/ttf2ufm/src/encodings/russian/ibm-1251.tbl old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/encodings/russian/ibm-866.tbl b/application/third_party/dompdf/lib/ttf2ufm/src/encodings/russian/ibm-866.tbl old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/encodings/russian/iso8859-5.tbl b/application/third_party/dompdf/lib/ttf2ufm/src/encodings/russian/iso8859-5.tbl old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/encodings/russian/koi8-r.tbl b/application/third_party/dompdf/lib/ttf2ufm/src/encodings/russian/koi8-r.tbl old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/ft.c b/application/third_party/dompdf/lib/ttf2ufm/src/ft.c old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/global.h b/application/third_party/dompdf/lib/ttf2ufm/src/global.h old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/maps/CP1250.map b/application/third_party/dompdf/lib/ttf2ufm/src/maps/CP1250.map old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/maps/CP1251.map b/application/third_party/dompdf/lib/ttf2ufm/src/maps/CP1251.map old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/maps/T2A_compact.map b/application/third_party/dompdf/lib/ttf2ufm/src/maps/T2A_compact.map old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/maps/adobe-standard-encoding.map b/application/third_party/dompdf/lib/ttf2ufm/src/maps/adobe-standard-encoding.map old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/maps/cubg5plus.map b/application/third_party/dompdf/lib/ttf2ufm/src/maps/cubg5plus.map old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/maps/cubig5.map b/application/third_party/dompdf/lib/ttf2ufm/src/maps/cubig5.map old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/maps/cugb.map b/application/third_party/dompdf/lib/ttf2ufm/src/maps/cugb.map old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/maps/cugbk.map b/application/third_party/dompdf/lib/ttf2ufm/src/maps/cugbk.map old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/maps/ubig5.map b/application/third_party/dompdf/lib/ttf2ufm/src/maps/ubig5.map old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/maps/ugb.map b/application/third_party/dompdf/lib/ttf2ufm/src/maps/ugb.map old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/maps/ugbk.map b/application/third_party/dompdf/lib/ttf2ufm/src/maps/ugbk.map old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/maps/unicode-sample.map b/application/third_party/dompdf/lib/ttf2ufm/src/maps/unicode-sample.map old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/other/Makefile b/application/third_party/dompdf/lib/ttf2ufm/src/other/Makefile old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/other/README b/application/third_party/dompdf/lib/ttf2ufm/src/other/README old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/other/README.html b/application/third_party/dompdf/lib/ttf2ufm/src/other/README.html old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/other/bmpfont.h b/application/third_party/dompdf/lib/ttf2ufm/src/other/bmpfont.h old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/other/bz.c b/application/third_party/dompdf/lib/ttf2ufm/src/other/bz.c old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/other/bzscreen.c b/application/third_party/dompdf/lib/ttf2ufm/src/other/bzscreen.c old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/other/bzscreen.h b/application/third_party/dompdf/lib/ttf2ufm/src/other/bzscreen.h old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/other/cmpf.c b/application/third_party/dompdf/lib/ttf2ufm/src/other/cmpf.c old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/other/cntstems.pl b/application/third_party/dompdf/lib/ttf2ufm/src/other/cntstems.pl old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/other/dmpf.c b/application/third_party/dompdf/lib/ttf2ufm/src/other/dmpf.c old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/other/lst.pl b/application/third_party/dompdf/lib/ttf2ufm/src/other/lst.pl old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/other/showdf b/application/third_party/dompdf/lib/ttf2ufm/src/other/showdf old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/other/showg b/application/third_party/dompdf/lib/ttf2ufm/src/other/showg old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/pt1.c b/application/third_party/dompdf/lib/ttf2ufm/src/pt1.c old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/pt1.h b/application/third_party/dompdf/lib/ttf2ufm/src/pt1.h old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/runt1asm.c b/application/third_party/dompdf/lib/ttf2ufm/src/runt1asm.c old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/scripts/convert b/application/third_party/dompdf/lib/ttf2ufm/src/scripts/convert old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/scripts/convert.cfg.sample b/application/third_party/dompdf/lib/ttf2ufm/src/scripts/convert.cfg.sample old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/scripts/forceiso b/application/third_party/dompdf/lib/ttf2ufm/src/scripts/forceiso old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/scripts/frommap b/application/third_party/dompdf/lib/ttf2ufm/src/scripts/frommap old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/scripts/html2man b/application/third_party/dompdf/lib/ttf2ufm/src/scripts/html2man old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/scripts/inst_dir b/application/third_party/dompdf/lib/ttf2ufm/src/scripts/inst_dir old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/scripts/inst_file b/application/third_party/dompdf/lib/ttf2ufm/src/scripts/inst_file old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/scripts/mkrel b/application/third_party/dompdf/lib/ttf2ufm/src/scripts/mkrel old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/scripts/t1fdir b/application/third_party/dompdf/lib/ttf2ufm/src/scripts/t1fdir old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/scripts/trans b/application/third_party/dompdf/lib/ttf2ufm/src/scripts/trans old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/scripts/unhtml b/application/third_party/dompdf/lib/ttf2ufm/src/scripts/unhtml old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/scripts/x2gs b/application/third_party/dompdf/lib/ttf2ufm/src/scripts/x2gs old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/t1asm.c b/application/third_party/dompdf/lib/ttf2ufm/src/t1asm.c old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/ttf.c b/application/third_party/dompdf/lib/ttf2ufm/src/ttf.c old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/ttf.h b/application/third_party/dompdf/lib/ttf2ufm/src/ttf.h old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/ttf2pt1.1 b/application/third_party/dompdf/lib/ttf2ufm/src/ttf2pt1.1 old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/ttf2pt1.c b/application/third_party/dompdf/lib/ttf2ufm/src/ttf2pt1.c old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/ttf2pt1_convert.1 b/application/third_party/dompdf/lib/ttf2ufm/src/ttf2pt1_convert.1 old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/ttf2pt1_x2gs.1 b/application/third_party/dompdf/lib/ttf2ufm/src/ttf2pt1_x2gs.1 old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/ttf2ufm b/application/third_party/dompdf/lib/ttf2ufm/src/ttf2ufm old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/version.h b/application/third_party/dompdf/lib/ttf2ufm/src/version.h old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/winbuild.bat b/application/third_party/dompdf/lib/ttf2ufm/src/winbuild.bat old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/lib/ttf2ufm/src/windows.h b/application/third_party/dompdf/lib/ttf2ufm/src/windows.h old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/load_font.php b/application/third_party/dompdf/load_font.php old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/controller.php b/application/third_party/dompdf/www/controller.php old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/cssSandpaper/css/reset.css b/application/third_party/dompdf/www/cssSandpaper/css/reset.css old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/cssSandpaper/js/EventHelpers.js b/application/third_party/dompdf/www/cssSandpaper/js/EventHelpers.js old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/cssSandpaper/js/cssQuery-p.js b/application/third_party/dompdf/www/cssSandpaper/js/cssQuery-p.js old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/cssSandpaper/js/cssSandpaper.js b/application/third_party/dompdf/www/cssSandpaper/js/cssSandpaper.js old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/cssSandpaper/js/jcoglan.com/sylvester.js b/application/third_party/dompdf/www/cssSandpaper/js/jcoglan.com/sylvester.js old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/debugger.php b/application/third_party/dompdf/www/debugger.php old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/demo.php b/application/third_party/dompdf/www/demo.php old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/examples.php b/application/third_party/dompdf/www/examples.php old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/foot.inc b/application/third_party/dompdf/www/foot.inc old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/head.inc b/application/third_party/dompdf/www/head.inc old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/images/arrow_01.gif b/application/third_party/dompdf/www/images/arrow_01.gif old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/images/arrow_02.gif b/application/third_party/dompdf/www/images/arrow_02.gif old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/images/arrow_03.gif b/application/third_party/dompdf/www/images/arrow_03.gif old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/images/arrow_04.gif b/application/third_party/dompdf/www/images/arrow_04.gif old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/images/arrow_05.gif b/application/third_party/dompdf/www/images/arrow_05.gif old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/images/arrow_06.gif b/application/third_party/dompdf/www/images/arrow_06.gif old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/images/css2.png b/application/third_party/dompdf/www/images/css2.png old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/images/dompdf_simple.png b/application/third_party/dompdf/www/images/dompdf_simple.png old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/images/favicon.ico b/application/third_party/dompdf/www/images/favicon.ico old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/images/favicon.png b/application/third_party/dompdf/www/images/favicon.png old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/images/h_bar.gif b/application/third_party/dompdf/www/images/h_bar.gif old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/images/left_arrow.gif b/application/third_party/dompdf/www/images/left_arrow.gif old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/images/logo.png b/application/third_party/dompdf/www/images/logo.png old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/images/logo.xcf b/application/third_party/dompdf/www/images/logo.xcf old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/images/php5-power-micro.png b/application/third_party/dompdf/www/images/php5-power-micro.png old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/images/small_logo.png b/application/third_party/dompdf/www/images/small_logo.png old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/images/star_01.gif b/application/third_party/dompdf/www/images/star_01.gif old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/images/star_02.gif b/application/third_party/dompdf/www/images/star_02.gif old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/images/star_03.gif b/application/third_party/dompdf/www/images/star_03.gif old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/images/star_04.gif b/application/third_party/dompdf/www/images/star_04.gif old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/images/star_05.gif b/application/third_party/dompdf/www/images/star_05.gif old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/images/title.gif b/application/third_party/dompdf/www/images/title.gif old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/images/v_bar.gif b/application/third_party/dompdf/www/images/v_bar.gif old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/images/xhtml10.png b/application/third_party/dompdf/www/images/xhtml10.png old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/index.php b/application/third_party/dompdf/www/index.php old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/jquery-1.4.2.js b/application/third_party/dompdf/www/jquery-1.4.2.js old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/setup.php b/application/third_party/dompdf/www/setup.php old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/style.css b/application/third_party/dompdf/www/style.css old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/backgroundcolor_fontdecoration_pageborder.html b/application/third_party/dompdf/www/test/backgroundcolor_fontdecoration_pageborder.html old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/css/common.css b/application/third_party/dompdf/www/test/css/common.css old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/css/importabs.css b/application/third_party/dompdf/www/test/css/importabs.css old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/css/importall.css b/application/third_party/dompdf/www/test/css/importall.css old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/css/importdisplay.css b/application/third_party/dompdf/www/test/css/importdisplay.css old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/css/importprint.css b/application/third_party/dompdf/www/test/css/importprint.css old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/css/importsub.css b/application/third_party/dompdf/www/test/css/importsub.css old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/css/linkall.css b/application/third_party/dompdf/www/test/css/linkall.css old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/css/linkdefault.css b/application/third_party/dompdf/www/test/css/linkdefault.css old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/css/linkdisplay.css b/application/third_party/dompdf/www/test/css/linkdisplay.css old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/css/linkprint.css b/application/third_party/dompdf/www/test/css/linkprint.css old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/css/print_static.css b/application/third_party/dompdf/www/test/css/print_static.css old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/css_2d_transforms.html b/application/third_party/dompdf/www/test/css_2d_transforms.html old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/css_baseline.html b/application/third_party/dompdf/www/test/css_baseline.html old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/css_block_height.html b/application/third_party/dompdf/www/test/css_block_height.html old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/css_border.html b/application/third_party/dompdf/www/test/css_border.html old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/css_border_values.html b/application/third_party/dompdf/www/test/css_border_values.html old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/css_color_cmyk.html b/application/third_party/dompdf/www/test/css_color_cmyk.html old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/css_content.html b/application/third_party/dompdf/www/test/css_content.html old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/css_float.html b/application/third_party/dompdf/www/test/css_float.html old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/css_font_selection.html b/application/third_party/dompdf/www/test/css_font_selection.html old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/css_important_flag.html b/application/third_party/dompdf/www/test/css_important_flag.html old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/css_letter_spacing.html b/application/third_party/dompdf/www/test/css_letter_spacing.html old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/css_line_height.html b/application/third_party/dompdf/www/test/css_line_height.html old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/css_margin.html b/application/third_party/dompdf/www/test/css_margin.html old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/css_media.html b/application/third_party/dompdf/www/test/css_media.html old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/css_multiple_class.html b/application/third_party/dompdf/www/test/css_multiple_class.html old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/css_opacity.html b/application/third_party/dompdf/www/test/css_opacity.html old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/css_outline.html b/application/third_party/dompdf/www/test/css_outline.html old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/css_overflow_hidden.html b/application/third_party/dompdf/www/test/css_overflow_hidden.html old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/css_position_all.html b/application/third_party/dompdf/www/test/css_position_all.html old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/css_position_fixed.html b/application/third_party/dompdf/www/test/css_position_fixed.html old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/css_selectors.html b/application/third_party/dompdf/www/test/css_selectors.html old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/css_table_height.html b/application/third_party/dompdf/www/test/css_table_height.html old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/css_text_align.html b/application/third_party/dompdf/www/test/css_text_align.html old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/css_z_index.html b/application/third_party/dompdf/www/test/css_z_index.html old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/demo_01.html b/application/third_party/dompdf/www/test/demo_01.html old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/dom_anchor_link.html b/application/third_party/dompdf/www/test/dom_anchor_link.html old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/dom_br.html b/application/third_party/dompdf/www/test/dom_br.html old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/dom_large_table.html b/application/third_party/dompdf/www/test/dom_large_table.html old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/dom_long_table.php b/application/third_party/dompdf/www/test/dom_long_table.php old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/dom_nbsp.html b/application/third_party/dompdf/www/test/dom_nbsp.html old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/dom_nested_table.html b/application/third_party/dompdf/www/test/dom_nested_table.html old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/dom_ol.html b/application/third_party/dompdf/www/test/dom_ol.html old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/dom_simple_ul.html b/application/third_party/dompdf/www/test/dom_simple_ul.html old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/dom_table.html b/application/third_party/dompdf/www/test/dom_table.html old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/dom_table_01.html b/application/third_party/dompdf/www/test/dom_table_01.html old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/dom_table_image.html b/application/third_party/dompdf/www/test/dom_table_image.html old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/dom_ul.html b/application/third_party/dompdf/www/test/dom_ul.html old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/encoding_entities.html b/application/third_party/dompdf/www/test/encoding_entities.html old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/encoding_latin1.html b/application/third_party/dompdf/www/test/encoding_latin1.html old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/encoding_special.html b/application/third_party/dompdf/www/test/encoding_special.html old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/encoding_symbols.html b/application/third_party/dompdf/www/test/encoding_symbols.html old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/encoding_unicode.html b/application/third_party/dompdf/www/test/encoding_unicode.html old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/encoding_unicode_wrapping.html b/application/third_party/dompdf/www/test/encoding_unicode_wrapping.html old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/encoding_utf-8.html b/application/third_party/dompdf/www/test/encoding_utf-8.html old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/encoding_utf-8_w3.html b/application/third_party/dompdf/www/test/encoding_utf-8_w3.html old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/image_background.html b/application/third_party/dompdf/www/test/image_background.html old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/image_basic.html b/application/third_party/dompdf/www/test/image_basic.html old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/image_bmp.html b/application/third_party/dompdf/www/test/image_bmp.html old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/image_datauri.html b/application/third_party/dompdf/www/test/image_datauri.html old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/image_gif.html b/application/third_party/dompdf/www/test/image_gif.html old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/image_remote.html b/application/third_party/dompdf/www/test/image_remote.html old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/image_transparent_gif.html b/application/third_party/dompdf/www/test/image_transparent_gif.html old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/image_transparent_png.html b/application/third_party/dompdf/www/test/image_transparent_png.html old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/image_variants.html b/application/third_party/dompdf/www/test/image_variants.html old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/images/bmp/test1.bmp b/application/third_party/dompdf/www/test/images/bmp/test1.bmp old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/images/bmp/test1.png b/application/third_party/dompdf/www/test/images/bmp/test1.png old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/images/bmp/test16.bmp b/application/third_party/dompdf/www/test/images/bmp/test16.bmp old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/images/bmp/test16.png b/application/third_party/dompdf/www/test/images/bmp/test16.png old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/images/bmp/test16bf555.bmp b/application/third_party/dompdf/www/test/images/bmp/test16bf555.bmp old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/images/bmp/test16bf555.png b/application/third_party/dompdf/www/test/images/bmp/test16bf555.png old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/images/bmp/test16bf565.bmp b/application/third_party/dompdf/www/test/images/bmp/test16bf565.bmp old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/images/bmp/test16bf565.png b/application/third_party/dompdf/www/test/images/bmp/test16bf565.png old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/images/bmp/test24.bmp b/application/third_party/dompdf/www/test/images/bmp/test24.bmp old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/images/bmp/test24.png b/application/third_party/dompdf/www/test/images/bmp/test24.png old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/images/bmp/test32.bmp b/application/third_party/dompdf/www/test/images/bmp/test32.bmp old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/images/bmp/test32.png b/application/third_party/dompdf/www/test/images/bmp/test32.png old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/images/bmp/test32bf.bmp b/application/third_party/dompdf/www/test/images/bmp/test32bf.bmp old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/images/bmp/test32bf.png b/application/third_party/dompdf/www/test/images/bmp/test32bf.png old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/images/bmp/test32bfv4.bmp b/application/third_party/dompdf/www/test/images/bmp/test32bfv4.bmp old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/images/bmp/test32bfv4.png b/application/third_party/dompdf/www/test/images/bmp/test32bfv4.png old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/images/bmp/test32v5.bmp b/application/third_party/dompdf/www/test/images/bmp/test32v5.bmp old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/images/bmp/test32v5.png b/application/third_party/dompdf/www/test/images/bmp/test32v5.png old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/images/bmp/test4.bmp b/application/third_party/dompdf/www/test/images/bmp/test4.bmp old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/images/bmp/test4.png b/application/third_party/dompdf/www/test/images/bmp/test4.png old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/images/bmp/test4os2v2.bmp b/application/third_party/dompdf/www/test/images/bmp/test4os2v2.bmp old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/images/bmp/test4os2v2.png b/application/third_party/dompdf/www/test/images/bmp/test4os2v2.png old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/images/bmp/test8.bmp b/application/third_party/dompdf/www/test/images/bmp/test8.bmp old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/images/bmp/test8.png b/application/third_party/dompdf/www/test/images/bmp/test8.png old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/images/bmp/test8os2.bmp b/application/third_party/dompdf/www/test/images/bmp/test8os2.bmp old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/images/bmp/test8os2.png b/application/third_party/dompdf/www/test/images/bmp/test8os2.png old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/images/bmp/testcompress4.bmp b/application/third_party/dompdf/www/test/images/bmp/testcompress4.bmp old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/images/bmp/testcompress4.png b/application/third_party/dompdf/www/test/images/bmp/testcompress4.png old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/images/bmp/testcompress8.bmp b/application/third_party/dompdf/www/test/images/bmp/testcompress8.bmp old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/images/bmp/testcompress8.png b/application/third_party/dompdf/www/test/images/bmp/testcompress8.png old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/images/bmp/trans.bmp b/application/third_party/dompdf/www/test/images/bmp/trans.bmp old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/images/bmp/trans.png b/application/third_party/dompdf/www/test/images/bmp/trans.png old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/images/cmyk_test2.jpg b/application/third_party/dompdf/www/test/images/cmyk_test2.jpg old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/images/dokuwiki-128.png b/application/third_party/dompdf/www/test/images/dokuwiki-128.png old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/images/dompdf_simple.png b/application/third_party/dompdf/www/test/images/dompdf_simple.png old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/images/goldengate.jpg b/application/third_party/dompdf/www/test/images/goldengate.jpg old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/images/green.gif b/application/third_party/dompdf/www/test/images/green.gif old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/images/html.png b/application/third_party/dompdf/www/test/images/html.png old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/images/pdf.png b/application/third_party/dompdf/www/test/images/pdf.png old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/images/php.gif b/application/third_party/dompdf/www/test/images/php.gif old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/images/png.png b/application/third_party/dompdf/www/test/images/png.png old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/images/png/gray16a.png b/application/third_party/dompdf/www/test/images/png/gray16a.png old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/images/png/gray16a_bk.png b/application/third_party/dompdf/www/test/images/png/gray16a_bk.png old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/images/png/gray16b.png b/application/third_party/dompdf/www/test/images/png/gray16b.png old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/images/png/gray16b_bk.png b/application/third_party/dompdf/www/test/images/png/gray16b_bk.png old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/images/png/gray8a.png b/application/third_party/dompdf/www/test/images/png/gray8a.png old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/images/png/gray8a_bk.png b/application/third_party/dompdf/www/test/images/png/gray8a_bk.png old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/images/png/gray8b.png b/application/third_party/dompdf/www/test/images/png/gray8b.png old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/images/png/gray8b_bk.png b/application/third_party/dompdf/www/test/images/png/gray8b_bk.png old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/images/png/pal.png b/application/third_party/dompdf/www/test/images/png/pal.png old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/images/png/pal_bk.png b/application/third_party/dompdf/www/test/images/png/pal_bk.png old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/images/png/pal_bk_notrns.png b/application/third_party/dompdf/www/test/images/png/pal_bk_notrns.png old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/images/png/palb.png b/application/third_party/dompdf/www/test/images/png/palb.png old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/images/png/result_16ns.gif b/application/third_party/dompdf/www/test/images/png/result_16ns.gif old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/images/png/result_1trns.gif b/application/third_party/dompdf/www/test/images/png/result_1trns.gif old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/images/png/result_bla.gif b/application/third_party/dompdf/www/test/images/png/result_bla.gif old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/images/png/result_dith.gif b/application/third_party/dompdf/www/test/images/png/result_dith.gif old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/images/png/result_gra.gif b/application/third_party/dompdf/www/test/images/png/result_gra.gif old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/images/png/result_mag.gif b/application/third_party/dompdf/www/test/images/png/result_mag.gif old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/images/png/result_magthr1.gif b/application/third_party/dompdf/www/test/images/png/result_magthr1.gif old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/images/png/result_no.gif b/application/third_party/dompdf/www/test/images/png/result_no.gif old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/images/png/result_nsbug.gif b/application/third_party/dompdf/www/test/images/png/result_nsbug.gif old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/images/png/result_ok.gif b/application/third_party/dompdf/www/test/images/png/result_ok.gif old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/images/png/result_oprbug.gif b/application/third_party/dompdf/www/test/images/png/result_oprbug.gif old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/images/png/result_thr1.gif b/application/third_party/dompdf/www/test/images/png/result_thr1.gif old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/images/png/result_thr128.gif b/application/third_party/dompdf/www/test/images/png/result_thr128.gif old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/images/png/result_thr255.gif b/application/third_party/dompdf/www/test/images/png/result_thr255.gif old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/images/png/result_whi.gif b/application/third_party/dompdf/www/test/images/png/result_whi.gif old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/images/png/result_yel.gif b/application/third_party/dompdf/www/test/images/png/result_yel.gif old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/images/png/result_yelthr1.gif b/application/third_party/dompdf/www/test/images/png/result_yelthr1.gif old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/images/png/resultb_bla.gif b/application/third_party/dompdf/www/test/images/png/resultb_bla.gif old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/images/png/resultb_bug.gif b/application/third_party/dompdf/www/test/images/png/resultb_bug.gif old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/images/png/resultb_mag.gif b/application/third_party/dompdf/www/test/images/png/resultb_mag.gif old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/images/png/resultb_moz2.gif b/application/third_party/dompdf/www/test/images/png/resultb_moz2.gif old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/images/png/resultb_no.gif b/application/third_party/dompdf/www/test/images/png/resultb_no.gif old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/images/png/resultb_ok.gif b/application/third_party/dompdf/www/test/images/png/resultb_ok.gif old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/images/png/resultb_whi.gif b/application/third_party/dompdf/www/test/images/png/resultb_whi.gif old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/images/png/resultb_yel.gif b/application/third_party/dompdf/www/test/images/png/resultb_yel.gif old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/images/png/resultg_bla.gif b/application/third_party/dompdf/www/test/images/png/resultg_bla.gif old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/images/png/resultg_dgr.gif b/application/third_party/dompdf/www/test/images/png/resultg_dgr.gif old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/images/png/resultg_lgr.gif b/application/third_party/dompdf/www/test/images/png/resultg_lgr.gif old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/images/png/resultg_no.gif b/application/third_party/dompdf/www/test/images/png/resultg_no.gif old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/images/png/resultga.gif b/application/third_party/dompdf/www/test/images/png/resultga.gif old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/images/png/resultgb.gif b/application/third_party/dompdf/www/test/images/png/resultgb.gif old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/images/png/resultgb_dgr.gif b/application/third_party/dompdf/www/test/images/png/resultgb_dgr.gif old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/images/png/resultgb_no.gif b/application/third_party/dompdf/www/test/images/png/resultgb_no.gif old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/images/png/resultpb_no.gif b/application/third_party/dompdf/www/test/images/png/resultpb_no.gif old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/images/png/rgb16_t.png b/application/third_party/dompdf/www/test/images/png/rgb16_t.png old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/images/png/rgb16_t_bk.png b/application/third_party/dompdf/www/test/images/png/rgb16_t_bk.png old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/images/png/rgb8_t.png b/application/third_party/dompdf/www/test/images/png/rgb8_t.png old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/images/png/rgb8_t_bk.png b/application/third_party/dompdf/www/test/images/png/rgb8_t_bk.png old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/images/png/rgba16.png b/application/third_party/dompdf/www/test/images/png/rgba16.png old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/images/png/rgba16_bk.png b/application/third_party/dompdf/www/test/images/png/rgba16_bk.png old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/images/png/rgba8.png b/application/third_party/dompdf/www/test/images/png/rgba8.png old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/images/png/rgba8_bk.png b/application/third_party/dompdf/www/test/images/png/rgba8_bk.png old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/images/png/stripe.gif b/application/third_party/dompdf/www/test/images/png/stripe.gif old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/images/smiley.png b/application/third_party/dompdf/www/test/images/smiley.png old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/images/what_ordered.gif b/application/third_party/dompdf/www/test/images/what_ordered.gif old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/page_pages.html b/application/third_party/dompdf/www/test/page_pages.html old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/quirks_center_table.html b/application/third_party/dompdf/www/test/quirks_center_table.html old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/quirks_font_tag.html b/application/third_party/dompdf/www/test/quirks_font_tag.html old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/quirks_html_attributes.html b/application/third_party/dompdf/www/test/quirks_html_attributes.html old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/script_javascript.html b/application/third_party/dompdf/www/test/script_javascript.html old mode 100755 new mode 100644 diff --git a/application/third_party/dompdf/www/test/script_php.php b/application/third_party/dompdf/www/test/script_php.php old mode 100755 new mode 100644 diff --git a/application/third_party/index.html b/application/third_party/index.html old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/CHANGELOG.txt b/application/third_party/mpdf/CHANGELOG.txt old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/CREDITS.txt b/application/third_party/mpdf/CREDITS.txt old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/LICENSE.txt b/application/third_party/mpdf/LICENSE.txt old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/README.txt b/application/third_party/mpdf/README.txt old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/classes/barcode.php b/application/third_party/mpdf/classes/barcode.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/classes/bmp.php b/application/third_party/mpdf/classes/bmp.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/classes/cssmgr.php b/application/third_party/mpdf/classes/cssmgr.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/classes/desktop.ini b/application/third_party/mpdf/classes/desktop.ini old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/classes/directw.php b/application/third_party/mpdf/classes/directw.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/classes/gif.php b/application/third_party/mpdf/classes/gif.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/classes/grad.php b/application/third_party/mpdf/classes/grad.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/classes/indic.php b/application/third_party/mpdf/classes/indic.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/classes/meter.php b/application/third_party/mpdf/classes/meter.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/classes/mpdfform.php b/application/third_party/mpdf/classes/mpdfform.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/classes/myanmar.php b/application/third_party/mpdf/classes/myanmar.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/classes/otl.php b/application/third_party/mpdf/classes/otl.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/classes/otl_dump.php b/application/third_party/mpdf/classes/otl_dump.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/classes/sea.php b/application/third_party/mpdf/classes/sea.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/classes/svg.php b/application/third_party/mpdf/classes/svg.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/classes/tocontents.php b/application/third_party/mpdf/classes/tocontents.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/classes/ttfontsuni.php b/application/third_party/mpdf/classes/ttfontsuni.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/classes/ttfontsuni_analysis.php b/application/third_party/mpdf/classes/ttfontsuni_analysis.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/classes/ucdn.php b/application/third_party/mpdf/classes/ucdn.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/classes/wmf.php b/application/third_party/mpdf/classes/wmf.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Afrikaans_South_Africa.php b/application/third_party/mpdf/collations/Afrikaans_South_Africa.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Albanian_Albania.php b/application/third_party/mpdf/collations/Albanian_Albania.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Alsatian_France.php b/application/third_party/mpdf/collations/Alsatian_France.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Arabic_Algeria.php b/application/third_party/mpdf/collations/Arabic_Algeria.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Arabic_Bahrain.php b/application/third_party/mpdf/collations/Arabic_Bahrain.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Arabic_Egypt.php b/application/third_party/mpdf/collations/Arabic_Egypt.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Arabic_Iraq.php b/application/third_party/mpdf/collations/Arabic_Iraq.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Arabic_Jordan.php b/application/third_party/mpdf/collations/Arabic_Jordan.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Arabic_Kuwait.php b/application/third_party/mpdf/collations/Arabic_Kuwait.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Arabic_Lebanon.php b/application/third_party/mpdf/collations/Arabic_Lebanon.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Arabic_Libya.php b/application/third_party/mpdf/collations/Arabic_Libya.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Arabic_Morocco.php b/application/third_party/mpdf/collations/Arabic_Morocco.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Arabic_Oman.php b/application/third_party/mpdf/collations/Arabic_Oman.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Arabic_Pseudo_RTL.php b/application/third_party/mpdf/collations/Arabic_Pseudo_RTL.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Arabic_Qatar.php b/application/third_party/mpdf/collations/Arabic_Qatar.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Arabic_Saudi_Arabia.php b/application/third_party/mpdf/collations/Arabic_Saudi_Arabia.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Arabic_Syria.php b/application/third_party/mpdf/collations/Arabic_Syria.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Arabic_Tunisia.php b/application/third_party/mpdf/collations/Arabic_Tunisia.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Arabic_Yemen.php b/application/third_party/mpdf/collations/Arabic_Yemen.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Azeri_(Cyrillic)_Azerbaijan.php b/application/third_party/mpdf/collations/Azeri_(Cyrillic)_Azerbaijan.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Azeri_(Latin)_Azerbaijan.php b/application/third_party/mpdf/collations/Azeri_(Latin)_Azerbaijan.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Bashkir_Russia.php b/application/third_party/mpdf/collations/Bashkir_Russia.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Basque_Spain.php b/application/third_party/mpdf/collations/Basque_Spain.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Belarusian_Belarus.php b/application/third_party/mpdf/collations/Belarusian_Belarus.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Bosnian_(Cyrillic)_Bosnia_and_Herzegovina.php b/application/third_party/mpdf/collations/Bosnian_(Cyrillic)_Bosnia_and_Herzegovina.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Bosnian_(Latin)_Bosnia_and_Herzegovina.php b/application/third_party/mpdf/collations/Bosnian_(Latin)_Bosnia_and_Herzegovina.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Breton_France.php b/application/third_party/mpdf/collations/Breton_France.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Bulgarian_Bulgaria.php b/application/third_party/mpdf/collations/Bulgarian_Bulgaria.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Catalan_Spain.php b/application/third_party/mpdf/collations/Catalan_Spain.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Corsican_France.php b/application/third_party/mpdf/collations/Corsican_France.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Croatian_(Latin)_Bosnia_and_Herzegovina.php b/application/third_party/mpdf/collations/Croatian_(Latin)_Bosnia_and_Herzegovina.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Croatian_Croatia.php b/application/third_party/mpdf/collations/Croatian_Croatia.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Czech_Czech_Republic.php b/application/third_party/mpdf/collations/Czech_Czech_Republic.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Danish_Denmark.php b/application/third_party/mpdf/collations/Danish_Denmark.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Dari_Afghanistan.php b/application/third_party/mpdf/collations/Dari_Afghanistan.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Dutch_Belgium.php b/application/third_party/mpdf/collations/Dutch_Belgium.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Dutch_Netherlands.php b/application/third_party/mpdf/collations/Dutch_Netherlands.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/English_Australia.php b/application/third_party/mpdf/collations/English_Australia.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/English_Belize.php b/application/third_party/mpdf/collations/English_Belize.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/English_Canada.php b/application/third_party/mpdf/collations/English_Canada.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/English_Caribbean.php b/application/third_party/mpdf/collations/English_Caribbean.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/English_India.php b/application/third_party/mpdf/collations/English_India.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/English_Ireland.php b/application/third_party/mpdf/collations/English_Ireland.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/English_Jamaica.php b/application/third_party/mpdf/collations/English_Jamaica.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/English_Malaysia.php b/application/third_party/mpdf/collations/English_Malaysia.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/English_New_Zealand.php b/application/third_party/mpdf/collations/English_New_Zealand.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/English_Republic_of_the_Philippines.php b/application/third_party/mpdf/collations/English_Republic_of_the_Philippines.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/English_Singapore.php b/application/third_party/mpdf/collations/English_Singapore.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/English_South_Africa.php b/application/third_party/mpdf/collations/English_South_Africa.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/English_Trinidad_and_Tobago.php b/application/third_party/mpdf/collations/English_Trinidad_and_Tobago.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/English_United_Kingdom.php b/application/third_party/mpdf/collations/English_United_Kingdom.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/English_United_States.php b/application/third_party/mpdf/collations/English_United_States.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/English_Zimbabwe.php b/application/third_party/mpdf/collations/English_Zimbabwe.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Estonian_Estonia.php b/application/third_party/mpdf/collations/Estonian_Estonia.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Faroese_Faroe_Islands.php b/application/third_party/mpdf/collations/Faroese_Faroe_Islands.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Filipino_Philippines.php b/application/third_party/mpdf/collations/Filipino_Philippines.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Finnish_Finland.php b/application/third_party/mpdf/collations/Finnish_Finland.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/French_Belgium.php b/application/third_party/mpdf/collations/French_Belgium.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/French_Canada.php b/application/third_party/mpdf/collations/French_Canada.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/French_France.php b/application/third_party/mpdf/collations/French_France.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/French_Luxembourg.php b/application/third_party/mpdf/collations/French_Luxembourg.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/French_Principality_of_Monaco.php b/application/third_party/mpdf/collations/French_Principality_of_Monaco.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/French_Switzerland.php b/application/third_party/mpdf/collations/French_Switzerland.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Frisian_Netherlands.php b/application/third_party/mpdf/collations/Frisian_Netherlands.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Galician_Spain.php b/application/third_party/mpdf/collations/Galician_Spain.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/German_Austria.php b/application/third_party/mpdf/collations/German_Austria.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/German_Germany.php b/application/third_party/mpdf/collations/German_Germany.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/German_Liechtenstein.php b/application/third_party/mpdf/collations/German_Liechtenstein.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/German_Luxembourg.php b/application/third_party/mpdf/collations/German_Luxembourg.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/German_Switzerland.php b/application/third_party/mpdf/collations/German_Switzerland.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Greek_Greece.php b/application/third_party/mpdf/collations/Greek_Greece.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Greenlandic_Greenland.php b/application/third_party/mpdf/collations/Greenlandic_Greenland.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Hausa_(Latin)_Nigeria.php b/application/third_party/mpdf/collations/Hausa_(Latin)_Nigeria.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Hebrew_Israel.php b/application/third_party/mpdf/collations/Hebrew_Israel.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Hungarian_Hungary.php b/application/third_party/mpdf/collations/Hungarian_Hungary.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Icelandic_Iceland.php b/application/third_party/mpdf/collations/Icelandic_Iceland.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Igbo_Nigeria.php b/application/third_party/mpdf/collations/Igbo_Nigeria.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Indonesian_Indonesia.php b/application/third_party/mpdf/collations/Indonesian_Indonesia.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Inuktitut_(Latin)_Canada.php b/application/third_party/mpdf/collations/Inuktitut_(Latin)_Canada.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Invariant_Language_Invariant_Country.php b/application/third_party/mpdf/collations/Invariant_Language_Invariant_Country.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Irish_Ireland.php b/application/third_party/mpdf/collations/Irish_Ireland.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Italian_Italy.php b/application/third_party/mpdf/collations/Italian_Italy.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Italian_Switzerland.php b/application/third_party/mpdf/collations/Italian_Switzerland.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Kinyarwanda_Rwanda.php b/application/third_party/mpdf/collations/Kinyarwanda_Rwanda.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Kiswahili_Kenya.php b/application/third_party/mpdf/collations/Kiswahili_Kenya.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Kyrgyz_Kyrgyzstan.php b/application/third_party/mpdf/collations/Kyrgyz_Kyrgyzstan.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Latvian_Latvia.php b/application/third_party/mpdf/collations/Latvian_Latvia.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Lithuanian_Lithuania.php b/application/third_party/mpdf/collations/Lithuanian_Lithuania.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Lower_Sorbian_Germany.php b/application/third_party/mpdf/collations/Lower_Sorbian_Germany.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Luxembourgish_Luxembourg.php b/application/third_party/mpdf/collations/Luxembourgish_Luxembourg.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Macedonian_(FYROM)_Macedonia_(FYROM).php b/application/third_party/mpdf/collations/Macedonian_(FYROM)_Macedonia_(FYROM).php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Malay_Brunei_Darussalam.php b/application/third_party/mpdf/collations/Malay_Brunei_Darussalam.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Malay_Malaysia.php b/application/third_party/mpdf/collations/Malay_Malaysia.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Mapudungun_Chile.php b/application/third_party/mpdf/collations/Mapudungun_Chile.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Mohawk_Canada.php b/application/third_party/mpdf/collations/Mohawk_Canada.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Mongolian_(Cyrillic)_Mongolia.php b/application/third_party/mpdf/collations/Mongolian_(Cyrillic)_Mongolia.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Norwegian_(Nynorsk)_Norway.php b/application/third_party/mpdf/collations/Norwegian_(Nynorsk)_Norway.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Occitan_France.php b/application/third_party/mpdf/collations/Occitan_France.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Persian_Iran.php b/application/third_party/mpdf/collations/Persian_Iran.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Polish_Poland.php b/application/third_party/mpdf/collations/Polish_Poland.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Portuguese_Brazil.php b/application/third_party/mpdf/collations/Portuguese_Brazil.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Portuguese_Portugal.php b/application/third_party/mpdf/collations/Portuguese_Portugal.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Quechua_Bolivia.php b/application/third_party/mpdf/collations/Quechua_Bolivia.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Quechua_Ecuador.php b/application/third_party/mpdf/collations/Quechua_Ecuador.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Quechua_Peru.php b/application/third_party/mpdf/collations/Quechua_Peru.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Romanian_Romania.php b/application/third_party/mpdf/collations/Romanian_Romania.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Romansh_Switzerland.php b/application/third_party/mpdf/collations/Romansh_Switzerland.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Russian_Russia.php b/application/third_party/mpdf/collations/Russian_Russia.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Sami_(Inari)_Finland.php b/application/third_party/mpdf/collations/Sami_(Inari)_Finland.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Sami_(Lule)_Norway.php b/application/third_party/mpdf/collations/Sami_(Lule)_Norway.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Sami_(Lule)_Sweden.php b/application/third_party/mpdf/collations/Sami_(Lule)_Sweden.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Sami_(Northern)_Finland.php b/application/third_party/mpdf/collations/Sami_(Northern)_Finland.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Sami_(Northern)_Norway.php b/application/third_party/mpdf/collations/Sami_(Northern)_Norway.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Sami_(Northern)_Sweden.php b/application/third_party/mpdf/collations/Sami_(Northern)_Sweden.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Sami_(Skolt)_Finland.php b/application/third_party/mpdf/collations/Sami_(Skolt)_Finland.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Sami_(Southern)_Norway.php b/application/third_party/mpdf/collations/Sami_(Southern)_Norway.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Sami_(Southern)_Sweden.php b/application/third_party/mpdf/collations/Sami_(Southern)_Sweden.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Serbian_(Cyrillic)_Bosnia_and_Herzegovina.php b/application/third_party/mpdf/collations/Serbian_(Cyrillic)_Bosnia_and_Herzegovina.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Serbian_(Cyrillic)_Serbia.php b/application/third_party/mpdf/collations/Serbian_(Cyrillic)_Serbia.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Serbian_(Latin)_Bosnia_and_Herzegovina.php b/application/third_party/mpdf/collations/Serbian_(Latin)_Bosnia_and_Herzegovina.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Serbian_(Latin)_Serbia.php b/application/third_party/mpdf/collations/Serbian_(Latin)_Serbia.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Sesotho_sa_Leboa_South_Africa.php b/application/third_party/mpdf/collations/Sesotho_sa_Leboa_South_Africa.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Setswana_South_Africa.php b/application/third_party/mpdf/collations/Setswana_South_Africa.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Slovak_Slovakia.php b/application/third_party/mpdf/collations/Slovak_Slovakia.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Slovenian_Slovenia.php b/application/third_party/mpdf/collations/Slovenian_Slovenia.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Spanish_Argentina.php b/application/third_party/mpdf/collations/Spanish_Argentina.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Spanish_Bolivia.php b/application/third_party/mpdf/collations/Spanish_Bolivia.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Spanish_Chile.php b/application/third_party/mpdf/collations/Spanish_Chile.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Spanish_Colombia.php b/application/third_party/mpdf/collations/Spanish_Colombia.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Spanish_Costa_Rica.php b/application/third_party/mpdf/collations/Spanish_Costa_Rica.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Spanish_Dominican_Republic.php b/application/third_party/mpdf/collations/Spanish_Dominican_Republic.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Spanish_Ecuador.php b/application/third_party/mpdf/collations/Spanish_Ecuador.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Spanish_El_Salvador.php b/application/third_party/mpdf/collations/Spanish_El_Salvador.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Spanish_Guatemala.php b/application/third_party/mpdf/collations/Spanish_Guatemala.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Spanish_Honduras.php b/application/third_party/mpdf/collations/Spanish_Honduras.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Spanish_Mexico.php b/application/third_party/mpdf/collations/Spanish_Mexico.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Spanish_Nicaragua.php b/application/third_party/mpdf/collations/Spanish_Nicaragua.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Spanish_Panama.php b/application/third_party/mpdf/collations/Spanish_Panama.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Spanish_Paraguay.php b/application/third_party/mpdf/collations/Spanish_Paraguay.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Spanish_Peru.php b/application/third_party/mpdf/collations/Spanish_Peru.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Spanish_Puerto_Rico.php b/application/third_party/mpdf/collations/Spanish_Puerto_Rico.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Spanish_Spain.php b/application/third_party/mpdf/collations/Spanish_Spain.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Spanish_United_States.php b/application/third_party/mpdf/collations/Spanish_United_States.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Spanish_Uruguay.php b/application/third_party/mpdf/collations/Spanish_Uruguay.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Spanish_Venezuela.php b/application/third_party/mpdf/collations/Spanish_Venezuela.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Swedish_Finland.php b/application/third_party/mpdf/collations/Swedish_Finland.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Swedish_Sweden.php b/application/third_party/mpdf/collations/Swedish_Sweden.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Tajik_(Cyrillic)_Tajikistan.php b/application/third_party/mpdf/collations/Tajik_(Cyrillic)_Tajikistan.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Tamazight_(Latin)_Algeria.php b/application/third_party/mpdf/collations/Tamazight_(Latin)_Algeria.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Tatar_Russia.php b/application/third_party/mpdf/collations/Tatar_Russia.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Turkish_Turkey.php b/application/third_party/mpdf/collations/Turkish_Turkey.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Turkmen_Turkmenistan.php b/application/third_party/mpdf/collations/Turkmen_Turkmenistan.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Ukrainian_Ukraine.php b/application/third_party/mpdf/collations/Ukrainian_Ukraine.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Upper_Sorbian_Germany.php b/application/third_party/mpdf/collations/Upper_Sorbian_Germany.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Urdu_Islamic_Republic_of_Pakistan.php b/application/third_party/mpdf/collations/Urdu_Islamic_Republic_of_Pakistan.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Uzbek_(Cyrillic)_Uzbekistan.php b/application/third_party/mpdf/collations/Uzbek_(Cyrillic)_Uzbekistan.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Uzbek_(Latin)_Uzbekistan.php b/application/third_party/mpdf/collations/Uzbek_(Latin)_Uzbekistan.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Vietnamese_Vietnam.php b/application/third_party/mpdf/collations/Vietnamese_Vietnam.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Welsh_United_Kingdom.php b/application/third_party/mpdf/collations/Welsh_United_Kingdom.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Wolof_Senegal.php b/application/third_party/mpdf/collations/Wolof_Senegal.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Yakut_Russia.php b/application/third_party/mpdf/collations/Yakut_Russia.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/Yoruba_Nigeria.php b/application/third_party/mpdf/collations/Yoruba_Nigeria.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/isiXhosa_South_Africa.php b/application/third_party/mpdf/collations/isiXhosa_South_Africa.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/collations/isiZulu_South_Africa.php b/application/third_party/mpdf/collations/isiZulu_South_Africa.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/compress.php b/application/third_party/mpdf/compress.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/config.php b/application/third_party/mpdf/config.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/config_fonts-distr-without-OTL.php b/application/third_party/mpdf/config_fonts-distr-without-OTL.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/config_fonts.php b/application/third_party/mpdf/config_fonts.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/config_lang2fonts.php b/application/third_party/mpdf/config_lang2fonts.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/config_script2lang.php b/application/third_party/mpdf/config_script2lang.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/BGR-Red-Ducati_WCS-Test-TriState.jpg b/application/third_party/mpdf/examples/BGR-Red-Ducati_WCS-Test-TriState.jpg old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/ColorGammaGradient.png b/application/third_party/mpdf/examples/ColorGammaGradient.png old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/Lower_Left.jpg b/application/third_party/mpdf/examples/Lower_Left.jpg old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/Lower_Right.jpg b/application/third_party/mpdf/examples/Lower_Right.jpg old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/MathJaxProcess.php b/application/third_party/mpdf/examples/MathJaxProcess.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/MathJaxSample.htm b/application/third_party/mpdf/examples/MathJaxSample.htm old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/Upper_Left.jpg b/application/third_party/mpdf/examples/Upper_Left.jpg old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/Upper_Right.jpg b/application/third_party/mpdf/examples/Upper_Right.jpg old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/alpha.png b/application/third_party/mpdf/examples/alpha.png old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/alpha09.png b/application/third_party/mpdf/examples/alpha09.png old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/alpha3.png b/application/third_party/mpdf/examples/alpha3.png old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/alpha36.png b/application/third_party/mpdf/examples/alpha36.png old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/bach1.png b/application/third_party/mpdf/examples/bach1.png old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/bayeux1.jpg b/application/third_party/mpdf/examples/bayeux1.jpg old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/bayeux2.jpg b/application/third_party/mpdf/examples/bayeux2.jpg old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/bg.jpg b/application/third_party/mpdf/examples/bg.jpg old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/bgan6a16.png b/application/third_party/mpdf/examples/bgan6a16.png old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/bgan6a162.png b/application/third_party/mpdf/examples/bgan6a162.png old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/bgbarcode.png b/application/third_party/mpdf/examples/bgbarcode.png old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/bgrock.jpg b/application/third_party/mpdf/examples/bgrock.jpg old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/borders2FF.jpg b/application/third_party/mpdf/examples/borders2FF.jpg old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/borders2IE.jpg b/application/third_party/mpdf/examples/borders2IE.jpg old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/borders3FF.jpg b/application/third_party/mpdf/examples/borders3FF.jpg old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/borders3IE.jpg b/application/third_party/mpdf/examples/borders3IE.jpg old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/borders4FF.jpg b/application/third_party/mpdf/examples/borders4FF.jpg old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/borders4IE.jpg b/application/third_party/mpdf/examples/borders4IE.jpg old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/bordersFF.jpg b/application/third_party/mpdf/examples/bordersFF.jpg old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/bordersIE.jpg b/application/third_party/mpdf/examples/bordersIE.jpg old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/butterfly_ProPhoto.gif b/application/third_party/mpdf/examples/butterfly_ProPhoto.gif old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/butterfly_ProPhoto.png b/application/third_party/mpdf/examples/butterfly_ProPhoto.png old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/cc9900.gif b/application/third_party/mpdf/examples/cc9900.gif old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/cc9900.png b/application/third_party/mpdf/examples/cc9900.png old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/cc9900_002.png b/application/third_party/mpdf/examples/cc9900_002.png old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/cc9900_003.png b/application/third_party/mpdf/examples/cc9900_003.png old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/cc9900_004.png b/application/third_party/mpdf/examples/cc9900_004.png old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/cc9900_005.png b/application/third_party/mpdf/examples/cc9900_005.png old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/clematis.jpg b/application/third_party/mpdf/examples/clematis.jpg old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/colourTestFakeBRG.png b/application/third_party/mpdf/examples/colourTestFakeBRG.png old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/example01_basic.php b/application/third_party/mpdf/examples/example01_basic.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/example02_CSS_styles.php b/application/third_party/mpdf/examples/example02_CSS_styles.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/example03_backgrounds_and_borders.php b/application/third_party/mpdf/examples/example03_backgrounds_and_borders.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/example04_images.php b/application/third_party/mpdf/examples/example04_images.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/example05_tables.php b/application/third_party/mpdf/examples/example05_tables.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/example06_tables_nested.php b/application/third_party/mpdf/examples/example06_tables_nested.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/example07_tables_borders.php b/application/third_party/mpdf/examples/example07_tables_borders.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/example08_lists.php b/application/third_party/mpdf/examples/example08_lists.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/example09_forms.php b/application/third_party/mpdf/examples/example09_forms.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/example10_floating_and_fixed_position_elements.php b/application/third_party/mpdf/examples/example10_floating_and_fixed_position_elements.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/example11_overflow_auto.php b/application/third_party/mpdf/examples/example11_overflow_auto.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/example12_paging_html.php b/application/third_party/mpdf/examples/example12_paging_html.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/example13_paging_css.php b/application/third_party/mpdf/examples/example13_paging_css.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/example14_page_numbers_ToC_Index_Bookmarks.php b/application/third_party/mpdf/examples/example14_page_numbers_ToC_Index_Bookmarks.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/example16_headers_method_2.php b/application/third_party/mpdf/examples/example16_headers_method_2.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/example18_headers_method_4.php b/application/third_party/mpdf/examples/example18_headers_method_4.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/example19_page_sizes.php b/application/third_party/mpdf/examples/example19_page_sizes.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/example20_justify.php b/application/third_party/mpdf/examples/example20_justify.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/example21_hyphenation.php b/application/third_party/mpdf/examples/example21_hyphenation.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/example22_columns.php b/application/third_party/mpdf/examples/example22_columns.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/example23_orientation.php b/application/third_party/mpdf/examples/example23_orientation.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/example24_orientation_2.php b/application/third_party/mpdf/examples/example24_orientation_2.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/example26_RTL.php b/application/third_party/mpdf/examples/example26_RTL.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/example27_CJK_using_Adobe_fonts.php b/application/third_party/mpdf/examples/example27_CJK_using_Adobe_fonts.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/example28_CJK_using_embedded_fonts.php b/application/third_party/mpdf/examples/example28_CJK_using_embedded_fonts.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/example29_multilingual_autofont.php b/application/third_party/mpdf/examples/example29_multilingual_autofont.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/example32_indic.php b/application/third_party/mpdf/examples/example32_indic.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/example33_unicode_supplementary_planes.php b/application/third_party/mpdf/examples/example33_unicode_supplementary_planes.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/example34_invoice_example.php b/application/third_party/mpdf/examples/example34_invoice_example.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/example35_watermarks.php b/application/third_party/mpdf/examples/example35_watermarks.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/example36_annotations_and_Attached_files.php b/application/third_party/mpdf/examples/example36_annotations_and_Attached_files.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/example37_barcodes.php b/application/third_party/mpdf/examples/example37_barcodes.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/example38_dot_tab.php b/application/third_party/mpdf/examples/example38_dot_tab.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/example39_PDFA_compliance.php b/application/third_party/mpdf/examples/example39_PDFA_compliance.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/example40_MPDFI_thumbnails.php b/application/third_party/mpdf/examples/example40_MPDFI_thumbnails.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/example41_MPDFI_template.php b/application/third_party/mpdf/examples/example41_MPDFI_template.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/example42_MPDFI_templatedoc.php b/application/third_party/mpdf/examples/example42_MPDFI_templatedoc.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/example43_MPDFI_booklet.php b/application/third_party/mpdf/examples/example43_MPDFI_booklet.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/example44_MPDFI_yearbook.php b/application/third_party/mpdf/examples/example44_MPDFI_yearbook.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/example46_progress_bars_simple.php b/application/third_party/mpdf/examples/example46_progress_bars_simple.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/example47_progress_bars_simple_custom.php b/application/third_party/mpdf/examples/example47_progress_bars_simple_custom.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/example48_progress_bars_advanced.php b/application/third_party/mpdf/examples/example48_progress_bars_advanced.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/example52_lineheight.htm b/application/third_party/mpdf/examples/example52_lineheight.htm old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/example52_new_mPDF_4-2_features.php b/application/third_party/mpdf/examples/example52_new_mPDF_4-2_features.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/example54_new_mPDF_v5-1_features_gradients_and_images.php b/application/third_party/mpdf/examples/example54_new_mPDF_v5-1_features_gradients_and_images.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/example55_new_mPDF_v5-1_color_and_other_features.php b/application/third_party/mpdf/examples/example55_new_mPDF_v5-1_color_and_other_features.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/example56_new_mPDF_v5-1_features_grayscale.php b/application/third_party/mpdf/examples/example56_new_mPDF_v5-1_features_grayscale.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/example57_new_mPDF_v5-3_active_forms.php b/application/third_party/mpdf/examples/example57_new_mPDF_v5-3_active_forms.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/example58_new_mPDF_v5-4_features.php b/application/third_party/mpdf/examples/example58_new_mPDF_v5-4_features.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/example59_new_mPDF_v5-6_features.php b/application/third_party/mpdf/examples/example59_new_mPDF_v5-6_features.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/example60_new_mPDF_v5-7_features.php b/application/third_party/mpdf/examples/example60_new_mPDF_v5-7_features.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/example61_new_mPDF_v6-0_features.php b/application/third_party/mpdf/examples/example61_new_mPDF_v6-0_features.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/example62_new_mPDF_v6-0_features Multilingual.php b/application/third_party/mpdf/examples/example62_new_mPDF_v6-0_features Multilingual.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/example63_new_mPDF_v6-0_features Images.php b/application/third_party/mpdf/examples/example63_new_mPDF_v6-0_features Images.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/example_test.php b/application/third_party/mpdf/examples/example_test.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/flowers-pattern.jpg b/application/third_party/mpdf/examples/flowers-pattern.jpg old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/fonts-elem-01-t.svg b/application/third_party/mpdf/examples/fonts-elem-01-t.svg old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/formsubmit.php b/application/third_party/mpdf/examples/formsubmit.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/goto.gif b/application/third_party/mpdf/examples/goto.gif old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/goto2.gif b/application/third_party/mpdf/examples/goto2.gif old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/goto2rtl.gif b/application/third_party/mpdf/examples/goto2rtl.gif old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/img1.png b/application/third_party/mpdf/examples/img1.png old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/img2.png b/application/third_party/mpdf/examples/img2.png old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/img3.png b/application/third_party/mpdf/examples/img3.png old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/img4.png b/application/third_party/mpdf/examples/img4.png old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/img5.png b/application/third_party/mpdf/examples/img5.png old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/index.php b/application/third_party/mpdf/examples/index.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/klematis.jpg b/application/third_party/mpdf/examples/klematis.jpg old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/layers_tab.jpg b/application/third_party/mpdf/examples/layers_tab.jpg old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/loading.gif b/application/third_party/mpdf/examples/loading.gif old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/mpdfstyleA4.css b/application/third_party/mpdf/examples/mpdfstyleA4.css old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/mpdfstylePaged.css b/application/third_party/mpdf/examples/mpdfstylePaged.css old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/mpdfstyletables.css b/application/third_party/mpdf/examples/mpdfstyletables.css old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/sample_basic.pdf b/application/third_party/mpdf/examples/sample_basic.pdf old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/sample_logoheader2.pdf b/application/third_party/mpdf/examples/sample_logoheader2.pdf old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/sample_orientation2.pdf b/application/third_party/mpdf/examples/sample_orientation2.pdf old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/sample_orientation3.pdf b/application/third_party/mpdf/examples/sample_orientation3.pdf old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/sunset.jpg b/application/third_party/mpdf/examples/sunset.jpg old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/test.pdf b/application/third_party/mpdf/examples/test.pdf old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/tiger.bmp b/application/third_party/mpdf/examples/tiger.bmp old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/tiger.gif b/application/third_party/mpdf/examples/tiger.gif old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/tiger.jpg b/application/third_party/mpdf/examples/tiger.jpg old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/tiger.php b/application/third_party/mpdf/examples/tiger.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/tiger.png b/application/third_party/mpdf/examples/tiger.png old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/tiger.svg b/application/third_party/mpdf/examples/tiger.svg old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/tiger.wmf b/application/third_party/mpdf/examples/tiger.wmf old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/tiger2.png b/application/third_party/mpdf/examples/tiger2.png old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/tiger2.wmf b/application/third_party/mpdf/examples/tiger2.wmf old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/tiger24trns.png b/application/third_party/mpdf/examples/tiger24trns.png old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/tiger300px300dpi.png b/application/third_party/mpdf/examples/tiger300px300dpi.png old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/tiger300px96dpi.png b/application/third_party/mpdf/examples/tiger300px96dpi.png old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/tiger8trns.gif b/application/third_party/mpdf/examples/tiger8trns.gif old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/tigercmyk.jpg b/application/third_party/mpdf/examples/tigercmyk.jpg old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/tux.svg b/application/third_party/mpdf/examples/tux.svg old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/examples/windmill.jpg b/application/third_party/mpdf/examples/windmill.jpg old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/font/ccourier.php b/application/third_party/mpdf/font/ccourier.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/font/ccourierb.php b/application/third_party/mpdf/font/ccourierb.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/font/ccourierbi.php b/application/third_party/mpdf/font/ccourierbi.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/font/ccourieri.php b/application/third_party/mpdf/font/ccourieri.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/font/chelvetica.php b/application/third_party/mpdf/font/chelvetica.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/font/chelveticab.php b/application/third_party/mpdf/font/chelveticab.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/font/chelveticabi.php b/application/third_party/mpdf/font/chelveticabi.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/font/chelveticai.php b/application/third_party/mpdf/font/chelveticai.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/font/csymbol.php b/application/third_party/mpdf/font/csymbol.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/font/ctimes.php b/application/third_party/mpdf/font/ctimes.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/font/ctimesb.php b/application/third_party/mpdf/font/ctimesb.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/font/ctimesbi.php b/application/third_party/mpdf/font/ctimesbi.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/font/ctimesi.php b/application/third_party/mpdf/font/ctimesi.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/font/czapfdingbats.php b/application/third_party/mpdf/font/czapfdingbats.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/graph.php b/application/third_party/mpdf/graph.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/graph_cache/dummy.txt b/application/third_party/mpdf/graph_cache/dummy.txt old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/iccprofiles/SWOP2006_Coated5v2.icc b/application/third_party/mpdf/iccprofiles/SWOP2006_Coated5v2.icc old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/iccprofiles/sRGB_IEC61966-2-1.icc b/application/third_party/mpdf/iccprofiles/sRGB_IEC61966-2-1.icc old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/includes/CJKdata.php b/application/third_party/mpdf/includes/CJKdata.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/includes/functions.php b/application/third_party/mpdf/includes/functions.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/includes/linebrdictK.dat b/application/third_party/mpdf/includes/linebrdictK.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/includes/linebrdictL.dat b/application/third_party/mpdf/includes/linebrdictL.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/includes/linebrdictT.dat b/application/third_party/mpdf/includes/linebrdictT.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/includes/no_image.jpg b/application/third_party/mpdf/includes/no_image.jpg old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/includes/out.php b/application/third_party/mpdf/includes/out.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/includes/subs_core.php b/application/third_party/mpdf/includes/subs_core.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/includes/subs_win-1252.php b/application/third_party/mpdf/includes/subs_win-1252.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/includes/upperCase.php b/application/third_party/mpdf/includes/upperCase.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/lang2fonts.css b/application/third_party/mpdf/lang2fonts.css old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/mpdf.css b/application/third_party/mpdf/mpdf.css old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/mpdf.php b/application/third_party/mpdf/mpdf.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/mpdfi/filters/FilterASCII85.php b/application/third_party/mpdf/mpdfi/filters/FilterASCII85.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/mpdfi/filters/FilterLZW.php b/application/third_party/mpdf/mpdfi/filters/FilterLZW.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/mpdfi/fpdi_pdf_parser.php b/application/third_party/mpdf/mpdfi/fpdi_pdf_parser.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/mpdfi/pdf_context.php b/application/third_party/mpdf/mpdfi/pdf_context.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/mpdfi/pdf_parser.php b/application/third_party/mpdf/mpdfi/pdf_parser.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/patterns/NOTES.txt b/application/third_party/mpdf/patterns/NOTES.txt old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/patterns/de.php b/application/third_party/mpdf/patterns/de.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/patterns/dictionary.txt b/application/third_party/mpdf/patterns/dictionary.txt old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/patterns/en.php b/application/third_party/mpdf/patterns/en.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/patterns/es.php b/application/third_party/mpdf/patterns/es.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/patterns/fi.php b/application/third_party/mpdf/patterns/fi.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/patterns/fr.php b/application/third_party/mpdf/patterns/fr.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/patterns/it.php b/application/third_party/mpdf/patterns/it.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/patterns/nl.php b/application/third_party/mpdf/patterns/nl.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/patterns/pl.php b/application/third_party/mpdf/patterns/pl.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/patterns/ru.php b/application/third_party/mpdf/patterns/ru.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/patterns/sv.php b/application/third_party/mpdf/patterns/sv.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/progbar.css b/application/third_party/mpdf/progbar.css old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/_LGPL.txt b/application/third_party/mpdf/qrcode/_LGPL.txt old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/_lisez_moi.txt b/application/third_party/mpdf/qrcode/_lisez_moi.txt old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/modele1.dat b/application/third_party/mpdf/qrcode/data/modele1.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/modele10.dat b/application/third_party/mpdf/qrcode/data/modele10.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/modele11.dat b/application/third_party/mpdf/qrcode/data/modele11.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/modele12.dat b/application/third_party/mpdf/qrcode/data/modele12.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/modele13.dat b/application/third_party/mpdf/qrcode/data/modele13.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/modele14.dat b/application/third_party/mpdf/qrcode/data/modele14.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/modele15.dat b/application/third_party/mpdf/qrcode/data/modele15.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/modele16.dat b/application/third_party/mpdf/qrcode/data/modele16.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/modele17.dat b/application/third_party/mpdf/qrcode/data/modele17.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/modele18.dat b/application/third_party/mpdf/qrcode/data/modele18.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/modele19.dat b/application/third_party/mpdf/qrcode/data/modele19.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/modele2.dat b/application/third_party/mpdf/qrcode/data/modele2.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/modele20.dat b/application/third_party/mpdf/qrcode/data/modele20.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/modele21.dat b/application/third_party/mpdf/qrcode/data/modele21.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/modele22.dat b/application/third_party/mpdf/qrcode/data/modele22.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/modele23.dat b/application/third_party/mpdf/qrcode/data/modele23.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/modele24.dat b/application/third_party/mpdf/qrcode/data/modele24.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/modele25.dat b/application/third_party/mpdf/qrcode/data/modele25.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/modele26.dat b/application/third_party/mpdf/qrcode/data/modele26.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/modele27.dat b/application/third_party/mpdf/qrcode/data/modele27.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/modele28.dat b/application/third_party/mpdf/qrcode/data/modele28.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/modele29.dat b/application/third_party/mpdf/qrcode/data/modele29.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/modele3.dat b/application/third_party/mpdf/qrcode/data/modele3.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/modele30.dat b/application/third_party/mpdf/qrcode/data/modele30.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/modele31.dat b/application/third_party/mpdf/qrcode/data/modele31.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/modele32.dat b/application/third_party/mpdf/qrcode/data/modele32.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/modele33.dat b/application/third_party/mpdf/qrcode/data/modele33.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/modele34.dat b/application/third_party/mpdf/qrcode/data/modele34.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/modele35.dat b/application/third_party/mpdf/qrcode/data/modele35.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/modele36.dat b/application/third_party/mpdf/qrcode/data/modele36.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/modele37.dat b/application/third_party/mpdf/qrcode/data/modele37.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/modele38.dat b/application/third_party/mpdf/qrcode/data/modele38.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/modele39.dat b/application/third_party/mpdf/qrcode/data/modele39.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/modele4.dat b/application/third_party/mpdf/qrcode/data/modele4.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/modele40.dat b/application/third_party/mpdf/qrcode/data/modele40.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/modele5.dat b/application/third_party/mpdf/qrcode/data/modele5.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/modele6.dat b/application/third_party/mpdf/qrcode/data/modele6.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/modele7.dat b/application/third_party/mpdf/qrcode/data/modele7.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/modele8.dat b/application/third_party/mpdf/qrcode/data/modele8.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/modele9.dat b/application/third_party/mpdf/qrcode/data/modele9.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv10_0.dat b/application/third_party/mpdf/qrcode/data/qrv10_0.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv10_1.dat b/application/third_party/mpdf/qrcode/data/qrv10_1.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv10_2.dat b/application/third_party/mpdf/qrcode/data/qrv10_2.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv10_3.dat b/application/third_party/mpdf/qrcode/data/qrv10_3.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv11_0.dat b/application/third_party/mpdf/qrcode/data/qrv11_0.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv11_1.dat b/application/third_party/mpdf/qrcode/data/qrv11_1.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv11_2.dat b/application/third_party/mpdf/qrcode/data/qrv11_2.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv11_3.dat b/application/third_party/mpdf/qrcode/data/qrv11_3.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv12_0.dat b/application/third_party/mpdf/qrcode/data/qrv12_0.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv12_1.dat b/application/third_party/mpdf/qrcode/data/qrv12_1.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv12_2.dat b/application/third_party/mpdf/qrcode/data/qrv12_2.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv12_3.dat b/application/third_party/mpdf/qrcode/data/qrv12_3.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv13_0.dat b/application/third_party/mpdf/qrcode/data/qrv13_0.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv13_1.dat b/application/third_party/mpdf/qrcode/data/qrv13_1.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv13_2.dat b/application/third_party/mpdf/qrcode/data/qrv13_2.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv13_3.dat b/application/third_party/mpdf/qrcode/data/qrv13_3.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv14_0.dat b/application/third_party/mpdf/qrcode/data/qrv14_0.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv14_1.dat b/application/third_party/mpdf/qrcode/data/qrv14_1.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv14_2.dat b/application/third_party/mpdf/qrcode/data/qrv14_2.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv14_3.dat b/application/third_party/mpdf/qrcode/data/qrv14_3.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv15_0.dat b/application/third_party/mpdf/qrcode/data/qrv15_0.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv15_1.dat b/application/third_party/mpdf/qrcode/data/qrv15_1.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv15_2.dat b/application/third_party/mpdf/qrcode/data/qrv15_2.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv15_3.dat b/application/third_party/mpdf/qrcode/data/qrv15_3.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv16_0.dat b/application/third_party/mpdf/qrcode/data/qrv16_0.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv16_1.dat b/application/third_party/mpdf/qrcode/data/qrv16_1.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv16_2.dat b/application/third_party/mpdf/qrcode/data/qrv16_2.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv16_3.dat b/application/third_party/mpdf/qrcode/data/qrv16_3.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv17_0.dat b/application/third_party/mpdf/qrcode/data/qrv17_0.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv17_1.dat b/application/third_party/mpdf/qrcode/data/qrv17_1.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv17_2.dat b/application/third_party/mpdf/qrcode/data/qrv17_2.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv17_3.dat b/application/third_party/mpdf/qrcode/data/qrv17_3.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv18_0.dat b/application/third_party/mpdf/qrcode/data/qrv18_0.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv18_1.dat b/application/third_party/mpdf/qrcode/data/qrv18_1.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv18_2.dat b/application/third_party/mpdf/qrcode/data/qrv18_2.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv18_3.dat b/application/third_party/mpdf/qrcode/data/qrv18_3.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv19_0.dat b/application/third_party/mpdf/qrcode/data/qrv19_0.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv19_1.dat b/application/third_party/mpdf/qrcode/data/qrv19_1.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv19_2.dat b/application/third_party/mpdf/qrcode/data/qrv19_2.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv19_3.dat b/application/third_party/mpdf/qrcode/data/qrv19_3.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv1_0.dat b/application/third_party/mpdf/qrcode/data/qrv1_0.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv1_1.dat b/application/third_party/mpdf/qrcode/data/qrv1_1.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv1_2.dat b/application/third_party/mpdf/qrcode/data/qrv1_2.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv1_3.dat b/application/third_party/mpdf/qrcode/data/qrv1_3.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv20_0.dat b/application/third_party/mpdf/qrcode/data/qrv20_0.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv20_1.dat b/application/third_party/mpdf/qrcode/data/qrv20_1.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv20_2.dat b/application/third_party/mpdf/qrcode/data/qrv20_2.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv20_3.dat b/application/third_party/mpdf/qrcode/data/qrv20_3.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv21_0.dat b/application/third_party/mpdf/qrcode/data/qrv21_0.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv21_1.dat b/application/third_party/mpdf/qrcode/data/qrv21_1.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv21_2.dat b/application/third_party/mpdf/qrcode/data/qrv21_2.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv21_3.dat b/application/third_party/mpdf/qrcode/data/qrv21_3.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv22_0.dat b/application/third_party/mpdf/qrcode/data/qrv22_0.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv22_1.dat b/application/third_party/mpdf/qrcode/data/qrv22_1.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv22_2.dat b/application/third_party/mpdf/qrcode/data/qrv22_2.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv22_3.dat b/application/third_party/mpdf/qrcode/data/qrv22_3.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv23_0.dat b/application/third_party/mpdf/qrcode/data/qrv23_0.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv23_1.dat b/application/third_party/mpdf/qrcode/data/qrv23_1.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv23_2.dat b/application/third_party/mpdf/qrcode/data/qrv23_2.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv23_3.dat b/application/third_party/mpdf/qrcode/data/qrv23_3.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv24_0.dat b/application/third_party/mpdf/qrcode/data/qrv24_0.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv24_1.dat b/application/third_party/mpdf/qrcode/data/qrv24_1.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv24_2.dat b/application/third_party/mpdf/qrcode/data/qrv24_2.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv24_3.dat b/application/third_party/mpdf/qrcode/data/qrv24_3.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv25_0.dat b/application/third_party/mpdf/qrcode/data/qrv25_0.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv25_1.dat b/application/third_party/mpdf/qrcode/data/qrv25_1.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv25_2.dat b/application/third_party/mpdf/qrcode/data/qrv25_2.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv25_3.dat b/application/third_party/mpdf/qrcode/data/qrv25_3.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv26_0.dat b/application/third_party/mpdf/qrcode/data/qrv26_0.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv26_1.dat b/application/third_party/mpdf/qrcode/data/qrv26_1.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv26_2.dat b/application/third_party/mpdf/qrcode/data/qrv26_2.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv26_3.dat b/application/third_party/mpdf/qrcode/data/qrv26_3.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv27_0.dat b/application/third_party/mpdf/qrcode/data/qrv27_0.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv27_1.dat b/application/third_party/mpdf/qrcode/data/qrv27_1.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv27_2.dat b/application/third_party/mpdf/qrcode/data/qrv27_2.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv27_3.dat b/application/third_party/mpdf/qrcode/data/qrv27_3.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv28_0.dat b/application/third_party/mpdf/qrcode/data/qrv28_0.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv28_1.dat b/application/third_party/mpdf/qrcode/data/qrv28_1.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv28_2.dat b/application/third_party/mpdf/qrcode/data/qrv28_2.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv28_3.dat b/application/third_party/mpdf/qrcode/data/qrv28_3.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv29_0.dat b/application/third_party/mpdf/qrcode/data/qrv29_0.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv29_1.dat b/application/third_party/mpdf/qrcode/data/qrv29_1.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv29_2.dat b/application/third_party/mpdf/qrcode/data/qrv29_2.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv29_3.dat b/application/third_party/mpdf/qrcode/data/qrv29_3.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv2_0.dat b/application/third_party/mpdf/qrcode/data/qrv2_0.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv2_1.dat b/application/third_party/mpdf/qrcode/data/qrv2_1.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv2_2.dat b/application/third_party/mpdf/qrcode/data/qrv2_2.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv2_3.dat b/application/third_party/mpdf/qrcode/data/qrv2_3.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv30_0.dat b/application/third_party/mpdf/qrcode/data/qrv30_0.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv30_1.dat b/application/third_party/mpdf/qrcode/data/qrv30_1.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv30_2.dat b/application/third_party/mpdf/qrcode/data/qrv30_2.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv30_3.dat b/application/third_party/mpdf/qrcode/data/qrv30_3.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv31_0.dat b/application/third_party/mpdf/qrcode/data/qrv31_0.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv31_1.dat b/application/third_party/mpdf/qrcode/data/qrv31_1.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv31_2.dat b/application/third_party/mpdf/qrcode/data/qrv31_2.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv31_3.dat b/application/third_party/mpdf/qrcode/data/qrv31_3.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv32_0.dat b/application/third_party/mpdf/qrcode/data/qrv32_0.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv32_1.dat b/application/third_party/mpdf/qrcode/data/qrv32_1.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv32_2.dat b/application/third_party/mpdf/qrcode/data/qrv32_2.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv32_3.dat b/application/third_party/mpdf/qrcode/data/qrv32_3.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv33_0.dat b/application/third_party/mpdf/qrcode/data/qrv33_0.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv33_1.dat b/application/third_party/mpdf/qrcode/data/qrv33_1.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv33_2.dat b/application/third_party/mpdf/qrcode/data/qrv33_2.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv33_3.dat b/application/third_party/mpdf/qrcode/data/qrv33_3.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv34_0.dat b/application/third_party/mpdf/qrcode/data/qrv34_0.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv34_1.dat b/application/third_party/mpdf/qrcode/data/qrv34_1.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv34_2.dat b/application/third_party/mpdf/qrcode/data/qrv34_2.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv34_3.dat b/application/third_party/mpdf/qrcode/data/qrv34_3.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv35_0.dat b/application/third_party/mpdf/qrcode/data/qrv35_0.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv35_1.dat b/application/third_party/mpdf/qrcode/data/qrv35_1.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv35_2.dat b/application/third_party/mpdf/qrcode/data/qrv35_2.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv35_3.dat b/application/third_party/mpdf/qrcode/data/qrv35_3.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv36_0.dat b/application/third_party/mpdf/qrcode/data/qrv36_0.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv36_1.dat b/application/third_party/mpdf/qrcode/data/qrv36_1.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv36_2.dat b/application/third_party/mpdf/qrcode/data/qrv36_2.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv36_3.dat b/application/third_party/mpdf/qrcode/data/qrv36_3.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv37_0.dat b/application/third_party/mpdf/qrcode/data/qrv37_0.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv37_1.dat b/application/third_party/mpdf/qrcode/data/qrv37_1.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv37_2.dat b/application/third_party/mpdf/qrcode/data/qrv37_2.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv37_3.dat b/application/third_party/mpdf/qrcode/data/qrv37_3.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv38_0.dat b/application/third_party/mpdf/qrcode/data/qrv38_0.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv38_1.dat b/application/third_party/mpdf/qrcode/data/qrv38_1.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv38_2.dat b/application/third_party/mpdf/qrcode/data/qrv38_2.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv38_3.dat b/application/third_party/mpdf/qrcode/data/qrv38_3.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv39_0.dat b/application/third_party/mpdf/qrcode/data/qrv39_0.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv39_1.dat b/application/third_party/mpdf/qrcode/data/qrv39_1.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv39_2.dat b/application/third_party/mpdf/qrcode/data/qrv39_2.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv39_3.dat b/application/third_party/mpdf/qrcode/data/qrv39_3.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv3_0.dat b/application/third_party/mpdf/qrcode/data/qrv3_0.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv3_1.dat b/application/third_party/mpdf/qrcode/data/qrv3_1.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv3_2.dat b/application/third_party/mpdf/qrcode/data/qrv3_2.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv3_3.dat b/application/third_party/mpdf/qrcode/data/qrv3_3.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv40_0.dat b/application/third_party/mpdf/qrcode/data/qrv40_0.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv40_1.dat b/application/third_party/mpdf/qrcode/data/qrv40_1.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv40_2.dat b/application/third_party/mpdf/qrcode/data/qrv40_2.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv40_3.dat b/application/third_party/mpdf/qrcode/data/qrv40_3.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv4_0.dat b/application/third_party/mpdf/qrcode/data/qrv4_0.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv4_1.dat b/application/third_party/mpdf/qrcode/data/qrv4_1.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv4_2.dat b/application/third_party/mpdf/qrcode/data/qrv4_2.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv4_3.dat b/application/third_party/mpdf/qrcode/data/qrv4_3.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv5_0.dat b/application/third_party/mpdf/qrcode/data/qrv5_0.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv5_1.dat b/application/third_party/mpdf/qrcode/data/qrv5_1.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv5_2.dat b/application/third_party/mpdf/qrcode/data/qrv5_2.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv5_3.dat b/application/third_party/mpdf/qrcode/data/qrv5_3.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv6_0.dat b/application/third_party/mpdf/qrcode/data/qrv6_0.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv6_1.dat b/application/third_party/mpdf/qrcode/data/qrv6_1.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv6_2.dat b/application/third_party/mpdf/qrcode/data/qrv6_2.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv6_3.dat b/application/third_party/mpdf/qrcode/data/qrv6_3.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv7_0.dat b/application/third_party/mpdf/qrcode/data/qrv7_0.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv7_1.dat b/application/third_party/mpdf/qrcode/data/qrv7_1.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv7_2.dat b/application/third_party/mpdf/qrcode/data/qrv7_2.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv7_3.dat b/application/third_party/mpdf/qrcode/data/qrv7_3.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv8_0.dat b/application/third_party/mpdf/qrcode/data/qrv8_0.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv8_1.dat b/application/third_party/mpdf/qrcode/data/qrv8_1.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv8_2.dat b/application/third_party/mpdf/qrcode/data/qrv8_2.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv8_3.dat b/application/third_party/mpdf/qrcode/data/qrv8_3.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv9_0.dat b/application/third_party/mpdf/qrcode/data/qrv9_0.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv9_1.dat b/application/third_party/mpdf/qrcode/data/qrv9_1.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv9_2.dat b/application/third_party/mpdf/qrcode/data/qrv9_2.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrv9_3.dat b/application/third_party/mpdf/qrcode/data/qrv9_3.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrvfr1.dat b/application/third_party/mpdf/qrcode/data/qrvfr1.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrvfr10.dat b/application/third_party/mpdf/qrcode/data/qrvfr10.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrvfr11.dat b/application/third_party/mpdf/qrcode/data/qrvfr11.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrvfr12.dat b/application/third_party/mpdf/qrcode/data/qrvfr12.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrvfr13.dat b/application/third_party/mpdf/qrcode/data/qrvfr13.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrvfr14.dat b/application/third_party/mpdf/qrcode/data/qrvfr14.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrvfr15.dat b/application/third_party/mpdf/qrcode/data/qrvfr15.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrvfr16.dat b/application/third_party/mpdf/qrcode/data/qrvfr16.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrvfr17.dat b/application/third_party/mpdf/qrcode/data/qrvfr17.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrvfr18.dat b/application/third_party/mpdf/qrcode/data/qrvfr18.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrvfr19.dat b/application/third_party/mpdf/qrcode/data/qrvfr19.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrvfr2.dat b/application/third_party/mpdf/qrcode/data/qrvfr2.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrvfr20.dat b/application/third_party/mpdf/qrcode/data/qrvfr20.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrvfr21.dat b/application/third_party/mpdf/qrcode/data/qrvfr21.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrvfr22.dat b/application/third_party/mpdf/qrcode/data/qrvfr22.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrvfr23.dat b/application/third_party/mpdf/qrcode/data/qrvfr23.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrvfr24.dat b/application/third_party/mpdf/qrcode/data/qrvfr24.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrvfr25.dat b/application/third_party/mpdf/qrcode/data/qrvfr25.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrvfr26.dat b/application/third_party/mpdf/qrcode/data/qrvfr26.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrvfr27.dat b/application/third_party/mpdf/qrcode/data/qrvfr27.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrvfr28.dat b/application/third_party/mpdf/qrcode/data/qrvfr28.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrvfr29.dat b/application/third_party/mpdf/qrcode/data/qrvfr29.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrvfr3.dat b/application/third_party/mpdf/qrcode/data/qrvfr3.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrvfr30.dat b/application/third_party/mpdf/qrcode/data/qrvfr30.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrvfr31.dat b/application/third_party/mpdf/qrcode/data/qrvfr31.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrvfr32.dat b/application/third_party/mpdf/qrcode/data/qrvfr32.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrvfr33.dat b/application/third_party/mpdf/qrcode/data/qrvfr33.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrvfr34.dat b/application/third_party/mpdf/qrcode/data/qrvfr34.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrvfr35.dat b/application/third_party/mpdf/qrcode/data/qrvfr35.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrvfr36.dat b/application/third_party/mpdf/qrcode/data/qrvfr36.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrvfr37.dat b/application/third_party/mpdf/qrcode/data/qrvfr37.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrvfr38.dat b/application/third_party/mpdf/qrcode/data/qrvfr38.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrvfr39.dat b/application/third_party/mpdf/qrcode/data/qrvfr39.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrvfr4.dat b/application/third_party/mpdf/qrcode/data/qrvfr4.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrvfr40.dat b/application/third_party/mpdf/qrcode/data/qrvfr40.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrvfr5.dat b/application/third_party/mpdf/qrcode/data/qrvfr5.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrvfr6.dat b/application/third_party/mpdf/qrcode/data/qrvfr6.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrvfr7.dat b/application/third_party/mpdf/qrcode/data/qrvfr7.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrvfr8.dat b/application/third_party/mpdf/qrcode/data/qrvfr8.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/qrvfr9.dat b/application/third_party/mpdf/qrcode/data/qrvfr9.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/rsc10.dat b/application/third_party/mpdf/qrcode/data/rsc10.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/rsc13.dat b/application/third_party/mpdf/qrcode/data/rsc13.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/rsc15.dat b/application/third_party/mpdf/qrcode/data/rsc15.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/rsc16.dat b/application/third_party/mpdf/qrcode/data/rsc16.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/rsc17.dat b/application/third_party/mpdf/qrcode/data/rsc17.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/rsc18.dat b/application/third_party/mpdf/qrcode/data/rsc18.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/rsc20.dat b/application/third_party/mpdf/qrcode/data/rsc20.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/rsc22.dat b/application/third_party/mpdf/qrcode/data/rsc22.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/rsc24.dat b/application/third_party/mpdf/qrcode/data/rsc24.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/rsc26.dat b/application/third_party/mpdf/qrcode/data/rsc26.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/rsc28.dat b/application/third_party/mpdf/qrcode/data/rsc28.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/rsc30.dat b/application/third_party/mpdf/qrcode/data/rsc30.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/rsc32.dat b/application/third_party/mpdf/qrcode/data/rsc32.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/rsc34.dat b/application/third_party/mpdf/qrcode/data/rsc34.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/rsc36.dat b/application/third_party/mpdf/qrcode/data/rsc36.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/rsc40.dat b/application/third_party/mpdf/qrcode/data/rsc40.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/rsc42.dat b/application/third_party/mpdf/qrcode/data/rsc42.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/rsc44.dat b/application/third_party/mpdf/qrcode/data/rsc44.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/rsc46.dat b/application/third_party/mpdf/qrcode/data/rsc46.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/rsc48.dat b/application/third_party/mpdf/qrcode/data/rsc48.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/rsc50.dat b/application/third_party/mpdf/qrcode/data/rsc50.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/rsc52.dat b/application/third_party/mpdf/qrcode/data/rsc52.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/rsc54.dat b/application/third_party/mpdf/qrcode/data/rsc54.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/rsc56.dat b/application/third_party/mpdf/qrcode/data/rsc56.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/rsc58.dat b/application/third_party/mpdf/qrcode/data/rsc58.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/rsc60.dat b/application/third_party/mpdf/qrcode/data/rsc60.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/rsc62.dat b/application/third_party/mpdf/qrcode/data/rsc62.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/rsc64.dat b/application/third_party/mpdf/qrcode/data/rsc64.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/rsc66.dat b/application/third_party/mpdf/qrcode/data/rsc66.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/rsc68.dat b/application/third_party/mpdf/qrcode/data/rsc68.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/data/rsc7.dat b/application/third_party/mpdf/qrcode/data/rsc7.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/image.php b/application/third_party/mpdf/qrcode/image.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/index.php b/application/third_party/mpdf/qrcode/index.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/qrcode/qrcode.class.php b/application/third_party/mpdf/qrcode/qrcode.class.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/tmp/dummy.txt b/application/third_party/mpdf/tmp/dummy.txt old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfontdata/dejavusans.GDEFdata.php b/application/third_party/mpdf/ttfontdata/dejavusans.GDEFdata.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfontdata/dejavusans.GPOSdata.php b/application/third_party/mpdf/ttfontdata/dejavusans.GPOSdata.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfontdata/dejavusans.GSUB.arab.DFLT.php b/application/third_party/mpdf/ttfontdata/dejavusans.GSUB.arab.DFLT.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfontdata/dejavusans.GSUB.arab.KUR .php b/application/third_party/mpdf/ttfontdata/dejavusans.GSUB.arab.KUR .php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfontdata/dejavusans.GSUB.arab.SND .php b/application/third_party/mpdf/ttfontdata/dejavusans.GSUB.arab.SND .php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfontdata/dejavusans.GSUB.arab.URD .php b/application/third_party/mpdf/ttfontdata/dejavusans.GSUB.arab.URD .php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfontdata/dejavusans.GSUB.nko .DFLT.php b/application/third_party/mpdf/ttfontdata/dejavusans.GSUB.nko .DFLT.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfontdata/dejavusans.GSUBGPOStables.dat b/application/third_party/mpdf/ttfontdata/dejavusans.GSUBGPOStables.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfontdata/dejavusans.GSUBdata.php b/application/third_party/mpdf/ttfontdata/dejavusans.GSUBdata.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfontdata/dejavusans.cw.dat b/application/third_party/mpdf/ttfontdata/dejavusans.cw.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfontdata/dejavusans.gid.dat b/application/third_party/mpdf/ttfontdata/dejavusans.gid.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfontdata/dejavusans.mtx.php b/application/third_party/mpdf/ttfontdata/dejavusans.mtx.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfontdata/dejavusansB.GDEFdata.php b/application/third_party/mpdf/ttfontdata/dejavusansB.GDEFdata.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfontdata/dejavusansB.GPOSdata.php b/application/third_party/mpdf/ttfontdata/dejavusansB.GPOSdata.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfontdata/dejavusansB.GSUB.arab.DFLT.php b/application/third_party/mpdf/ttfontdata/dejavusansB.GSUB.arab.DFLT.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfontdata/dejavusansB.GSUB.arab.KUR .php b/application/third_party/mpdf/ttfontdata/dejavusansB.GSUB.arab.KUR .php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfontdata/dejavusansB.GSUB.arab.SND .php b/application/third_party/mpdf/ttfontdata/dejavusansB.GSUB.arab.SND .php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfontdata/dejavusansB.GSUB.arab.URD .php b/application/third_party/mpdf/ttfontdata/dejavusansB.GSUB.arab.URD .php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfontdata/dejavusansB.GSUB.nko .DFLT.php b/application/third_party/mpdf/ttfontdata/dejavusansB.GSUB.nko .DFLT.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfontdata/dejavusansB.GSUBGPOStables.dat b/application/third_party/mpdf/ttfontdata/dejavusansB.GSUBGPOStables.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfontdata/dejavusansB.GSUBdata.php b/application/third_party/mpdf/ttfontdata/dejavusansB.GSUBdata.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfontdata/dejavusansB.cw.dat b/application/third_party/mpdf/ttfontdata/dejavusansB.cw.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfontdata/dejavusansB.cw127.php b/application/third_party/mpdf/ttfontdata/dejavusansB.cw127.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfontdata/dejavusansB.gid.dat b/application/third_party/mpdf/ttfontdata/dejavusansB.gid.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfontdata/dejavusansB.mtx.php b/application/third_party/mpdf/ttfontdata/dejavusansB.mtx.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfontdata/dejavusanscondensed.GDEFdata.php b/application/third_party/mpdf/ttfontdata/dejavusanscondensed.GDEFdata.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfontdata/dejavusanscondensed.GPOSdata.php b/application/third_party/mpdf/ttfontdata/dejavusanscondensed.GPOSdata.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfontdata/dejavusanscondensed.GSUB.arab.DFLT.php b/application/third_party/mpdf/ttfontdata/dejavusanscondensed.GSUB.arab.DFLT.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfontdata/dejavusanscondensed.GSUB.arab.KUR .php b/application/third_party/mpdf/ttfontdata/dejavusanscondensed.GSUB.arab.KUR .php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfontdata/dejavusanscondensed.GSUB.arab.SND .php b/application/third_party/mpdf/ttfontdata/dejavusanscondensed.GSUB.arab.SND .php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfontdata/dejavusanscondensed.GSUB.arab.URD .php b/application/third_party/mpdf/ttfontdata/dejavusanscondensed.GSUB.arab.URD .php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfontdata/dejavusanscondensed.GSUB.nko .DFLT.php b/application/third_party/mpdf/ttfontdata/dejavusanscondensed.GSUB.nko .DFLT.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfontdata/dejavusanscondensed.GSUBGPOStables.dat b/application/third_party/mpdf/ttfontdata/dejavusanscondensed.GSUBGPOStables.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfontdata/dejavusanscondensed.GSUBdata.php b/application/third_party/mpdf/ttfontdata/dejavusanscondensed.GSUBdata.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfontdata/dejavusanscondensed.cw.dat b/application/third_party/mpdf/ttfontdata/dejavusanscondensed.cw.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfontdata/dejavusanscondensed.cw127.php b/application/third_party/mpdf/ttfontdata/dejavusanscondensed.cw127.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfontdata/dejavusanscondensed.gid.dat b/application/third_party/mpdf/ttfontdata/dejavusanscondensed.gid.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfontdata/dejavusanscondensed.mtx.php b/application/third_party/mpdf/ttfontdata/dejavusanscondensed.mtx.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfontdata/dejavusanscondensedB.GDEFdata.php b/application/third_party/mpdf/ttfontdata/dejavusanscondensedB.GDEFdata.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfontdata/dejavusanscondensedB.GPOSdata.php b/application/third_party/mpdf/ttfontdata/dejavusanscondensedB.GPOSdata.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfontdata/dejavusanscondensedB.GSUB.arab.DFLT.php b/application/third_party/mpdf/ttfontdata/dejavusanscondensedB.GSUB.arab.DFLT.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfontdata/dejavusanscondensedB.GSUB.arab.KUR .php b/application/third_party/mpdf/ttfontdata/dejavusanscondensedB.GSUB.arab.KUR .php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfontdata/dejavusanscondensedB.GSUB.arab.SND .php b/application/third_party/mpdf/ttfontdata/dejavusanscondensedB.GSUB.arab.SND .php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfontdata/dejavusanscondensedB.GSUB.arab.URD .php b/application/third_party/mpdf/ttfontdata/dejavusanscondensedB.GSUB.arab.URD .php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfontdata/dejavusanscondensedB.GSUB.nko .DFLT.php b/application/third_party/mpdf/ttfontdata/dejavusanscondensedB.GSUB.nko .DFLT.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfontdata/dejavusanscondensedB.GSUBGPOStables.dat b/application/third_party/mpdf/ttfontdata/dejavusanscondensedB.GSUBGPOStables.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfontdata/dejavusanscondensedB.GSUBdata.php b/application/third_party/mpdf/ttfontdata/dejavusanscondensedB.GSUBdata.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfontdata/dejavusanscondensedB.cw.dat b/application/third_party/mpdf/ttfontdata/dejavusanscondensedB.cw.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfontdata/dejavusanscondensedB.cw127.php b/application/third_party/mpdf/ttfontdata/dejavusanscondensedB.cw127.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfontdata/dejavusanscondensedB.gid.dat b/application/third_party/mpdf/ttfontdata/dejavusanscondensedB.gid.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfontdata/dejavusanscondensedB.mtx.php b/application/third_party/mpdf/ttfontdata/dejavusanscondensedB.mtx.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfontdata/dejavusanscondensedBI.GDEFdata.php b/application/third_party/mpdf/ttfontdata/dejavusanscondensedBI.GDEFdata.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfontdata/dejavusanscondensedBI.GPOSdata.php b/application/third_party/mpdf/ttfontdata/dejavusanscondensedBI.GPOSdata.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfontdata/dejavusanscondensedBI.GSUBGPOStables.dat b/application/third_party/mpdf/ttfontdata/dejavusanscondensedBI.GSUBGPOStables.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfontdata/dejavusanscondensedBI.GSUBdata.php b/application/third_party/mpdf/ttfontdata/dejavusanscondensedBI.GSUBdata.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfontdata/dejavusanscondensedBI.cw.dat b/application/third_party/mpdf/ttfontdata/dejavusanscondensedBI.cw.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfontdata/dejavusanscondensedBI.gid.dat b/application/third_party/mpdf/ttfontdata/dejavusanscondensedBI.gid.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfontdata/dejavusanscondensedBI.mtx.php b/application/third_party/mpdf/ttfontdata/dejavusanscondensedBI.mtx.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfontdata/dejavusanscondensedI.GDEFdata.php b/application/third_party/mpdf/ttfontdata/dejavusanscondensedI.GDEFdata.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfontdata/dejavusanscondensedI.GPOSdata.php b/application/third_party/mpdf/ttfontdata/dejavusanscondensedI.GPOSdata.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfontdata/dejavusanscondensedI.GSUBGPOStables.dat b/application/third_party/mpdf/ttfontdata/dejavusanscondensedI.GSUBGPOStables.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfontdata/dejavusanscondensedI.GSUBdata.php b/application/third_party/mpdf/ttfontdata/dejavusanscondensedI.GSUBdata.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfontdata/dejavusanscondensedI.cw.dat b/application/third_party/mpdf/ttfontdata/dejavusanscondensedI.cw.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfontdata/dejavusanscondensedI.gid.dat b/application/third_party/mpdf/ttfontdata/dejavusanscondensedI.gid.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfontdata/dejavusanscondensedI.mtx.php b/application/third_party/mpdf/ttfontdata/dejavusanscondensedI.mtx.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfontdata/dejavusansmono.GDEFdata.php b/application/third_party/mpdf/ttfontdata/dejavusansmono.GDEFdata.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfontdata/dejavusansmono.GPOSdata.php b/application/third_party/mpdf/ttfontdata/dejavusansmono.GPOSdata.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfontdata/dejavusansmono.GSUB.arab.DFLT.php b/application/third_party/mpdf/ttfontdata/dejavusansmono.GSUB.arab.DFLT.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfontdata/dejavusansmono.GSUBGPOStables.dat b/application/third_party/mpdf/ttfontdata/dejavusansmono.GSUBGPOStables.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfontdata/dejavusansmono.GSUBdata.php b/application/third_party/mpdf/ttfontdata/dejavusansmono.GSUBdata.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfontdata/dejavusansmono.cw.dat b/application/third_party/mpdf/ttfontdata/dejavusansmono.cw.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfontdata/dejavusansmono.gid.dat b/application/third_party/mpdf/ttfontdata/dejavusansmono.gid.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfontdata/dejavusansmono.mtx.php b/application/third_party/mpdf/ttfontdata/dejavusansmono.mtx.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfontdata/dejavuserifcondensed.cw.dat b/application/third_party/mpdf/ttfontdata/dejavuserifcondensed.cw.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfontdata/dejavuserifcondensed.cw127.php b/application/third_party/mpdf/ttfontdata/dejavuserifcondensed.cw127.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfontdata/dejavuserifcondensed.gid.dat b/application/third_party/mpdf/ttfontdata/dejavuserifcondensed.gid.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfontdata/dejavuserifcondensed.mtx.php b/application/third_party/mpdf/ttfontdata/dejavuserifcondensed.mtx.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfontdata/dejavuserifcondensedB.cw.dat b/application/third_party/mpdf/ttfontdata/dejavuserifcondensedB.cw.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfontdata/dejavuserifcondensedB.gid.dat b/application/third_party/mpdf/ttfontdata/dejavuserifcondensedB.gid.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfontdata/dejavuserifcondensedB.mtx.php b/application/third_party/mpdf/ttfontdata/dejavuserifcondensedB.mtx.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfontdata/dejavuserifcondensedBI.cw.dat b/application/third_party/mpdf/ttfontdata/dejavuserifcondensedBI.cw.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfontdata/dejavuserifcondensedBI.gid.dat b/application/third_party/mpdf/ttfontdata/dejavuserifcondensedBI.gid.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfontdata/dejavuserifcondensedBI.mtx.php b/application/third_party/mpdf/ttfontdata/dejavuserifcondensedBI.mtx.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfontdata/dejavuserifcondensedI.cw.dat b/application/third_party/mpdf/ttfontdata/dejavuserifcondensedI.cw.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfontdata/dejavuserifcondensedI.gid.dat b/application/third_party/mpdf/ttfontdata/dejavuserifcondensedI.gid.dat old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfontdata/dejavuserifcondensedI.mtx.php b/application/third_party/mpdf/ttfontdata/dejavuserifcondensedI.mtx.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfontdata/dummy.txt b/application/third_party/mpdf/ttfontdata/dummy.txt old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfonts/AboriginalSansREGULAR.ttf b/application/third_party/mpdf/ttfonts/AboriginalSansREGULAR.ttf old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfonts/Abyssinica_SIL.ttf b/application/third_party/mpdf/ttfonts/Abyssinica_SIL.ttf old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfonts/Aegean.otf b/application/third_party/mpdf/ttfonts/Aegean.otf old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfonts/Aegyptus.otf b/application/third_party/mpdf/ttfonts/Aegyptus.otf old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfonts/Akkadian.otf b/application/third_party/mpdf/ttfonts/Akkadian.otf old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfonts/DBSILBR.ttf b/application/third_party/mpdf/ttfonts/DBSILBR.ttf old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfonts/DejaVuSans-Bold.ttf b/application/third_party/mpdf/ttfonts/DejaVuSans-Bold.ttf old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfonts/DejaVuSans-BoldOblique.ttf b/application/third_party/mpdf/ttfonts/DejaVuSans-BoldOblique.ttf old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfonts/DejaVuSans-Oblique.ttf b/application/third_party/mpdf/ttfonts/DejaVuSans-Oblique.ttf old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfonts/DejaVuSans.ttf b/application/third_party/mpdf/ttfonts/DejaVuSans.ttf old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfonts/DejaVuSansCondensed-Bold.ttf b/application/third_party/mpdf/ttfonts/DejaVuSansCondensed-Bold.ttf old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfonts/DejaVuSansCondensed-BoldOblique.ttf b/application/third_party/mpdf/ttfonts/DejaVuSansCondensed-BoldOblique.ttf old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfonts/DejaVuSansCondensed-Oblique.ttf b/application/third_party/mpdf/ttfonts/DejaVuSansCondensed-Oblique.ttf old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfonts/DejaVuSansCondensed.ttf b/application/third_party/mpdf/ttfonts/DejaVuSansCondensed.ttf old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfonts/DejaVuSansMono-Bold.ttf b/application/third_party/mpdf/ttfonts/DejaVuSansMono-Bold.ttf old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfonts/DejaVuSansMono-BoldOblique.ttf b/application/third_party/mpdf/ttfonts/DejaVuSansMono-BoldOblique.ttf old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfonts/DejaVuSansMono-Oblique.ttf b/application/third_party/mpdf/ttfonts/DejaVuSansMono-Oblique.ttf old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfonts/DejaVuSansMono.ttf b/application/third_party/mpdf/ttfonts/DejaVuSansMono.ttf old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfonts/DejaVuSerif-Bold.ttf b/application/third_party/mpdf/ttfonts/DejaVuSerif-Bold.ttf old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfonts/DejaVuSerif-BoldItalic.ttf b/application/third_party/mpdf/ttfonts/DejaVuSerif-BoldItalic.ttf old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfonts/DejaVuSerif-Italic.ttf b/application/third_party/mpdf/ttfonts/DejaVuSerif-Italic.ttf old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfonts/DejaVuSerif.ttf b/application/third_party/mpdf/ttfonts/DejaVuSerif.ttf old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfonts/DejaVuSerifCondensed-Bold.ttf b/application/third_party/mpdf/ttfonts/DejaVuSerifCondensed-Bold.ttf old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfonts/DejaVuSerifCondensed-BoldItalic.ttf b/application/third_party/mpdf/ttfonts/DejaVuSerifCondensed-BoldItalic.ttf old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfonts/DejaVuSerifCondensed-Italic.ttf b/application/third_party/mpdf/ttfonts/DejaVuSerifCondensed-Italic.ttf old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfonts/DejaVuSerifCondensed.ttf b/application/third_party/mpdf/ttfonts/DejaVuSerifCondensed.ttf old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfonts/DejaVuinfo.txt b/application/third_party/mpdf/ttfonts/DejaVuinfo.txt old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfonts/Dhyana-Bold.ttf b/application/third_party/mpdf/ttfonts/Dhyana-Bold.ttf old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfonts/Dhyana-Regular.ttf b/application/third_party/mpdf/ttfonts/Dhyana-Regular.ttf old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfonts/DhyanaOFL.txt b/application/third_party/mpdf/ttfonts/DhyanaOFL.txt old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfonts/FreeMono.ttf b/application/third_party/mpdf/ttfonts/FreeMono.ttf old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfonts/FreeMonoBold.ttf b/application/third_party/mpdf/ttfonts/FreeMonoBold.ttf old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfonts/FreeMonoBoldOblique.ttf b/application/third_party/mpdf/ttfonts/FreeMonoBoldOblique.ttf old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfonts/FreeMonoOblique.ttf b/application/third_party/mpdf/ttfonts/FreeMonoOblique.ttf old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfonts/FreeSans.ttf b/application/third_party/mpdf/ttfonts/FreeSans.ttf old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfonts/FreeSansBold.ttf b/application/third_party/mpdf/ttfonts/FreeSansBold.ttf old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfonts/FreeSansBoldOblique.ttf b/application/third_party/mpdf/ttfonts/FreeSansBoldOblique.ttf old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfonts/FreeSansOblique.ttf b/application/third_party/mpdf/ttfonts/FreeSansOblique.ttf old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfonts/FreeSerif.ttf b/application/third_party/mpdf/ttfonts/FreeSerif.ttf old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfonts/FreeSerifBold.ttf b/application/third_party/mpdf/ttfonts/FreeSerifBold.ttf old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfonts/FreeSerifBoldItalic.ttf b/application/third_party/mpdf/ttfonts/FreeSerifBoldItalic.ttf old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfonts/FreeSerifItalic.ttf b/application/third_party/mpdf/ttfonts/FreeSerifItalic.ttf old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfonts/GNUFreeFontinfo.txt b/application/third_party/mpdf/ttfonts/GNUFreeFontinfo.txt old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfonts/Garuda-Bold.ttf b/application/third_party/mpdf/ttfonts/Garuda-Bold.ttf old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfonts/Garuda-BoldOblique.ttf b/application/third_party/mpdf/ttfonts/Garuda-BoldOblique.ttf old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfonts/Garuda-Oblique.ttf b/application/third_party/mpdf/ttfonts/Garuda-Oblique.ttf old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfonts/Garuda.ttf b/application/third_party/mpdf/ttfonts/Garuda.ttf old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfonts/Jomolhari-OFL.txt b/application/third_party/mpdf/ttfonts/Jomolhari-OFL.txt old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfonts/Jomolhari.ttf b/application/third_party/mpdf/ttfonts/Jomolhari.ttf old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfonts/KhmerOFL.txt b/application/third_party/mpdf/ttfonts/KhmerOFL.txt old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfonts/KhmerOS.ttf b/application/third_party/mpdf/ttfonts/KhmerOS.ttf old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfonts/Lateef font OFL.txt b/application/third_party/mpdf/ttfonts/Lateef font OFL.txt old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfonts/LateefRegOT.ttf b/application/third_party/mpdf/ttfonts/LateefRegOT.ttf old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfonts/Lohit-Kannada.ttf b/application/third_party/mpdf/ttfonts/Lohit-Kannada.ttf old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfonts/LohitKannadaOFL.txt b/application/third_party/mpdf/ttfonts/LohitKannadaOFL.txt old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfonts/Padauk-book.ttf b/application/third_party/mpdf/ttfonts/Padauk-book.ttf old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfonts/Pothana2000.ttf b/application/third_party/mpdf/ttfonts/Pothana2000.ttf old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfonts/Quivira.otf b/application/third_party/mpdf/ttfonts/Quivira.otf old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfonts/Sun-ExtA.ttf b/application/third_party/mpdf/ttfonts/Sun-ExtA.ttf old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfonts/Sun-ExtB.ttf b/application/third_party/mpdf/ttfonts/Sun-ExtB.ttf old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfonts/SundaneseUnicode-1.0.5.ttf b/application/third_party/mpdf/ttfonts/SundaneseUnicode-1.0.5.ttf old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfonts/SyrCOMEdessa.otf b/application/third_party/mpdf/ttfonts/SyrCOMEdessa.otf old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfonts/SyrCOMEdessa_license.txt b/application/third_party/mpdf/ttfonts/SyrCOMEdessa_license.txt old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfonts/TaameyDavidCLM-LICENSE.txt b/application/third_party/mpdf/ttfonts/TaameyDavidCLM-LICENSE.txt old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfonts/TaameyDavidCLM-Medium.ttf b/application/third_party/mpdf/ttfonts/TaameyDavidCLM-Medium.ttf old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfonts/TaiHeritagePro.ttf b/application/third_party/mpdf/ttfonts/TaiHeritagePro.ttf old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfonts/Tharlon-Regular.ttf b/application/third_party/mpdf/ttfonts/Tharlon-Regular.ttf old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfonts/TharlonOFL.txt b/application/third_party/mpdf/ttfonts/TharlonOFL.txt old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfonts/UnBatang_0613.ttf b/application/third_party/mpdf/ttfonts/UnBatang_0613.ttf old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfonts/Uthman.otf b/application/third_party/mpdf/ttfonts/Uthman.otf old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfonts/XB Riyaz.ttf b/application/third_party/mpdf/ttfonts/XB Riyaz.ttf old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfonts/XB RiyazBd.ttf b/application/third_party/mpdf/ttfonts/XB RiyazBd.ttf old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfonts/XB RiyazBdIt.ttf b/application/third_party/mpdf/ttfonts/XB RiyazBdIt.ttf old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfonts/XB RiyazIt.ttf b/application/third_party/mpdf/ttfonts/XB RiyazIt.ttf old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfonts/XW Zar Font Info.txt b/application/third_party/mpdf/ttfonts/XW Zar Font Info.txt old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfonts/ZawgyiOne.ttf b/application/third_party/mpdf/ttfonts/ZawgyiOne.ttf old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfonts/ayar.ttf b/application/third_party/mpdf/ttfonts/ayar.ttf old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfonts/damase_v.2.ttf b/application/third_party/mpdf/ttfonts/damase_v.2.ttf old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfonts/kaputaunicode.ttf b/application/third_party/mpdf/ttfonts/kaputaunicode.ttf old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfonts/lannaalif-v1-03.ttf b/application/third_party/mpdf/ttfonts/lannaalif-v1-03.ttf old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfonts/ocrb10.ttf b/application/third_party/mpdf/ttfonts/ocrb10.ttf old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/ttfonts/ocrbinfo.txt b/application/third_party/mpdf/ttfonts/ocrbinfo.txt old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/utils/UnicodeData.txt b/application/third_party/mpdf/utils/UnicodeData.txt old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/utils/UnicodeRanges.php b/application/third_party/mpdf/utils/UnicodeRanges.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/utils/font_collections.php b/application/third_party/mpdf/utils/font_collections.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/utils/font_coverage.php b/application/third_party/mpdf/utils/font_coverage.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/utils/font_dump.php b/application/third_party/mpdf/utils/font_dump.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/utils/font_dump_OTL.php b/application/third_party/mpdf/utils/font_dump_OTL.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/utils/font_names.php b/application/third_party/mpdf/utils/font_names.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/utils/image_details.php b/application/third_party/mpdf/utils/image_details.php old mode 100755 new mode 100644 diff --git a/application/third_party/mpdf/utils/index.php b/application/third_party/mpdf/utils/index.php old mode 100755 new mode 100644 diff --git a/application/views/Old_dashboard.php b/application/views/Old_dashboard.php new file mode 100644 index 00000000..de7351dc --- /dev/null +++ b/application/views/Old_dashboard.php @@ -0,0 +1,1505 @@ +EmpCount; + } + + +} + +?> + + +
+
+ + +
+ +
+

Accounts Department Dashboard

+
+ +
+ +
+
+ +
+
+
+ +
+ Employees + +
+
+
+
+
+ +
+
+ + + + + + + + + + + + + + + +
+ +
+ +
+ +
+ +
+ +
+
+ +
+

TOTAL NO OF EMPLOYEES

+
+ +

totemp;?>

+

 

+ + + +
+
+ +
+
+
+
+ +
+ +
+

TOTAL LOAN

+
+ + +

totloan;?>

+

 

+ + + +
+ +
+ +
+ + + LOAN TO BE RECOVERED : + + + + totrec;?> + + +
+
+ + +
+ + +
+ +

SALARY COST

+
+ +

+

+ + + +
+
+ + +
+ THIS MONTH :
+
+
+ +
+ + + + + +
+ +
+

TOTAL EMPLOYEES ABSENT

+ +

+
+ +

+ + + +

+

ABSENT


+ +
+ +

+
+
+ +
+ +
+
+ +
+
+ +
+ +
+ + +

+ + 'Select Employee'); + //print_r( $options); + + if(!empty($emplist)) + { + foreach ($emplist as $SID): + + + $options[$SID->EmpID] = $SID->name.' '.' - '.' '.$SID->EmpID; + + endforeach; + } + + echo form_dropdown('emp', $options,set_value('emp'),'id="emp"' ,'class="form-control select2'); + + ?> + +

+ + + + + + Click here to Employee Performance Report +
+ + + +
+
+ +
+ +
+
+
+ +
+
+
+ +
+

0

+
Working Days
+ +
+ +
+

0

+
Days Present
+ +
+ +
+ +
+ +
+ + + +
+ +
+
+ +
+
+
+
+
+

0

+
Working Days
+ +
+ +
+

0

+
Days Present
+ +
+ + + +
+ +
+
+ + + + +
+
+
+
+ + + + +
+ +
+
+

NAME OF ABSENTEES

+ +
+ + + + +
+
+ +
+ +
+ + +
+ + + + + '; + + + ?> + + + +
+ + + + +
+ + + +
+ + + +
+ +
+ + + + + + + + + + + + + +
+ +
+ + + + + + + + +
+ +
+

Admin Dashboard

+
+ +
+
+ + + +
+ +
+
+

44

+ +

User Registrations

+
+
+ +
+ More info +
+
+ + +
+
+ +
+ + + + + + +
+ +
+

Manager Department Dashboard

+
+ +
+ +
+
+ +
+
+
+ +
+ Employees + +
+
+
+
+
+ +
+
+ + + + + + + + + +
+
+ + + + +
+
+
+
+

Monthly Purchase Order

+ + +
+ +
+
+
+

+ + = 4) { + $yearl = date('Y').'-'.(date('Y')+1); + } else { + $yearl = (date('Y')-1).'-'.date('Y'); + } + $ab=$yearl; + $fa=substr($ab,0,-5); + $aa=substr($ab,5,5); + echo '1 April, '.$fa.' - 31 March, '.$aa.''; + ?> + + +

+ +
+ + +
+ +
+ + + +
+      BUDGET AMOUNT + +

+ +
+ + SERVICE   :  totalservicebudget;?> + +
+ + +
+
+ +
+ + REVENUE :  totalrevenuebudget;?> + + + +
+ +
+ +
+ + IMPORT    :  totalimportbudget;?> + + + +
+
+ +
+ + CAPITAL    :  totalcapitalbudget;?> + + + +
+ + + +
+ + + +
+ + + +
+ +
+
+
+ + + + + + + + + + + + + +
+ + +
+ + + + + + + + + + + +
+
\ No newline at end of file diff --git a/application/views/Report_Material_inward_Register.php b/application/views/Report_Material_inward_Register.php old mode 100755 new mode 100644 diff --git a/application/views/cashbookmthlypaydep.php b/application/views/cashbookmthlypaydep.php old mode 100755 new mode 100644 diff --git a/application/views/cashbookmthlyrecdep.php b/application/views/cashbookmthlyrecdep.php old mode 100755 new mode 100644 diff --git a/application/views/cashbookmthlyreport.php b/application/views/cashbookmthlyreport.php old mode 100755 new mode 100644 diff --git a/application/views/cashbookyearlyreport.php b/application/views/cashbookyearlyreport.php old mode 100755 new mode 100644 diff --git a/application/views/dashboard.php b/application/views/dashboard.php index de7351dc..a0d9afad 100644 --- a/application/views/dashboard.php +++ b/application/views/dashboard.php @@ -81,6 +81,33 @@ if(!empty($EmpCount)) + + + + + + \ No newline at end of file diff --git a/application/views/includes_bkup_files/header.php b/application/views/includes_bkup_files/header.php new file mode 100644 index 00000000..12d7ecfa --- /dev/null +++ b/application/views/includes_bkup_files/header.php @@ -0,0 +1,1534 @@ + + + + <?php echo $pageTitle; ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + profilepic; + $path = 'uploads/images/'; + $files = glob($path."*.{jpg,jpeg,png,gif}", GLOB_BRACE); + $full_path = $path .$pic; + ?> + + + + + + + + + + +
+
+ + + + + +
+ + + + + + + +
+ + diff --git a/application/views/includes_bkup_files/pdffooter.php b/application/views/includes_bkup_files/pdffooter.php new file mode 100644 index 00000000..09dfce4c --- /dev/null +++ b/application/views/includes_bkup_files/pdffooter.php @@ -0,0 +1,40 @@ + + + + + + + + + +
+

Note: Please acknowledge receipt of this order for acceptance
          Material to be delivered to our stores before 3pm
          Please refer order number and item code in your challan/invoice

+ + + ReleasedOn, new DateTimeZone('Asia/Kolkata')); + + + ?> + +
Released By : FirstName;?>
+
Released On : format('d-m-Y');?>
+ + +
+

For CompanyName);?>

+

 

+

 

+

 

+

 

+ +

Authorised signatory

+

This is a system generated purchase order

\ No newline at end of file diff --git a/application/views/includes_bkup_files/pdfheader.php b/application/views/includes_bkup_files/pdfheader.php new file mode 100644 index 00000000..ae2b57af --- /dev/null +++ b/application/views/includes_bkup_files/pdfheader.php @@ -0,0 +1,348 @@ + + CompanyName; + $CompanyAddress = $CO->Address; + $companyEmail=$CO->EmailAddress; + $companyGst=$CO->GSTNO; + $companyPan=$CO->PAN; + $companyWebsit=$CO->companyWebsite; + $CompanyStateCode=$CO->StateCode; + + } + } + + $currencyName='INR'; + $currencyCode =''; + if(!empty($CurrencySymbol)) + { + foreach ($CurrencySymbol as $Curr) + { + + $currencyCode = $Curr->FontCode2000; + //$currencyName = $currencyName; + + + } + + } + + foreach ($GetPoFormat[0] as $For) + { + $PONO = $For; + + } + + + + if(!empty($POItem)) + { + + foreach ($POItem as $PO) + { + + + $postatus= $PO->Status; + $SuplierName = $PO->SupplierName; + $SuplierAddress = $PO->Address; + $DeliveryAddress = $PO->DeliveryAddress; + $dt = new DateTime($PO->PODate, new DateTimeZone('Asia/Kolkata')); + $Podt = $dt->format('d-m-Y'); + if($PO->DeliveryOption==1){ + $DeliverySchedule=$PO->DeliverySchedule; + $DeliveryDate=null; + $advance=$PO->AdvanceAmount; + }else if($PO->DeliveryOption==0) + { + + if(!empty($PO->DeliveryDate)){ + $dtDe = new DateTime($PO->DeliveryDate, new DateTimeZone('Asia/Kolkata')); + $DeliveryDate = $dtDe->format('d-m-Y'); + $DeliverySchedule=''; + } + } + // if($DeliveryDate == '30-11--0001' || $DeliveryDate == '0001-11-30'){$DeliveryDate='';} + $ServiceDescription =$PO->ServiceDescription; + $PaymentTerms = $PO->PaymentTerms; + if($PaymentTerms=='Others'){ + $PaymentTerms=$PO->PaymentOtherDescription; + } + + $advance=$PO->AdvanceAmount; + $finCap=($PO->Fincap== '') ? '-':$PO->Fincap; + $modShp=$PO->Mode_Of_Shipment; + if($PO->InsuranceNumber==''){ + $insNo='No'; + } + else{ + $insNo=$PO->InsuranceNumber; + } + + + $supRef=$PO->Supplier_Reference; + $supOfferNo=$PO->Supplier_Offer_No; + $supplierEmail=$PO->EmailAddress; + $supplierGst=$PO->GSTNO; + $supplierPan=$PO->PAN; + $supplierContact=$PO->ContactNumber; + $serviceDescription=$PO->Description_Of_Service; + $supplierVendor=$PO->SupplierID; + $ourRef=$PO->Other_Reference; + $dispatch=$PO->Import_DispatchDetails; + } +} + +// $amendpostatus=''; +// if(!empty($AmendmentPDF)) +// { +// foreach ($AmendmentPDF as $apdf) +// { +// $amendpostatus=$apdf->parentpostatus; +// } + +// //$asd = $AmendmentPDF[0][parentpostatus]; +// print_r($AmendmentPDF); +// //echo $asd;die(); +// // echo ; +// // die(); + +// } + ?> +
+
RI/PUR/R 02
+ + + + + + + + = '10-2018') + { + + + ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ parentpostatus == 'ST030') { ?> +
AMENDMENT PURCHASE ORDER
+ +
PURCHASE ORDER
+ + + +
no image +
+

 

+ + + + + + + + + +
+ web: + + PAN: +
+ Email: + + GSTIN: + +
+
+ Purchase Order No
+ +
+ PO Date
+ +
+ Supplier's Offer No
+
+
Our Reference
+ +
+ Shipped From    Vendor code:
+
+ + + + + + + +
PAN:GSTIN:
+
Shipped To

State code: + +
Delivery/Schedule By :
+ +
Indent
+ + + + + + + + + + + + + +
Req No
+
+ + + + + + + + + + + +
Date
format("d-m-Y"); echo $date; ?>
+
+ + + + + + + + + + + +
Dept
+
+ + + + + + + + + + + +
CCD
+
+ + + + + + + + + + + +
Fin cap
+
Contact

Email +

Mode of Shipment

Insurance

+
\ No newline at end of file diff --git a/assets/.htaccess b/assets/.htaccess new file mode 100644 index 00000000..ee80155b --- /dev/null +++ b/assets/.htaccess @@ -0,0 +1,7 @@ +DirectoryIndex index.php +RewriteEngine on + +RewriteCond $1 !^(index\.php|(.*)\.swf|forums|img|css|downloads|jquery|js|grocery_curd|scss|robots\.txt|favicon\.ico) +RewriteCond %{REQUEST_FILENAME} !-f +RewriteCond %{REQUEST_FILENAME} !-d +RewriteRule ^(.*)$ ./index.php?$1 [L,QSA] diff --git a/assets/Autocomplete/countries.js b/assets/Autocomplete/countries.js old mode 100755 new mode 100644 diff --git a/assets/Autocomplete/jquery.autocomplete.js b/assets/Autocomplete/jquery.autocomplete.js old mode 100755 new mode 100644 diff --git a/assets/bootstrap/css/bootstrap.css b/assets/bootstrap/css/bootstrap.css old mode 100755 new mode 100644 diff --git a/assets/bootstrap/css/bootstrap.css.map b/assets/bootstrap/css/bootstrap.css.map old mode 100755 new mode 100644 diff --git a/assets/bootstrap/css/bootstrap.min.css b/assets/bootstrap/css/bootstrap.min.css old mode 100755 new mode 100644 diff --git a/assets/bootstrap/fonts/glyphicons-halflings-regular.eot b/assets/bootstrap/fonts/glyphicons-halflings-regular.eot old mode 100755 new mode 100644 diff --git a/assets/bootstrap/fonts/glyphicons-halflings-regular.svg b/assets/bootstrap/fonts/glyphicons-halflings-regular.svg old mode 100755 new mode 100644 diff --git a/assets/bootstrap/fonts/glyphicons-halflings-regular.ttf b/assets/bootstrap/fonts/glyphicons-halflings-regular.ttf old mode 100755 new mode 100644 diff --git a/assets/bootstrap/fonts/glyphicons-halflings-regular.woff b/assets/bootstrap/fonts/glyphicons-halflings-regular.woff old mode 100755 new mode 100644 diff --git a/assets/bootstrap/fonts/glyphicons-halflings-regular.woff2 b/assets/bootstrap/fonts/glyphicons-halflings-regular.woff2 old mode 100755 new mode 100644 diff --git a/assets/bootstrap/js/bootstrap.js b/assets/bootstrap/js/bootstrap.js old mode 100755 new mode 100644 diff --git a/assets/bootstrap/js/bootstrap.min.js b/assets/bootstrap/js/bootstrap.min.js old mode 100755 new mode 100644 diff --git a/assets/bootstrap/js/npm.js b/assets/bootstrap/js/npm.js old mode 100755 new mode 100644 diff --git a/assets/css/animate.css b/assets/css/animate.css old mode 100755 new mode 100644 diff --git a/assets/css/bootstrap.css b/assets/css/bootstrap.css old mode 100755 new mode 100644 diff --git a/assets/css/bootstrap.min.css b/assets/css/bootstrap.min.css old mode 100755 new mode 100644 diff --git a/assets/css/patterns/congruent_pentagon.png b/assets/css/patterns/congruent_pentagon.png old mode 100755 new mode 100644 diff --git a/assets/css/patterns/header-profile-skin-1.png b/assets/css/patterns/header-profile-skin-1.png old mode 100755 new mode 100644 diff --git a/assets/css/patterns/header-profile-skin-2.png b/assets/css/patterns/header-profile-skin-2.png old mode 100755 new mode 100644 diff --git a/assets/css/patterns/header-profile-skin-3.png b/assets/css/patterns/header-profile-skin-3.png old mode 100755 new mode 100644 diff --git a/assets/css/patterns/header-profile.png b/assets/css/patterns/header-profile.png old mode 100755 new mode 100644 diff --git a/assets/css/patterns/otis_redding.png b/assets/css/patterns/otis_redding.png old mode 100755 new mode 100644 diff --git a/assets/css/patterns/shattered.png b/assets/css/patterns/shattered.png old mode 100755 new mode 100644 diff --git a/assets/css/patterns/triangular.png b/assets/css/patterns/triangular.png old mode 100755 new mode 100644 diff --git a/assets/css/plugins/blueimp/css/blueimp-gallery-indicator.css b/assets/css/plugins/blueimp/css/blueimp-gallery-indicator.css old mode 100755 new mode 100644 diff --git a/assets/css/plugins/blueimp/css/blueimp-gallery-video.css b/assets/css/plugins/blueimp/css/blueimp-gallery-video.css old mode 100755 new mode 100644 diff --git a/assets/css/plugins/blueimp/css/blueimp-gallery.css b/assets/css/plugins/blueimp/css/blueimp-gallery.css old mode 100755 new mode 100644 diff --git a/assets/css/plugins/blueimp/css/blueimp-gallery.min.css b/assets/css/plugins/blueimp/css/blueimp-gallery.min.css old mode 100755 new mode 100644 diff --git a/assets/css/plugins/blueimp/css/demo.css b/assets/css/plugins/blueimp/css/demo.css old mode 100755 new mode 100644 diff --git a/assets/css/plugins/blueimp/img/error.png b/assets/css/plugins/blueimp/img/error.png old mode 100755 new mode 100644 diff --git a/assets/css/plugins/blueimp/img/error.svg b/assets/css/plugins/blueimp/img/error.svg old mode 100755 new mode 100644 diff --git a/assets/css/plugins/blueimp/img/loading.gif b/assets/css/plugins/blueimp/img/loading.gif old mode 100755 new mode 100644 diff --git a/assets/css/plugins/blueimp/img/play-pause.png b/assets/css/plugins/blueimp/img/play-pause.png old mode 100755 new mode 100644 diff --git a/assets/css/plugins/blueimp/img/play-pause.svg b/assets/css/plugins/blueimp/img/play-pause.svg old mode 100755 new mode 100644 diff --git a/assets/css/plugins/blueimp/img/video-play.png b/assets/css/plugins/blueimp/img/video-play.png old mode 100755 new mode 100644 diff --git a/assets/css/plugins/blueimp/img/video-play.svg b/assets/css/plugins/blueimp/img/video-play.svg old mode 100755 new mode 100644 diff --git a/assets/css/plugins/bootstrap-rtl/bootstrap-rtl.css b/assets/css/plugins/bootstrap-rtl/bootstrap-rtl.css old mode 100755 new mode 100644 diff --git a/assets/css/plugins/bootstrap-rtl/bootstrap-rtl.css.map b/assets/css/plugins/bootstrap-rtl/bootstrap-rtl.css.map old mode 100755 new mode 100644 diff --git a/assets/css/plugins/bootstrap-rtl/bootstrap-rtl.min.css b/assets/css/plugins/bootstrap-rtl/bootstrap-rtl.min.css old mode 100755 new mode 100644 diff --git a/assets/css/plugins/chosen/chosen-sprite.png b/assets/css/plugins/chosen/chosen-sprite.png old mode 100755 new mode 100644 diff --git a/assets/css/plugins/chosen/chosen-sprite@2x.png b/assets/css/plugins/chosen/chosen-sprite@2x.png old mode 100755 new mode 100644 diff --git a/assets/css/plugins/chosen/chosen.css b/assets/css/plugins/chosen/chosen.css old mode 100755 new mode 100644 diff --git a/assets/css/plugins/codemirror/ambiance.css b/assets/css/plugins/codemirror/ambiance.css old mode 100755 new mode 100644 diff --git a/assets/css/plugins/codemirror/codemirror.css b/assets/css/plugins/codemirror/codemirror.css old mode 100755 new mode 100644 diff --git a/assets/css/plugins/colorpicker/bootstrap-colorpicker.min.css b/assets/css/plugins/colorpicker/bootstrap-colorpicker.min.css old mode 100755 new mode 100644 diff --git a/assets/css/plugins/cropper/cropper.min.css b/assets/css/plugins/cropper/cropper.min.css old mode 100755 new mode 100644 diff --git a/assets/css/plugins/dataTables/dataTables.bootstrap.css b/assets/css/plugins/dataTables/dataTables.bootstrap.css old mode 100755 new mode 100644 diff --git a/assets/css/plugins/dataTables/dataTables.responsive.css b/assets/css/plugins/dataTables/dataTables.responsive.css old mode 100755 new mode 100644 diff --git a/assets/css/plugins/dataTables/dataTables.tableTools.min.css b/assets/css/plugins/dataTables/dataTables.tableTools.min.css old mode 100755 new mode 100644 diff --git a/assets/css/plugins/datapicker/datepicker3.css b/assets/css/plugins/datapicker/datepicker3.css old mode 100755 new mode 100644 diff --git a/assets/css/plugins/dropzone/basic.css b/assets/css/plugins/dropzone/basic.css old mode 100755 new mode 100644 diff --git a/assets/css/plugins/dropzone/dropzone.css b/assets/css/plugins/dropzone/dropzone.css old mode 100755 new mode 100644 diff --git a/assets/css/plugins/fullcalendar/fullcalendar.css b/assets/css/plugins/fullcalendar/fullcalendar.css old mode 100755 new mode 100644 diff --git a/assets/css/plugins/fullcalendar/fullcalendar.print.css b/assets/css/plugins/fullcalendar/fullcalendar.print.css old mode 100755 new mode 100644 diff --git a/assets/css/plugins/iCheck/custom.css b/assets/css/plugins/iCheck/custom.css old mode 100755 new mode 100644 diff --git a/assets/css/plugins/iCheck/green.png b/assets/css/plugins/iCheck/green.png old mode 100755 new mode 100644 diff --git a/assets/css/plugins/iCheck/green@2x.png b/assets/css/plugins/iCheck/green@2x.png old mode 100755 new mode 100644 diff --git a/assets/css/plugins/images/bootstrap-colorpicker/alpha-horizontal.png b/assets/css/plugins/images/bootstrap-colorpicker/alpha-horizontal.png old mode 100755 new mode 100644 diff --git a/assets/css/plugins/images/bootstrap-colorpicker/alpha.png b/assets/css/plugins/images/bootstrap-colorpicker/alpha.png old mode 100755 new mode 100644 diff --git a/assets/css/plugins/images/bootstrap-colorpicker/hue-horizontal.png b/assets/css/plugins/images/bootstrap-colorpicker/hue-horizontal.png old mode 100755 new mode 100644 diff --git a/assets/css/plugins/images/bootstrap-colorpicker/hue.png b/assets/css/plugins/images/bootstrap-colorpicker/hue.png old mode 100755 new mode 100644 diff --git a/assets/css/plugins/images/bootstrap-colorpicker/saturation.png b/assets/css/plugins/images/bootstrap-colorpicker/saturation.png old mode 100755 new mode 100644 diff --git a/assets/css/plugins/images/sort.png b/assets/css/plugins/images/sort.png old mode 100755 new mode 100644 diff --git a/assets/css/plugins/images/sort_asc.png b/assets/css/plugins/images/sort_asc.png old mode 100755 new mode 100644 diff --git a/assets/css/plugins/images/sort_desc.png b/assets/css/plugins/images/sort_desc.png old mode 100755 new mode 100644 diff --git a/assets/css/plugins/images/sprite-skin-flat.png b/assets/css/plugins/images/sprite-skin-flat.png old mode 100755 new mode 100644 diff --git a/assets/css/plugins/images/sprite-skin-flat2.png b/assets/css/plugins/images/sprite-skin-flat2.png old mode 100755 new mode 100644 diff --git a/assets/css/plugins/images/sprite-skin-nice.png b/assets/css/plugins/images/sprite-skin-nice.png old mode 100755 new mode 100644 diff --git a/assets/css/plugins/images/sprite-skin-simple.png b/assets/css/plugins/images/sprite-skin-simple.png old mode 100755 new mode 100644 diff --git a/assets/css/plugins/images/spritemap.png b/assets/css/plugins/images/spritemap.png old mode 100755 new mode 100644 diff --git a/assets/css/plugins/images/spritemap@2x.png b/assets/css/plugins/images/spritemap@2x.png old mode 100755 new mode 100644 diff --git a/assets/css/plugins/ionRangeSlider/ion.rangeSlider.css b/assets/css/plugins/ionRangeSlider/ion.rangeSlider.css old mode 100755 new mode 100644 diff --git a/assets/css/plugins/ionRangeSlider/ion.rangeSlider.skinFlat.css b/assets/css/plugins/ionRangeSlider/ion.rangeSlider.skinFlat.css old mode 100755 new mode 100644 diff --git a/assets/css/plugins/ionRangeSlider/ion.rangeSlider.skinNice.css b/assets/css/plugins/ionRangeSlider/ion.rangeSlider.skinNice.css old mode 100755 new mode 100644 diff --git a/assets/css/plugins/ionRangeSlider/ion.rangeSlider.skinSimple.css b/assets/css/plugins/ionRangeSlider/ion.rangeSlider.skinSimple.css old mode 100755 new mode 100644 diff --git a/assets/css/plugins/jQueryUI/images/animated-overlay.gif b/assets/css/plugins/jQueryUI/images/animated-overlay.gif old mode 100755 new mode 100644 diff --git a/assets/css/plugins/jQueryUI/images/ui-bg_flat_0_aaaaaa_40x100.png b/assets/css/plugins/jQueryUI/images/ui-bg_flat_0_aaaaaa_40x100.png old mode 100755 new mode 100644 diff --git a/assets/css/plugins/jQueryUI/images/ui-bg_flat_75_ffffff_40x100.png b/assets/css/plugins/jQueryUI/images/ui-bg_flat_75_ffffff_40x100.png old mode 100755 new mode 100644 diff --git a/assets/css/plugins/jQueryUI/images/ui-bg_glass_55_fbf9ee_1x400.png b/assets/css/plugins/jQueryUI/images/ui-bg_glass_55_fbf9ee_1x400.png old mode 100755 new mode 100644 diff --git a/assets/css/plugins/jQueryUI/images/ui-bg_glass_65_ffffff_1x400.png b/assets/css/plugins/jQueryUI/images/ui-bg_glass_65_ffffff_1x400.png old mode 100755 new mode 100644 diff --git a/assets/css/plugins/jQueryUI/images/ui-bg_glass_75_dadada_1x400.png b/assets/css/plugins/jQueryUI/images/ui-bg_glass_75_dadada_1x400.png old mode 100755 new mode 100644 diff --git a/assets/css/plugins/jQueryUI/images/ui-bg_glass_75_e6e6e6_1x400.png b/assets/css/plugins/jQueryUI/images/ui-bg_glass_75_e6e6e6_1x400.png old mode 100755 new mode 100644 diff --git a/assets/css/plugins/jQueryUI/images/ui-bg_glass_95_fef1ec_1x400.png b/assets/css/plugins/jQueryUI/images/ui-bg_glass_95_fef1ec_1x400.png old mode 100755 new mode 100644 diff --git a/assets/css/plugins/jQueryUI/images/ui-bg_highlight-soft_75_cccccc_1x100.png b/assets/css/plugins/jQueryUI/images/ui-bg_highlight-soft_75_cccccc_1x100.png old mode 100755 new mode 100644 diff --git a/assets/css/plugins/jQueryUI/images/ui-icons_222222_256x240.png b/assets/css/plugins/jQueryUI/images/ui-icons_222222_256x240.png old mode 100755 new mode 100644 diff --git a/assets/css/plugins/jQueryUI/images/ui-icons_2e83ff_256x240.png b/assets/css/plugins/jQueryUI/images/ui-icons_2e83ff_256x240.png old mode 100755 new mode 100644 diff --git a/assets/css/plugins/jQueryUI/images/ui-icons_454545_256x240.png b/assets/css/plugins/jQueryUI/images/ui-icons_454545_256x240.png old mode 100755 new mode 100644 diff --git a/assets/css/plugins/jQueryUI/images/ui-icons_888888_256x240.png b/assets/css/plugins/jQueryUI/images/ui-icons_888888_256x240.png old mode 100755 new mode 100644 diff --git a/assets/css/plugins/jQueryUI/images/ui-icons_cd0a0a_256x240.png b/assets/css/plugins/jQueryUI/images/ui-icons_cd0a0a_256x240.png old mode 100755 new mode 100644 diff --git a/assets/css/plugins/jQueryUI/jquery-ui-1.10.4.custom.min.css b/assets/css/plugins/jQueryUI/jquery-ui-1.10.4.custom.min.css old mode 100755 new mode 100644 diff --git a/assets/css/plugins/jasny/jasny-bootstrap.min.css b/assets/css/plugins/jasny/jasny-bootstrap.min.css old mode 100755 new mode 100644 diff --git a/assets/css/plugins/jqGrid/ui.jqgrid.css b/assets/css/plugins/jqGrid/ui.jqgrid.css old mode 100755 new mode 100644 diff --git a/assets/css/plugins/jsTree/32px.png b/assets/css/plugins/jsTree/32px.png old mode 100755 new mode 100644 diff --git a/assets/css/plugins/jsTree/39px.png b/assets/css/plugins/jsTree/39px.png old mode 100755 new mode 100644 diff --git a/assets/css/plugins/jsTree/40px.png b/assets/css/plugins/jsTree/40px.png old mode 100755 new mode 100644 diff --git a/assets/css/plugins/jsTree/style.css b/assets/css/plugins/jsTree/style.css old mode 100755 new mode 100644 diff --git a/assets/css/plugins/jsTree/style.min.css b/assets/css/plugins/jsTree/style.min.css old mode 100755 new mode 100644 diff --git a/assets/css/plugins/jsTree/throbber.gif b/assets/css/plugins/jsTree/throbber.gif old mode 100755 new mode 100644 diff --git a/assets/css/plugins/morris/morris-0.4.3.min.css b/assets/css/plugins/morris/morris-0.4.3.min.css old mode 100755 new mode 100644 diff --git a/assets/css/plugins/nouslider/jquery.nouislider.css b/assets/css/plugins/nouslider/jquery.nouislider.css old mode 100755 new mode 100644 diff --git a/assets/css/plugins/social-buttons/social-buttons.css b/assets/css/plugins/social-buttons/social-buttons.css old mode 100755 new mode 100644 diff --git a/assets/css/plugins/steps/jquery.steps.css b/assets/css/plugins/steps/jquery.steps.css old mode 100755 new mode 100644 diff --git a/assets/css/plugins/summernote/summernote-bs3.css b/assets/css/plugins/summernote/summernote-bs3.css old mode 100755 new mode 100644 diff --git a/assets/css/plugins/summernote/summernote.css b/assets/css/plugins/summernote/summernote.css old mode 100755 new mode 100644 diff --git a/assets/css/plugins/switchery/switchery.css b/assets/css/plugins/switchery/switchery.css old mode 100755 new mode 100644 diff --git a/assets/css/plugins/toastr/toastr.min.css b/assets/css/plugins/toastr/toastr.min.css old mode 100755 new mode 100644 diff --git a/assets/css/style.css b/assets/css/style.css old mode 100755 new mode 100644 diff --git a/assets/css/style.min.css b/assets/css/style.min.css old mode 100755 new mode 100644 diff --git a/assets/dist/css/AdminLTE.css b/assets/dist/css/AdminLTE.css old mode 100755 new mode 100644 diff --git a/assets/dist/css/AdminLTE.min.css b/assets/dist/css/AdminLTE.min.css old mode 100755 new mode 100644 diff --git a/assets/dist/css/images/add.png b/assets/dist/css/images/add.png old mode 100755 new mode 100644 diff --git a/assets/dist/css/images/bg.gif b/assets/dist/css/images/bg.gif old mode 100755 new mode 100644 diff --git a/assets/dist/css/images/btn-sprite.gif b/assets/dist/css/images/btn-sprite.gif old mode 100755 new mode 100644 diff --git a/assets/dist/css/images/close.png b/assets/dist/css/images/close.png old mode 100755 new mode 100644 diff --git a/assets/dist/css/images/ddn.png b/assets/dist/css/images/ddn.png old mode 100755 new mode 100644 diff --git a/assets/dist/css/images/dn.png b/assets/dist/css/images/dn.png old mode 100755 new mode 100644 diff --git a/assets/dist/css/images/edit.png b/assets/dist/css/images/edit.png old mode 100755 new mode 100644 diff --git a/assets/dist/css/images/error.png b/assets/dist/css/images/error.png old mode 100755 new mode 100644 diff --git a/assets/dist/css/images/export.png b/assets/dist/css/images/export.png old mode 100755 new mode 100644 diff --git a/assets/dist/css/images/fhbg.gif b/assets/dist/css/images/fhbg.gif old mode 100755 new mode 100644 diff --git a/assets/dist/css/images/first.gif b/assets/dist/css/images/first.gif old mode 100755 new mode 100644 diff --git a/assets/dist/css/images/hl.png b/assets/dist/css/images/hl.png old mode 100755 new mode 100644 diff --git a/assets/dist/css/images/index.html b/assets/dist/css/images/index.html old mode 100755 new mode 100644 diff --git a/assets/dist/css/images/last.gif b/assets/dist/css/images/last.gif old mode 100755 new mode 100644 diff --git a/assets/dist/css/images/line.gif b/assets/dist/css/images/line.gif old mode 100755 new mode 100644 diff --git a/assets/dist/css/images/load.gif b/assets/dist/css/images/load.gif old mode 100755 new mode 100644 diff --git a/assets/dist/css/images/load.png b/assets/dist/css/images/load.png old mode 100755 new mode 100644 diff --git a/assets/dist/css/images/magnifier.png b/assets/dist/css/images/magnifier.png old mode 100755 new mode 100644 diff --git a/assets/dist/css/images/next.gif b/assets/dist/css/images/next.gif old mode 100755 new mode 100644 diff --git a/assets/dist/css/images/prev.gif b/assets/dist/css/images/prev.gif old mode 100755 new mode 100644 diff --git a/assets/dist/css/images/print.png b/assets/dist/css/images/print.png old mode 100755 new mode 100644 diff --git a/assets/dist/css/images/success.png b/assets/dist/css/images/success.png old mode 100755 new mode 100644 diff --git a/assets/dist/css/images/up.png b/assets/dist/css/images/up.png old mode 100755 new mode 100644 diff --git a/assets/dist/css/images/uup.png b/assets/dist/css/images/uup.png old mode 100755 new mode 100644 diff --git a/assets/dist/css/images/wbg.gif b/assets/dist/css/images/wbg.gif old mode 100755 new mode 100644 diff --git a/assets/dist/css/skins/_all-skins.css b/assets/dist/css/skins/_all-skins.css old mode 100755 new mode 100644 diff --git a/assets/dist/css/skins/_all-skins.min.css b/assets/dist/css/skins/_all-skins.min.css old mode 100755 new mode 100644 diff --git a/assets/dist/css/skins/skin-black-light.css b/assets/dist/css/skins/skin-black-light.css old mode 100755 new mode 100644 diff --git a/assets/dist/css/skins/skin-black-light.min.css b/assets/dist/css/skins/skin-black-light.min.css old mode 100755 new mode 100644 diff --git a/assets/dist/css/skins/skin-black.css b/assets/dist/css/skins/skin-black.css old mode 100755 new mode 100644 diff --git a/assets/dist/css/skins/skin-black.min.css b/assets/dist/css/skins/skin-black.min.css old mode 100755 new mode 100644 diff --git a/assets/dist/css/skins/skin-blue-light.css b/assets/dist/css/skins/skin-blue-light.css old mode 100755 new mode 100644 diff --git a/assets/dist/css/skins/skin-blue-light.min.css b/assets/dist/css/skins/skin-blue-light.min.css old mode 100755 new mode 100644 diff --git a/assets/dist/css/skins/skin-blue.css b/assets/dist/css/skins/skin-blue.css old mode 100755 new mode 100644 diff --git a/assets/dist/css/skins/skin-blue.min.css b/assets/dist/css/skins/skin-blue.min.css old mode 100755 new mode 100644 diff --git a/assets/dist/css/skins/skin-green-light.css b/assets/dist/css/skins/skin-green-light.css old mode 100755 new mode 100644 diff --git a/assets/dist/css/skins/skin-green-light.min.css b/assets/dist/css/skins/skin-green-light.min.css old mode 100755 new mode 100644 diff --git a/assets/dist/css/skins/skin-green.css b/assets/dist/css/skins/skin-green.css old mode 100755 new mode 100644 diff --git a/assets/dist/css/skins/skin-green.min.css b/assets/dist/css/skins/skin-green.min.css old mode 100755 new mode 100644 diff --git a/assets/dist/css/skins/skin-purple-light.css b/assets/dist/css/skins/skin-purple-light.css old mode 100755 new mode 100644 diff --git a/assets/dist/css/skins/skin-purple-light.min.css b/assets/dist/css/skins/skin-purple-light.min.css old mode 100755 new mode 100644 diff --git a/assets/dist/css/skins/skin-purple.css b/assets/dist/css/skins/skin-purple.css old mode 100755 new mode 100644 diff --git a/assets/dist/css/skins/skin-purple.min.css b/assets/dist/css/skins/skin-purple.min.css old mode 100755 new mode 100644 diff --git a/assets/dist/css/skins/skin-red-light.css b/assets/dist/css/skins/skin-red-light.css old mode 100755 new mode 100644 diff --git a/assets/dist/css/skins/skin-red-light.min.css b/assets/dist/css/skins/skin-red-light.min.css old mode 100755 new mode 100644 diff --git a/assets/dist/css/skins/skin-red.css b/assets/dist/css/skins/skin-red.css old mode 100755 new mode 100644 diff --git a/assets/dist/css/skins/skin-red.min.css b/assets/dist/css/skins/skin-red.min.css old mode 100755 new mode 100644 diff --git a/assets/dist/css/skins/skin-yellow-light.css b/assets/dist/css/skins/skin-yellow-light.css old mode 100755 new mode 100644 diff --git a/assets/dist/css/skins/skin-yellow-light.min.css b/assets/dist/css/skins/skin-yellow-light.min.css old mode 100755 new mode 100644 diff --git a/assets/dist/css/skins/skin-yellow.css b/assets/dist/css/skins/skin-yellow.css old mode 100755 new mode 100644 diff --git a/assets/dist/css/skins/skin-yellow.min.css b/assets/dist/css/skins/skin-yellow.min.css old mode 100755 new mode 100644 diff --git a/assets/dist/img/RI_favicon.png b/assets/dist/img/RI_favicon.png old mode 100755 new mode 100644 diff --git a/assets/dist/img/RI_logo.png b/assets/dist/img/RI_logo.png old mode 100755 new mode 100644 diff --git a/assets/dist/img/avatar.png b/assets/dist/img/avatar.png old mode 100755 new mode 100644 diff --git a/assets/dist/img/avatar04.png b/assets/dist/img/avatar04.png old mode 100755 new mode 100644 diff --git a/assets/dist/img/avatar2.png b/assets/dist/img/avatar2.png old mode 100755 new mode 100644 diff --git a/assets/dist/img/avatar3.png b/assets/dist/img/avatar3.png old mode 100755 new mode 100644 diff --git a/assets/dist/img/avatar5.png b/assets/dist/img/avatar5.png old mode 100755 new mode 100644 diff --git a/assets/dist/img/boxed-bg.jpg b/assets/dist/img/boxed-bg.jpg old mode 100755 new mode 100644 diff --git a/assets/dist/img/boxed-bg.png b/assets/dist/img/boxed-bg.png old mode 100755 new mode 100644 diff --git a/assets/dist/img/credit/american-express.png b/assets/dist/img/credit/american-express.png old mode 100755 new mode 100644 diff --git a/assets/dist/img/credit/cirrus.png b/assets/dist/img/credit/cirrus.png old mode 100755 new mode 100644 diff --git a/assets/dist/img/credit/mastercard.png b/assets/dist/img/credit/mastercard.png old mode 100755 new mode 100644 diff --git a/assets/dist/img/credit/mestro.png b/assets/dist/img/credit/mestro.png old mode 100755 new mode 100644 diff --git a/assets/dist/img/credit/paypal.png b/assets/dist/img/credit/paypal.png old mode 100755 new mode 100644 diff --git a/assets/dist/img/credit/paypal2.png b/assets/dist/img/credit/paypal2.png old mode 100755 new mode 100644 diff --git a/assets/dist/img/credit/visa.png b/assets/dist/img/credit/visa.png old mode 100755 new mode 100644 diff --git a/assets/dist/img/default-50x50.gif b/assets/dist/img/default-50x50.gif old mode 100755 new mode 100644 diff --git a/assets/dist/img/icons.png b/assets/dist/img/icons.png old mode 100755 new mode 100644 diff --git a/assets/dist/img/logo.png b/assets/dist/img/logo.png old mode 100755 new mode 100644 diff --git a/assets/dist/img/red.png b/assets/dist/img/red.png old mode 100755 new mode 100644 diff --git a/assets/dist/jquery.loader.css b/assets/dist/jquery.loader.css old mode 100755 new mode 100644 diff --git a/assets/dist/jquery.loader.js b/assets/dist/jquery.loader.js old mode 100755 new mode 100644 diff --git a/assets/dist/js/app.js b/assets/dist/js/app.js old mode 100755 new mode 100644 diff --git a/assets/dist/js/app.min.js b/assets/dist/js/app.min.js old mode 100755 new mode 100644 diff --git a/assets/dist/js/demo.js b/assets/dist/js/demo.js old mode 100755 new mode 100644 diff --git a/assets/dist/js/pages/dashboard.js b/assets/dist/js/pages/dashboard.js old mode 100755 new mode 100644 diff --git a/assets/dist/js/pages/dashboard2.js b/assets/dist/js/pages/dashboard2.js old mode 100755 new mode 100644 diff --git a/assets/dist/loader.gif b/assets/dist/loader.gif old mode 100755 new mode 100644 diff --git a/assets/dist/sweetalert.css b/assets/dist/sweetalert.css old mode 100755 new mode 100644 diff --git a/assets/dist/sweetalert.min.js b/assets/dist/sweetalert.min.js old mode 100755 new mode 100644 diff --git a/assets/email_templates/action.html b/assets/email_templates/action.html old mode 100755 new mode 100644 diff --git a/assets/email_templates/alert.html b/assets/email_templates/alert.html old mode 100755 new mode 100644 diff --git a/assets/email_templates/billing.html b/assets/email_templates/billing.html old mode 100755 new mode 100644 diff --git a/assets/email_templates/img/header.jpg b/assets/email_templates/img/header.jpg old mode 100755 new mode 100644 diff --git a/assets/email_templates/styles.css b/assets/email_templates/styles.css old mode 100755 new mode 100644 diff --git a/assets/font-awesome/css/font-awesome.css b/assets/font-awesome/css/font-awesome.css old mode 100755 new mode 100644 diff --git a/assets/font-awesome/css/font-awesome.min.css b/assets/font-awesome/css/font-awesome.min.css old mode 100755 new mode 100644 diff --git a/assets/font-awesome/fonts/FontAwesome.otf b/assets/font-awesome/fonts/FontAwesome.otf old mode 100755 new mode 100644 diff --git a/assets/font-awesome/fonts/fontawesome-webfont.eot b/assets/font-awesome/fonts/fontawesome-webfont.eot old mode 100755 new mode 100644 diff --git a/assets/font-awesome/fonts/fontawesome-webfont.svg b/assets/font-awesome/fonts/fontawesome-webfont.svg old mode 100755 new mode 100644 diff --git a/assets/font-awesome/fonts/fontawesome-webfont.ttf b/assets/font-awesome/fonts/fontawesome-webfont.ttf old mode 100755 new mode 100644 diff --git a/assets/font-awesome/fonts/fontawesome-webfont.woff b/assets/font-awesome/fonts/fontawesome-webfont.woff old mode 100755 new mode 100644 diff --git a/assets/font-awesome/fonts/fontawesome-webfont.woff2 b/assets/font-awesome/fonts/fontawesome-webfont.woff2 old mode 100755 new mode 100644 diff --git a/assets/font-awesome/less/animated.less b/assets/font-awesome/less/animated.less old mode 100755 new mode 100644 diff --git a/assets/font-awesome/less/bordered-pulled.less b/assets/font-awesome/less/bordered-pulled.less old mode 100755 new mode 100644 diff --git a/assets/font-awesome/less/core.less b/assets/font-awesome/less/core.less old mode 100755 new mode 100644 diff --git a/assets/font-awesome/less/fixed-width.less b/assets/font-awesome/less/fixed-width.less old mode 100755 new mode 100644 diff --git a/assets/font-awesome/less/font-awesome.less b/assets/font-awesome/less/font-awesome.less old mode 100755 new mode 100644 diff --git a/assets/font-awesome/less/icons.less b/assets/font-awesome/less/icons.less old mode 100755 new mode 100644 diff --git a/assets/font-awesome/less/larger.less b/assets/font-awesome/less/larger.less old mode 100755 new mode 100644 diff --git a/assets/font-awesome/less/list.less b/assets/font-awesome/less/list.less old mode 100755 new mode 100644 diff --git a/assets/font-awesome/less/mixins.less b/assets/font-awesome/less/mixins.less old mode 100755 new mode 100644 diff --git a/assets/font-awesome/less/path.less b/assets/font-awesome/less/path.less old mode 100755 new mode 100644 diff --git a/assets/font-awesome/less/rotated-flipped.less b/assets/font-awesome/less/rotated-flipped.less old mode 100755 new mode 100644 diff --git a/assets/font-awesome/less/spinning.less b/assets/font-awesome/less/spinning.less old mode 100755 new mode 100644 diff --git a/assets/font-awesome/less/stacked.less b/assets/font-awesome/less/stacked.less old mode 100755 new mode 100644 diff --git a/assets/font-awesome/less/variables.less b/assets/font-awesome/less/variables.less old mode 100755 new mode 100644 diff --git a/assets/font-awesome/scss/_animated.scss b/assets/font-awesome/scss/_animated.scss old mode 100755 new mode 100644 diff --git a/assets/font-awesome/scss/_bordered-pulled.scss b/assets/font-awesome/scss/_bordered-pulled.scss old mode 100755 new mode 100644 diff --git a/assets/font-awesome/scss/_core.scss b/assets/font-awesome/scss/_core.scss old mode 100755 new mode 100644 diff --git a/assets/font-awesome/scss/_fixed-width.scss b/assets/font-awesome/scss/_fixed-width.scss old mode 100755 new mode 100644 diff --git a/assets/font-awesome/scss/_icons.scss b/assets/font-awesome/scss/_icons.scss old mode 100755 new mode 100644 diff --git a/assets/font-awesome/scss/_larger.scss b/assets/font-awesome/scss/_larger.scss old mode 100755 new mode 100644 diff --git a/assets/font-awesome/scss/_list.scss b/assets/font-awesome/scss/_list.scss old mode 100755 new mode 100644 diff --git a/assets/font-awesome/scss/_mixins.scss b/assets/font-awesome/scss/_mixins.scss old mode 100755 new mode 100644 diff --git a/assets/font-awesome/scss/_path.scss b/assets/font-awesome/scss/_path.scss old mode 100755 new mode 100644 diff --git a/assets/font-awesome/scss/_rotated-flipped.scss b/assets/font-awesome/scss/_rotated-flipped.scss old mode 100755 new mode 100644 diff --git a/assets/font-awesome/scss/_spinning.scss b/assets/font-awesome/scss/_spinning.scss old mode 100755 new mode 100644 diff --git a/assets/font-awesome/scss/_stacked.scss b/assets/font-awesome/scss/_stacked.scss old mode 100755 new mode 100644 diff --git a/assets/font-awesome/scss/_variables.scss b/assets/font-awesome/scss/_variables.scss old mode 100755 new mode 100644 diff --git a/assets/font-awesome/scss/font-awesome.scss b/assets/font-awesome/scss/font-awesome.scss old mode 100755 new mode 100644 diff --git a/assets/fonts/OpenSans/OpenSans-Bold.ttf b/assets/fonts/OpenSans/OpenSans-Bold.ttf old mode 100755 new mode 100644 diff --git a/assets/fonts/OpenSans/OpenSans-BoldItalic.ttf b/assets/fonts/OpenSans/OpenSans-BoldItalic.ttf old mode 100755 new mode 100644 diff --git a/assets/fonts/OpenSans/OpenSans-ExtraBold.ttf b/assets/fonts/OpenSans/OpenSans-ExtraBold.ttf old mode 100755 new mode 100644 diff --git a/assets/fonts/OpenSans/OpenSans-ExtraBoldItalic.ttf b/assets/fonts/OpenSans/OpenSans-ExtraBoldItalic.ttf old mode 100755 new mode 100644 diff --git a/assets/fonts/OpenSans/OpenSans-Italic.ttf b/assets/fonts/OpenSans/OpenSans-Italic.ttf old mode 100755 new mode 100644 diff --git a/assets/fonts/OpenSans/OpenSans-Light.ttf b/assets/fonts/OpenSans/OpenSans-Light.ttf old mode 100755 new mode 100644 diff --git a/assets/fonts/OpenSans/OpenSans-LightItalic.ttf b/assets/fonts/OpenSans/OpenSans-LightItalic.ttf old mode 100755 new mode 100644 diff --git a/assets/fonts/OpenSans/OpenSans-Regular.ttf b/assets/fonts/OpenSans/OpenSans-Regular.ttf old mode 100755 new mode 100644 diff --git a/assets/fonts/OpenSans/OpenSans-Semibold.ttf b/assets/fonts/OpenSans/OpenSans-Semibold.ttf old mode 100755 new mode 100644 diff --git a/assets/fonts/OpenSans/OpenSans-SemiboldItalic.ttf b/assets/fonts/OpenSans/OpenSans-SemiboldItalic.ttf old mode 100755 new mode 100644 diff --git a/assets/fonts/glyphicons-halflings-regular.eot b/assets/fonts/glyphicons-halflings-regular.eot old mode 100755 new mode 100644 diff --git a/assets/fonts/glyphicons-halflings-regular.svg b/assets/fonts/glyphicons-halflings-regular.svg old mode 100755 new mode 100644 diff --git a/assets/fonts/glyphicons-halflings-regular.ttf b/assets/fonts/glyphicons-halflings-regular.ttf old mode 100755 new mode 100644 diff --git a/assets/fonts/glyphicons-halflings-regular.woff b/assets/fonts/glyphicons-halflings-regular.woff old mode 100755 new mode 100644 diff --git a/assets/images/404.png b/assets/images/404.png old mode 100755 new mode 100644 diff --git a/assets/images/access.png b/assets/images/access.png old mode 100755 new mode 100644 diff --git a/assets/images/access1.png b/assets/images/access1.png old mode 100755 new mode 100644 diff --git a/assets/images/access2.jpg b/assets/images/access2.jpg old mode 100755 new mode 100644 diff --git a/assets/images/access3.jpg b/assets/images/access3.jpg old mode 100755 new mode 100644 diff --git a/assets/images/loginbg.jpg b/assets/images/loginbg.jpg old mode 100755 new mode 100644 diff --git a/assets/images/mpdf.png b/assets/images/mpdf.png old mode 100755 new mode 100644 diff --git a/assets/index.html b/assets/index.html old mode 100755 new mode 100644 index c166a8f4..1e0c4388 --- a/assets/index.html +++ b/assets/index.html @@ -6,7 +6,7 @@ - RESICO + Siddharth Industries @@ -224,7 +224,7 @@